Color: #A08E9C
#A08E9C Color Information
#A08E9C is a light color. The closest websafe version is #A08E9C. A complement of this color would be #8DA091, perceived brightness is 0.58, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 313°,a saturation of 9%, and a lightness of 59%.The HSV representation shows a hue of 313°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A08E9C is composed of 63% red, 56% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 2% yellow and 37% black.
In the Yxy color space, this color is represented as Y: 29.23, x: 0.3522, and y: 0.3376.
Color Code #A08E9C
Shades of Color #A08E9C
Shades are created by darkening the original color #A08E9C 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 #A08E9C
Tints are created by lightening the original color #A08E9C 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 #A08E9C Color Code
In the HSL color space, this color has a hue angle of 313°, a saturation of 9%, and a lightness of 59%. The HSV representation shows a hue of 313°, a saturation of 11%, and a value of 63%.
- HEX: #A08E9C
- RGB: rgb(160, 142, 156)
- HSL: hsl(313, 9%, 59%)
- HSV: hsv(313, 11%, 63%)
- CMYK: 0.00% cyan, 11.00% magenta, 2.00% yellow, 37.00% black
- XYZ: 30.50, 29.23, 26.86
- Yxy: 29.23, 0.3522, 0.3376
- Hunter Lab: 60.98, 8.86, -4.85
- CIE-Lab: 60.98, 8.86, -4.85
In the XYZ color space, this color is represented as X: 30.50, Y: 29.23, Z: 26.86. The Yxy representation further refines this as Y: 29.23, x: 0.3522, and y: 0.3376.
In the Hunter Lab color space, this color is represented as L: 60.98, a: 8.86, and b: -4.85. Similarly, in the CIE-Lab color space, it is represented as L: 60.98, a: 8.86, and b: -4.85.
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 #A08E9C
Triadic colors are three colors evenly spaced around the color wheel, including #A08E9C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A08E9C
Monochromatic colors are variations of #A08E9C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A08E9C
The complementary color of #A08E9C 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 #A08E9C
/* Using HEX */ body { background-color: #a08e9c; }
/* Using RGB */ body { background-color: rgb(160, 142, 156); }
/* Using RGB with opacity */ body { background-color: rgba(160, 142, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(313, 9%, 59%); }
/* Text color */ p { color: #a08e9c; }
/* Box shadow */ div { box-shadow: 4px 4px #a08e9c; }
HTML Examples of #A08E9C
<!-- Using HEX --> <div style="background-color: #a08e9c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(160, 142, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(160, 142, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(313, 9%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a08e9c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a08e9c; width: 100px; height: 100px;"></div>
Related Colors of #A08E9C
These colors are similar to #A08E9C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.