Shades of Brown #A02518
Tints of Brown #A02518
RGB
CMYK
RGB Variations
Color information
#A02518 (or 0xA02518) is known color: Brown. HEX triplet: A0, 25 and 18. RGB value is (160,37,24). Sum of RGB (Red+Green+Blue) = 160+37+24=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02518 is #5FDAE7. Grayscale: #484848. Windows color (decimal): -6281960 or 1582496. OLE color: 1582496.
HSL color Cylindrical-coordinate representation of color #A02518: hue angle of 5.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A02518 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 24 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.37 |
| HSL | 5.74º | 0.74% | 0.36% | - |
| HSV(B) | 5.74º | 0.85% | 0.63% | - |
| XYZ | 15.32 | 8.86 | 1.77 | - |
| YUV | 72.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 24 | 0 | 0.77 | 0.85 | 0.37 | 5.74 | 0.74 | 0.36 |
| Hex | A0 | 25 | 18 | 0 | 4D | 55 | 25 | 6 | 4A | 24 |
| Octal | 240 | 45 | 30 | 0 | 115 | 125 | 45 | 6 | 112 | 44 |
| Binary | 10100000 | 100101 | 11000 | 0 | 1001101 | 1010101 | 100101 | 110 | 1001010 | 100100 |
Color Harmonies of #A02518
Complementary color
Monochromatic Colors of #A02518
Black with #A02518
Text Example
Text Example
White with #A02518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02518; }
p { color: rgb(160,37,24); }
H1.HeaderClassName
{
color: #A02518;
}
.AnyTagClassName
{
color: #A02518;
}
</style>
background-color css
<style>
a { background-color: #A02518; }
a { background-color: rgb(160,37,24); }
div.DivClassName
{
background-color: #A02518;
}
.BgClassName
{
background-color: #A02518;
}
</style>
border-color css
<style>
span { border-color: #A02518; }
span { border-color: rgb(160,37,24); }
td.TdClassName
{
border-color: #A02518;
}
.TagClassName
{
border-color: #A02518;
}
</style>