#A0B6A0
A light, muted green closely aligning with Darkgray.
About #A0B6A0
Visually, #A0B6A0 is defined as a muted green. It is closely associated with the named CSS color Darkgray. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 182, and 160.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0B6A0
RGB160, 182, 160
HSL120.0°, 13.1%, 67.1%
CMYK12%, 0%, 12%, 29%
HSV120.0°, 12.1%, 71.4%
LAB71.9, -11.8, 8.7
XYZ37.6, 43.5, 39.7
Decimal10532512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.69:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6A0;
}
.text-color {
color: #A0B6A0;
}
.border-color {
border: 2px solid #A0B6A0;
}