Shades of Brown #A02A1E
Tints of Brown #A02A1E
RGB
CMYK
RGB Variations
Color information
#A02A1E (or 0xA02A1E) is known color: Brown. HEX triplet: A0, 2A and 1E. RGB value is (160,42,30). Sum of RGB (Red+Green+Blue) = 160+42+30=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A1E is #5FD5E1. Grayscale: #4C4C4C. Windows color (decimal): -6280674 or 1976992. OLE color: 1976992.
HSL color Cylindrical-coordinate representation of color #A02A1E: hue angle of 5.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02A1E is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 30 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.37 |
| HSL | 5.54º | 0.68% | 0.37% | - |
| HSV(B) | 5.54º | 0.81% | 0.63% | - |
| XYZ | 15.56 | 9.22 | 2.19 | - |
| YUV | 75.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 30 | 0 | 0.74 | 0.81 | 0.37 | 5.54 | 0.68 | 0.37 |
| Hex | A0 | 2A | 1E | 0 | 4A | 51 | 25 | 6 | 44 | 25 |
| Octal | 240 | 52 | 36 | 0 | 112 | 121 | 45 | 6 | 104 | 45 |
| Binary | 10100000 | 101010 | 11110 | 0 | 1001010 | 1010001 | 100101 | 110 | 1000100 | 100101 |
Color Harmonies of #A02A1E
Complementary color
Monochromatic Colors of #A02A1E
Black with #A02A1E
Text Example
Text Example
White with #A02A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A1E; }
p { color: rgb(160,42,30); }
H1.HeaderClassName
{
color: #A02A1E;
}
.AnyTagClassName
{
color: #A02A1E;
}
</style>
background-color css
<style>
a { background-color: #A02A1E; }
a { background-color: rgb(160,42,30); }
div.DivClassName
{
background-color: #A02A1E;
}
.BgClassName
{
background-color: #A02A1E;
}
</style>
border-color css
<style>
span { border-color: #A02A1E; }
span { border-color: rgb(160,42,30); }
td.TdClassName
{
border-color: #A02A1E;
}
.TagClassName
{
border-color: #A02A1E;
}
</style>