#AF6D24
A medium, moderate orange closely aligning with Peru.
About #AF6D24
The precise color #AF6D24 is an excellent choice for modern design projects. Its closest recognized web color is Peru. In the RGB color space, it consists of 175 red, 109 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 38% Magenta, 79% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
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#AF6D24
RGB175, 109, 36
HSL31.5°, 65.9%, 41.4%
CMYK0%, 38%, 79%, 31%
HSV31.5°, 79.4%, 68.6%
LAB52.0, 20.4, 49.1
XYZ23.5, 20.2, 4.3
Decimal11496740
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF6D24;
}
.text-color {
color: #AF6D24;
}
.border-color {
border: 2px solid #AF6D24;
}