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