#AF7C49
A medium, moderate orange closely aligning with Peru.
About #AF7C49
The precise color #AF7C49 is an excellent choice for modern design projects. Designers often compare it to the standard color Peru. In the RGB color space, it consists of 175 red, 124 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 29% 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. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF7C49
RGB175, 124, 73
HSL30.0°, 41.1%, 48.6%
CMYK0%, 29%, 58%, 31%
HSV30.0°, 58.3%, 68.6%
LAB56.1, 14.2, 35.4
XYZ26.1, 24.0, 9.6
Decimal11500617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7C49;
}
.text-color {
color: #AF7C49;
}
.border-color {
border: 2px solid #AF7C49;
}