Shades of Brown #A02119
Tints of Brown #A02119
RGB
CMYK
RGB Variations
Color information
#A02119 (or 0xA02119) is known color: Brown. HEX triplet: A0, 21 and 19. RGB value is (160,33,25). Sum of RGB (Red+Green+Blue) = 160+33+25=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A02119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02119 is #5FDEE6. Grayscale: #464646. Windows color (decimal): -6282983 or 1647008. OLE color: 1647008.
HSL color Cylindrical-coordinate representation of color #A02119: hue angle of 3.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A02119 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 25 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.37 |
| HSL | 3.56º | 0.73% | 0.36% | - |
| HSV(B) | 3.56º | 0.84% | 0.63% | - |
| XYZ | 15.22 | 8.63 | 1.78 | - |
| YUV | 70.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 25 | 0 | 0.79 | 0.84 | 0.37 | 3.56 | 0.73 | 0.36 |
| Hex | A0 | 21 | 19 | 0 | 4F | 54 | 25 | 4 | 49 | 24 |
| Octal | 240 | 41 | 31 | 0 | 117 | 124 | 45 | 4 | 111 | 44 |
| Binary | 10100000 | 100001 | 11001 | 0 | 1001111 | 1010100 | 100101 | 100 | 1001001 | 100100 |
Color Harmonies of #A02119
Complementary color
Monochromatic Colors of #A02119
Black with #A02119
Text Example
Text Example
White with #A02119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02119; }
p { color: rgb(160,33,25); }
H1.HeaderClassName
{
color: #A02119;
}
.AnyTagClassName
{
color: #A02119;
}
</style>
background-color css
<style>
a { background-color: #A02119; }
a { background-color: rgb(160,33,25); }
div.DivClassName
{
background-color: #A02119;
}
.BgClassName
{
background-color: #A02119;
}
</style>
border-color css
<style>
span { border-color: #A02119; }
span { border-color: rgb(160,33,25); }
td.TdClassName
{
border-color: #A02119;
}
.TagClassName
{
border-color: #A02119;
}
</style>