#AF4924
A medium, moderate orange closely aligning with Sienna.
About #AF4924
At its core, #AF4924 is a medium and moderate hue. It is closely associated with the named CSS color Sienna. Its digital footprint relies on 175 parts red, 73 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 58% M, 79% Y, and 31% K. With a hue angle of 16.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF4924
RGB175, 73, 36
HSL16.0°, 65.9%, 41.4%
CMYK0%, 58%, 79%, 31%
HSV16.0°, 79.4%, 68.6%
LAB44.2, 39.6, 41.5
XYZ20.4, 14.0, 3.3
Decimal11487524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4924;
}
.text-color {
color: #AF4924;
}
.border-color {
border: 2px solid #AF4924;
}