Shades of Brown #A32E23
Tints of Brown #A32E23
RGB
CMYK
RGB Variations
Color information
#A32E23 (or 0xA32E23) is known color: Brown. HEX triplet: A3, 2E and 23. RGB value is (163,46,35). Sum of RGB (Red+Green+Blue) = 163+46+35=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E23 is #5CD1DC. Grayscale: #4F4F4F. Windows color (decimal): -6083037 or 2305699. OLE color: 2305699.
HSL color Cylindrical-coordinate representation of color #A32E23: hue angle of 5.16º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32E23 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 35 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.36 |
| HSL | 5.16º | 0.65% | 0.39% | - |
| HSV(B) | 5.16º | 0.79% | 0.64% | - |
| XYZ | 16.38 | 9.86 | 2.63 | - |
| YUV | 79.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 35 | 0 | 0.72 | 0.79 | 0.36 | 5.16 | 0.65 | 0.39 |
| Hex | A3 | 2E | 23 | 0 | 48 | 4F | 24 | 5 | 41 | 27 |
| Octal | 243 | 56 | 43 | 0 | 110 | 117 | 44 | 5 | 101 | 47 |
| Binary | 10100011 | 101110 | 100011 | 0 | 1001000 | 1001111 | 100100 | 101 | 1000001 | 100111 |
Color Harmonies of #A32E23
Complementary color
Monochromatic Colors of #A32E23
Black with #A32E23
Text Example
Text Example
White with #A32E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E23; }
p { color: rgb(163,46,35); }
H1.HeaderClassName
{
color: #A32E23;
}
.AnyTagClassName
{
color: #A32E23;
}
</style>
background-color css
<style>
a { background-color: #A32E23; }
a { background-color: rgb(163,46,35); }
div.DivClassName
{
background-color: #A32E23;
}
.BgClassName
{
background-color: #A32E23;
}
</style>
border-color css
<style>
span { border-color: #A32E23; }
span { border-color: rgb(163,46,35); }
td.TdClassName
{
border-color: #A32E23;
}
.TagClassName
{
border-color: #A32E23;
}
</style>