Shades of Brown #A02A10
Tints of Brown #A02A10
RGB
CMYK
RGB Variations
Color information
#A02A10 (or 0xA02A10) is known color: Brown. HEX triplet: A0, 2A and 10. RGB value is (160,42,16). Sum of RGB (Red+Green+Blue) = 160+42+16=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A10 is #5FD5EF. Grayscale: #4A4A4A. Windows color (decimal): -6280688 or 1059488. OLE color: 1059488.
HSL color Cylindrical-coordinate representation of color #A02A10: hue angle of 10.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A02A10 is Cyan = 0, Magento = 0.74, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 16 | - |
| CMYK | 0 | 0.74 | 0.9 | 0.37 |
| HSL | 10.83º | 0.82% | 0.35% | - |
| HSV(B) | 10.83º | 0.9% | 0.63% | - |
| XYZ | 15.42 | 9.17 | 1.45 | - |
| YUV | 74.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 16 | 0 | 0.74 | 0.9 | 0.37 | 10.83 | 0.82 | 0.35 |
| Hex | A0 | 2A | 10 | 0 | 4A | 5A | 25 | B | 52 | 23 |
| Octal | 240 | 52 | 20 | 0 | 112 | 132 | 45 | 13 | 122 | 43 |
| Binary | 10100000 | 101010 | 10000 | 0 | 1001010 | 1011010 | 100101 | 1011 | 1010010 | 100011 |
Color Harmonies of #A02A10
Complementary color
Monochromatic Colors of #A02A10
Black with #A02A10
Text Example
Text Example
White with #A02A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A10; }
p { color: rgb(160,42,16); }
H1.HeaderClassName
{
color: #A02A10;
}
.AnyTagClassName
{
color: #A02A10;
}
</style>
background-color css
<style>
a { background-color: #A02A10; }
a { background-color: rgb(160,42,16); }
div.DivClassName
{
background-color: #A02A10;
}
.BgClassName
{
background-color: #A02A10;
}
</style>
border-color css
<style>
span { border-color: #A02A10; }
span { border-color: rgb(160,42,16); }
td.TdClassName
{
border-color: #A02A10;
}
.TagClassName
{
border-color: #A02A10;
}
</style>