Shades of Brown #A32A1F
Tints of Brown #A32A1F
RGB
CMYK
RGB Variations
Color information
#A32A1F (or 0xA32A1F) is known color: Brown. HEX triplet: A3, 2A and 1F. RGB value is (163,42,31). Sum of RGB (Red+Green+Blue) = 163+42+31=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A1F is #5CD5E0. Grayscale: #4D4D4D. Windows color (decimal): -6084065 or 2042531. OLE color: 2042531.
HSL color Cylindrical-coordinate representation of color #A32A1F: hue angle of 5º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32A1F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 31 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.36 |
| HSL | 5º | 0.68% | 0.38% | - |
| HSV(B) | 5º | 0.81% | 0.64% | - |
| XYZ | 16.18 | 9.54 | 2.29 | - |
| YUV | 76.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 31 | 0 | 0.74 | 0.81 | 0.36 | 5 | 0.68 | 0.38 |
| Hex | A3 | 2A | 1F | 0 | 4A | 51 | 24 | 5 | 44 | 26 |
| Octal | 243 | 52 | 37 | 0 | 112 | 121 | 44 | 5 | 104 | 46 |
| Binary | 10100011 | 101010 | 11111 | 0 | 1001010 | 1010001 | 100100 | 101 | 1000100 | 100110 |
Color Harmonies of #A32A1F
Complementary color
Monochromatic Colors of #A32A1F
Black with #A32A1F
Text Example
Text Example
White with #A32A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A1F; }
p { color: rgb(163,42,31); }
H1.HeaderClassName
{
color: #A32A1F;
}
.AnyTagClassName
{
color: #A32A1F;
}
</style>
background-color css
<style>
a { background-color: #A32A1F; }
a { background-color: rgb(163,42,31); }
div.DivClassName
{
background-color: #A32A1F;
}
.BgClassName
{
background-color: #A32A1F;
}
</style>
border-color css
<style>
span { border-color: #A32A1F; }
span { border-color: rgb(163,42,31); }
td.TdClassName
{
border-color: #A32A1F;
}
.TagClassName
{
border-color: #A32A1F;
}
</style>