#A0B6A8
A light, muted green closely aligning with Darkgray.
About #A0B6A8
When working with digital screens, the color #A0B6A8 is rendered by mixing light. It is closely associated with the named CSS color Darkgray. In the RGB color space, it consists of 160 red, 182 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 0% M, 8% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
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#A0B6A8
RGB160, 182, 168
HSL141.8°, 13.1%, 67.1%
CMYK12%, 0%, 8%, 29%
HSV141.8°, 12.1%, 71.4%
LAB72.1, -10.3, 4.6
XYZ38.3, 43.8, 43.5
Decimal10532520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.75:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6A8;
}
.text-color {
color: #A0B6A8;
}
.border-color {
border: 2px solid #A0B6A8;
}