Shades of Brown #A02515
Tints of Brown #A02515
RGB
CMYK
RGB Variations
Color information
#A02515 (or 0xA02515) is known color: Brown. HEX triplet: A0, 25 and 15. RGB value is (160,37,21). Sum of RGB (Red+Green+Blue) = 160+37+21=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A02515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02515 is #5FDAEA. Grayscale: #484848. Windows color (decimal): -6281963 or 1385888. OLE color: 1385888.
HSL color Cylindrical-coordinate representation of color #A02515: hue angle of 6.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A02515 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 21 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.37 |
| HSL | 6.91º | 0.77% | 0.35% | - |
| HSV(B) | 6.91º | 0.87% | 0.63% | - |
| XYZ | 15.29 | 8.85 | 1.61 | - |
| YUV | 71.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 21 | 0 | 0.77 | 0.87 | 0.37 | 6.91 | 0.77 | 0.35 |
| Hex | A0 | 25 | 15 | 0 | 4D | 57 | 25 | 7 | 4D | 23 |
| Octal | 240 | 45 | 25 | 0 | 115 | 127 | 45 | 7 | 115 | 43 |
| Binary | 10100000 | 100101 | 10101 | 0 | 1001101 | 1010111 | 100101 | 111 | 1001101 | 100011 |
Color Harmonies of #A02515
Complementary color
Monochromatic Colors of #A02515
Black with #A02515
Text Example
Text Example
White with #A02515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02515; }
p { color: rgb(160,37,21); }
H1.HeaderClassName
{
color: #A02515;
}
.AnyTagClassName
{
color: #A02515;
}
</style>
background-color css
<style>
a { background-color: #A02515; }
a { background-color: rgb(160,37,21); }
div.DivClassName
{
background-color: #A02515;
}
.BgClassName
{
background-color: #A02515;
}
</style>
border-color css
<style>
span { border-color: #A02515; }
span { border-color: rgb(160,37,21); }
td.TdClassName
{
border-color: #A02515;
}
.TagClassName
{
border-color: #A02515;
}
</style>