Shades of Brown #A02D19
Tints of Brown #A02D19
RGB
CMYK
RGB Variations
Color information
#A02D19 (or 0xA02D19) is known color: Brown. HEX triplet: A0, 2D and 19. RGB value is (160,45,25). Sum of RGB (Red+Green+Blue) = 160+45+25=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D19 is #5FD2E6. Grayscale: #4D4D4D. Windows color (decimal): -6279911 or 1650080. OLE color: 1650080.
HSL color Cylindrical-coordinate representation of color #A02D19: hue angle of 8.89º 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 #A02D19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 25 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.37 |
| HSL | 8.89º | 0.73% | 0.36% | - |
| HSV(B) | 8.89º | 0.84% | 0.63% | - |
| XYZ | 15.61 | 9.42 | 1.92 | - |
| YUV | 77.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 25 | 0 | 0.72 | 0.84 | 0.37 | 8.89 | 0.73 | 0.36 |
| Hex | A0 | 2D | 19 | 0 | 48 | 54 | 25 | 9 | 49 | 24 |
| Octal | 240 | 55 | 31 | 0 | 110 | 124 | 45 | 11 | 111 | 44 |
| Binary | 10100000 | 101101 | 11001 | 0 | 1001000 | 1010100 | 100101 | 1001 | 1001001 | 100100 |
Color Harmonies of #A02D19
Complementary color
Monochromatic Colors of #A02D19
Black with #A02D19
Text Example
Text Example
White with #A02D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D19; }
p { color: rgb(160,45,25); }
H1.HeaderClassName
{
color: #A02D19;
}
.AnyTagClassName
{
color: #A02D19;
}
</style>
background-color css
<style>
a { background-color: #A02D19; }
a { background-color: rgb(160,45,25); }
div.DivClassName
{
background-color: #A02D19;
}
.BgClassName
{
background-color: #A02D19;
}
</style>
border-color css
<style>
span { border-color: #A02D19; }
span { border-color: rgb(160,45,25); }
td.TdClassName
{
border-color: #A02D19;
}
.TagClassName
{
border-color: #A02D19;
}
</style>