#AFA08A
A light, muted orange closely aligning with Darkgray.
About #AFA08A
Visually, #AFA08A is defined as a muted orange. Its closest recognized web color is Darkgray. In the RGB color space, it consists of 175 red, 160 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. With a hue angle of 35.7 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a light 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#AFA08A
RGB175, 160, 138
HSL35.7°, 18.8%, 61.4%
CMYK0%, 9%, 21%, 31%
HSV35.7°, 21.1%, 68.6%
LAB66.6, 1.8, 13.5
XYZ34.8, 36.1, 29.2
Decimal11509898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.22:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AFA08A;
}
.text-color {
color: #AFA08A;
}
.border-color {
border: 2px solid #AFA08A;
}