#A0B6AF
A light, muted green closely aligning with Darkgray.
About #A0B6AF
When working with digital screens, the color #A0B6AF is rendered by mixing light. Designers often compare it to the standard color Darkgray. Its digital footprint relies on 160 parts red, 182 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 12% C, 0% M, 4% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0B6AF
RGB160, 182, 175
HSL160.9°, 13.1%, 67.1%
CMYK12%, 0%, 4%, 29%
HSV160.9°, 12.1%, 71.4%
LAB72.2, -8.9, 1.0
XYZ39.0, 44.0, 47.0
Decimal10532527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B6AF;
}
.text-color {
color: #A0B6AF;
}
.border-color {
border: 2px solid #A0B6AF;
}