#AF8342
A medium, moderate orange closely aligning with Peru.
About #AF8342
At its core, #AF8342 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Peru. Its digital footprint relies on 175 parts red, 131 parts green, and 66 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 25% M, 62% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF8342
RGB175, 131, 66
HSL35.8°, 45.2%, 47.3%
CMYK0%, 25%, 62%, 31%
HSV35.8°, 62.3%, 68.6%
LAB57.8, 9.7, 41.0
XYZ26.8, 25.7, 8.7
Decimal11502402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8342;
}
.text-color {
color: #AF8342;
}
.border-color {
border: 2px solid #AF8342;
}