Shades of Brown #A02516
Tints of Brown #A02516
RGB
CMYK
RGB Variations
Color information
#A02516 (or 0xA02516) is known color: Brown. HEX triplet: A0, 25 and 16. RGB value is (160,37,22). Sum of RGB (Red+Green+Blue) = 160+37+22=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A02516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02516 is #5FDAE9. Grayscale: #484848. Windows color (decimal): -6281962 or 1451424. OLE color: 1451424.
HSL color Cylindrical-coordinate representation of color #A02516: hue angle of 6.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A02516 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 22 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.37 |
| HSL | 6.52º | 0.76% | 0.36% | - |
| HSV(B) | 6.52º | 0.86% | 0.63% | - |
| XYZ | 15.3 | 8.85 | 1.66 | - |
| YUV | 72.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 22 | 0 | 0.77 | 0.86 | 0.37 | 6.52 | 0.76 | 0.36 |
| Hex | A0 | 25 | 16 | 0 | 4D | 56 | 25 | 7 | 4C | 24 |
| Octal | 240 | 45 | 26 | 0 | 115 | 126 | 45 | 7 | 114 | 44 |
| Binary | 10100000 | 100101 | 10110 | 0 | 1001101 | 1010110 | 100101 | 111 | 1001100 | 100100 |
Color Harmonies of #A02516
Complementary color
Monochromatic Colors of #A02516
Black with #A02516
Text Example
Text Example
White with #A02516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02516; }
p { color: rgb(160,37,22); }
H1.HeaderClassName
{
color: #A02516;
}
.AnyTagClassName
{
color: #A02516;
}
</style>
background-color css
<style>
a { background-color: #A02516; }
a { background-color: rgb(160,37,22); }
div.DivClassName
{
background-color: #A02516;
}
.BgClassName
{
background-color: #A02516;
}
</style>
border-color css
<style>
span { border-color: #A02516; }
span { border-color: rgb(160,37,22); }
td.TdClassName
{
border-color: #A02516;
}
.TagClassName
{
border-color: #A02516;
}
</style>