#AF6D42
A medium, moderate orange closely aligning with Sienna.
About #AF6D42
The hex code #AF6D42 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(175, 109, 66).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#AF6D42
RGB175, 109, 66
HSL23.7°, 45.2%, 47.3%
CMYK0%, 38%, 62%, 31%
HSV23.7°, 62.3%, 68.6%
LAB52.3, 22.1, 34.7
XYZ24.1, 20.4, 7.8
Decimal11496770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF6D42;
}
.text-color {
color: #AF6D42;
}
.border-color {
border: 2px solid #AF6D42;
}