Shades of Brown #A02A13
Tints of Brown #A02A13
RGB
CMYK
RGB Variations
Color information
#A02A13 (or 0xA02A13) is known color: Brown. HEX triplet: A0, 2A and 13. RGB value is (160,42,19). Sum of RGB (Red+Green+Blue) = 160+42+19=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A13 is #5FD5EC. Grayscale: #4A4A4A. Windows color (decimal): -6280685 or 1256096. OLE color: 1256096.
HSL color Cylindrical-coordinate representation of color #A02A13: hue angle of 9.79º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A02A13 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 19 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.37 |
| HSL | 9.79º | 0.79% | 0.35% | - |
| HSV(B) | 9.79º | 0.88% | 0.63% | - |
| XYZ | 15.44 | 9.18 | 1.57 | - |
| YUV | 74.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 19 | 0 | 0.74 | 0.88 | 0.37 | 9.79 | 0.79 | 0.35 |
| Hex | A0 | 2A | 13 | 0 | 4A | 58 | 25 | A | 4F | 23 |
| Octal | 240 | 52 | 23 | 0 | 112 | 130 | 45 | 12 | 117 | 43 |
| Binary | 10100000 | 101010 | 10011 | 0 | 1001010 | 1011000 | 100101 | 1010 | 1001111 | 100011 |
Color Harmonies of #A02A13
Complementary color
Monochromatic Colors of #A02A13
Black with #A02A13
Text Example
Text Example
White with #A02A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A13; }
p { color: rgb(160,42,19); }
H1.HeaderClassName
{
color: #A02A13;
}
.AnyTagClassName
{
color: #A02A13;
}
</style>
background-color css
<style>
a { background-color: #A02A13; }
a { background-color: rgb(160,42,19); }
div.DivClassName
{
background-color: #A02A13;
}
.BgClassName
{
background-color: #A02A13;
}
</style>
border-color css
<style>
span { border-color: #A02A13; }
span { border-color: rgb(160,42,19); }
td.TdClassName
{
border-color: #A02A13;
}
.TagClassName
{
border-color: #A02A13;
}
</style>