Shades of Brown #A32A16
Tints of Brown #A32A16
RGB
CMYK
RGB Variations
Color information
#A32A16 (or 0xA32A16) is known color: Brown. HEX triplet: A3, 2A and 16. RGB value is (163,42,22). Sum of RGB (Red+Green+Blue) = 163+42+22=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A16 is #5CD5E9. Grayscale: #4C4C4C. Windows color (decimal): -6084074 or 1452707. OLE color: 1452707.
HSL color Cylindrical-coordinate representation of color #A32A16: hue angle of 8.51º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A32A16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 22 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.36 |
| HSL | 8.51º | 0.76% | 0.36% | - |
| HSV(B) | 8.51º | 0.87% | 0.64% | - |
| XYZ | 16.08 | 9.5 | 1.75 | - |
| YUV | 75.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 22 | 0 | 0.74 | 0.87 | 0.36 | 8.51 | 0.76 | 0.36 |
| Hex | A3 | 2A | 16 | 0 | 4A | 57 | 24 | 9 | 4C | 24 |
| Octal | 243 | 52 | 26 | 0 | 112 | 127 | 44 | 11 | 114 | 44 |
| Binary | 10100011 | 101010 | 10110 | 0 | 1001010 | 1010111 | 100100 | 1001 | 1001100 | 100100 |
Color Harmonies of #A32A16
Complementary color
Monochromatic Colors of #A32A16
Black with #A32A16
Text Example
Text Example
White with #A32A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A16; }
p { color: rgb(163,42,22); }
H1.HeaderClassName
{
color: #A32A16;
}
.AnyTagClassName
{
color: #A32A16;
}
</style>
background-color css
<style>
a { background-color: #A32A16; }
a { background-color: rgb(163,42,22); }
div.DivClassName
{
background-color: #A32A16;
}
.BgClassName
{
background-color: #A32A16;
}
</style>
border-color css
<style>
span { border-color: #A32A16; }
span { border-color: rgb(163,42,22); }
td.TdClassName
{
border-color: #A32A16;
}
.TagClassName
{
border-color: #A32A16;
}
</style>