#A8AF99
A light, muted green closely aligning with Darkgray.
About #A8AF99
Visually, #A8AF99 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 168, 175, and 153.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 0% magenta, 13% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8AF99
RGB168, 175, 153
HSL79.1°, 12.1%, 64.3%
CMYK4%, 0%, 13%, 31%
HSV79.1°, 12.6%, 68.6%
LAB70.4, -6.5, 10.4
XYZ37.2, 41.3, 36.1
Decimal11055001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.26:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8AF99;
}
.text-color {
color: #A8AF99;
}
.border-color {
border: 2px solid #A8AF99;
}