#A04933
A medium, moderate red closely aligning with Sienna.
About #A04933
The hex code #A04933 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(160, 73, 51).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 54% magenta, 68% yellow, and 37% black. With a hue angle of 12.1 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A04933
RGB160, 73, 51
HSL12.1°, 51.7%, 41.4%
CMYK0%, 54%, 68%, 37%
HSV12.1°, 68.1%, 62.7%
LAB42.0, 34.5, 30.2
XYZ17.5, 12.5, 4.6
Decimal10504499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.74:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A04933;
}
.text-color {
color: #A04933;
}
.border-color {
border: 2px solid #A04933;
}