#A0A883
A medium, muted yellow closely aligning with Darkseagreen.
About #A0A883
The precise color #A0A883 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkseagreen. In the RGB color space, it consists of 160 red, 168 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 5% cyan and 0% magenta inks. With a hue angle of 73.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0A883
RGB160, 168, 131
HSL73.0°, 17.5%, 58.6%
CMYK5%, 0%, 22%, 34%
HSV73.0°, 22.0%, 65.9%
LAB67.4, -9.3, 18.2
XYZ32.6, 37.1, 26.9
Decimal10528899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0A883;
}
.text-color {
color: #A0A883;
}
.border-color {
border: 2px solid #A0A883;
}