#A0AF8A
A light, muted green closely aligning with Darkseagreen.
About #A0AF8A
Visually, #A0AF8A is defined as a muted green. Designers often compare it to the standard color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 175, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 9% cyan, 0% magenta, 21% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0AF8A
RGB160, 175, 138
HSL84.3°, 18.8%, 61.4%
CMYK9%, 0%, 21%, 31%
HSV84.3°, 21.1%, 68.6%
LAB69.4, -11.9, 17.3
XYZ34.4, 40.0, 29.9
Decimal10530698
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
8.99:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0AF8A;
}
.text-color {
color: #A0AF8A;
}
.border-color {
border: 2px solid #A0AF8A;
}