Color: #A79CAD
#A79CAD Color Information
#A79CAD is a light color. The closest websafe version is #A79CAD. A complement of this color would be #A3AE9E, perceived brightness is 0.63, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 279°,a saturation of 9%, and a lightness of 65%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A79CAD is composed of 65% red, 61% green and 68% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 10% magenta, 0% yellow and 32% black.
In the Yxy color space, this color is represented as Y: 34.96, x: 0.3419, and y: 0.3355.
Color Code #A79CAD
Shades of Color #A79CAD
Shades are created by darkening the original color #A79CAD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #A79CAD
Tints are created by lightening the original color #A79CAD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #A79CAD Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 9%, and a lightness of 65%. The HSV representation shows a hue of 279°, a saturation of 10%, and a value of 68%.
- HEX: #A79CAD
- RGB: rgb(167, 156, 173)
- HSL: hsl(279, 9%, 65%)
- HSV: hsv(279, 10%, 68%)
- CMYK: 3.00% cyan, 10.00% magenta, 0.00% yellow, 32.00% black
- XYZ: 35.63, 34.96, 33.61
- Yxy: 34.96, 0.3419, 0.3355
- Hunter Lab: 65.72, 6.56, -7.35
- CIE-Lab: 65.72, 6.56, -7.35
In the XYZ color space, this color is represented as X: 35.63, Y: 34.96, Z: 33.61. The Yxy representation further refines this as Y: 34.96, x: 0.3419, and y: 0.3355.
In the Hunter Lab color space, this color is represented as L: 65.72, a: 6.56, and b: -7.35. Similarly, in the CIE-Lab color space, it is represented as L: 65.72, a: 6.56, and b: -7.35.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #A79CAD
Triadic colors are three colors evenly spaced around the color wheel, including #A79CAD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A79CAD
Monochromatic colors are variations of #A79CAD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A79CAD
The complementary color of #A79CAD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #A79CAD
/* Using HEX */ body { background-color: #a79cad; }
/* Using RGB */ body { background-color: rgb(167, 156, 173); }
/* Using RGB with opacity */ body { background-color: rgba(167, 156, 173, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 9%, 65%); }
/* Text color */ p { color: #a79cad; }
/* Box shadow */ div { box-shadow: 4px 4px #a79cad; }
HTML Examples of #A79CAD
<!-- Using HEX --> <div style="background-color: #a79cad; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(167, 156, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(167, 156, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 9%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a79cad;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a79cad; width: 100px; height: 100px;"></div>
Related Colors of #A79CAD
These colors are similar to #A79CAD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.