#AF7549
A medium, moderate orange closely aligning with Sienna.
About #AF7549
Visually, #AF7549 is defined as a moderate orange. Its closest recognized web color is Sienna. This translates to an RGB value of rgb(175, 117, 73).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 33% Magenta, 58% Yellow, and 31% Black. With a hue angle of 25.9 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#AF7549
RGB175, 117, 73
HSL25.9°, 41.1%, 48.6%
CMYK0%, 33%, 58%, 31%
HSV25.9°, 58.3%, 68.6%
LAB54.4, 18.1, 33.3
XYZ25.2, 22.3, 9.3
Decimal11498825
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7549;
}
.text-color {
color: #AF7549;
}
.border-color {
border: 2px solid #AF7549;
}