#A0A092
A light, muted neutral closely aligning with Darkgray.
About #A0A092
Visually, #A0A092 is defined as a muted neutral. If you're using CSS, you might find it aligns closely with Darkgray. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 160, and 146.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 9% Y, and 37% K. With a hue angle of 60.0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0A092
RGB160, 160, 146
HSL60.0°, 6.9%, 60.0%
CMYK0%, 0%, 9%, 37%
HSV60.0°, 8.8%, 62.7%
LAB65.5, -2.6, 7.3
XYZ32.3, 34.7, 32.2
Decimal10526866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.94:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A092;
}
.text-color {
color: #A0A092;
}
.border-color {
border: 2px solid #A0A092;
}