Shades of Brown #A02A16
Tints of Brown #A02A16
RGB
CMYK
RGB Variations
Color information
#A02A16 (or 0xA02A16) is known color: Brown. HEX triplet: A0, 2A and 16. RGB value is (160,42,22). Sum of RGB (Red+Green+Blue) = 160+42+22=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A16 is #5FD5E9. Grayscale: #4B4B4B. Windows color (decimal): -6280682 or 1452704. OLE color: 1452704.
HSL color Cylindrical-coordinate representation of color #A02A16: hue angle of 8.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A02A16 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 22 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.37 |
| HSL | 8.7º | 0.76% | 0.36% | - |
| HSV(B) | 8.7º | 0.86% | 0.63% | - |
| XYZ | 15.47 | 9.19 | 1.72 | - |
| YUV | 75 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 22 | 0 | 0.74 | 0.86 | 0.37 | 8.7 | 0.76 | 0.36 |
| Hex | A0 | 2A | 16 | 0 | 4A | 56 | 25 | 9 | 4C | 24 |
| Octal | 240 | 52 | 26 | 0 | 112 | 126 | 45 | 11 | 114 | 44 |
| Binary | 10100000 | 101010 | 10110 | 0 | 1001010 | 1010110 | 100101 | 1001 | 1001100 | 100100 |
Color Harmonies of #A02A16
Complementary color
Monochromatic Colors of #A02A16
Black with #A02A16
Text Example
Text Example
White with #A02A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A16; }
p { color: rgb(160,42,22); }
H1.HeaderClassName
{
color: #A02A16;
}
.AnyTagClassName
{
color: #A02A16;
}
</style>
background-color css
<style>
a { background-color: #A02A16; }
a { background-color: rgb(160,42,22); }
div.DivClassName
{
background-color: #A02A16;
}
.BgClassName
{
background-color: #A02A16;
}
</style>
border-color css
<style>
span { border-color: #A02A16; }
span { border-color: rgb(160,42,22); }
td.TdClassName
{
border-color: #A02A16;
}
.TagClassName
{
border-color: #A02A16;
}
</style>