#A0A875
A medium, muted yellow closely aligning with Darkseagreen.
About #A0A875
At its core, #A0A875 is a medium and muted hue. 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, 168, and 117.
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 0% Magenta, 30% Yellow, and 34% Black. The HSL representation is 69.4° hue, 22.7% saturation, and 55.9% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0A875
RGB160, 168, 117
HSL69.4°, 22.7%, 55.9%
CMYK5%, 0%, 30%, 34%
HSV69.4°, 30.4%, 65.9%
LAB67.1, -11.4, 25.5
XYZ31.7, 36.8, 22.3
Decimal10528885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0A875;
}
.text-color {
color: #A0A875;
}
.border-color {
border: 2px solid #A0A875;
}