#AF7550
A medium, moderate orange closely aligning with Sienna.
About #AF7550
The hex code #AF7550 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Sienna. Its digital footprint relies on 175 parts red, 117 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 33% magenta, 54% yellow, and 31% black. The HSL representation is 23.4° hue, 37.3% saturation, and 50.0% lightness.
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#AF7550
RGB175, 117, 80
HSL23.4°, 37.3%, 50.0%
CMYK0%, 33%, 54%, 31%
HSV23.4°, 54.3%, 68.6%
LAB54.5, 18.7, 29.6
XYZ25.5, 22.4, 10.6
Decimal11498832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7550;
}
.text-color {
color: #AF7550;
}
.border-color {
border: 2px solid #AF7550;
}