#AFA049
A medium, moderate yellow closely aligning with Darkkhaki.
About #AFA049
At its core, #AFA049 is a medium and moderate hue. Its closest recognized web color is Darkkhaki. In the RGB color space, it consists of 175 red, 160 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 9% magenta, 58% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFA049
RGB175, 160, 73
HSL51.2°, 41.1%, 48.6%
CMYK0%, 9%, 58%, 31%
HSV51.2°, 58.3%, 68.6%
LAB65.5, -5.6, 46.5
XYZ31.5, 34.7, 11.4
Decimal11509833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AFA049;
}
.text-color {
color: #AFA049;
}
.border-color {
border: 2px solid #AFA049;
}