#A0A08A
A medium, muted yellow closely aligning with Darkgray.
About #A0A08A
The precise color #A0A08A is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgray. In the RGB color space, it consists of 160 red, 160 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 14% Y, and 37% K. The HSL representation is 60.0° hue, 10.4% saturation, and 58.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0A08A
RGB160, 160, 138
HSL60.0°, 10.4%, 58.4%
CMYK0%, 0%, 14%, 37%
HSV60.0°, 13.8%, 62.7%
LAB65.3, -3.9, 11.5
XYZ31.7, 34.5, 29.0
Decimal10526858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A08A;
}
.text-color {
color: #A0A08A;
}
.border-color {
border: 2px solid #A0A08A;
}