#AF8A49
A medium, moderate orange closely aligning with Peru.
About #AF8A49
When working with digital screens, the color #AF8A49 is rendered by mixing light. Its closest recognized web color is Peru. In the RGB color space, it consists of 175 red, 138 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 21% magenta, 58% yellow, and 31% black. With a hue angle of 38.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF8A49
RGB175, 138, 73
HSL38.2°, 41.1%, 48.6%
CMYK0%, 21%, 58%, 31%
HSV38.2°, 58.3%, 68.6%
LAB59.7, 6.4, 39.7
XYZ28.0, 27.8, 10.2
Decimal11504201
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8A49;
}
.text-color {
color: #AF8A49;
}
.border-color {
border: 2px solid #AF8A49;
}