#A83A3A
A medium, moderate red closely aligning with Brown.
About #A83A3A
When working with digital screens, the color #A83A3A is rendered by mixing light. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 58, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 65% M, 65% Y, and 34% K. The HSL representation is 0.0° hue, 48.7% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A83A3A
RGB168, 58, 58
HSL0.0°, 48.7%, 44.3%
CMYK0%, 65%, 65%, 34%
HSV0.0°, 65.5%, 65.9%
LAB40.7, 45.1, 24.8
XYZ18.4, 11.7, 5.3
Decimal11024954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.03:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A3A;
}
.text-color {
color: #A83A3A;
}
.border-color {
border: 2px solid #A83A3A;
}