Shades of Brown #A02517
Tints of Brown #A02517
RGB
CMYK
RGB Variations
Color information
#A02517 (or 0xA02517) is known color: Brown. HEX triplet: A0, 25 and 17. RGB value is (160,37,23). Sum of RGB (Red+Green+Blue) = 160+37+23=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A02517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02517 is #5FDAE8. Grayscale: #484848. Windows color (decimal): -6281961 or 1516960. OLE color: 1516960.
HSL color Cylindrical-coordinate representation of color #A02517: hue angle of 6.13º degrees, saturation: 0.75, 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 #A02517 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 23 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.37 |
| HSL | 6.13º | 0.75% | 0.36% | - |
| HSV(B) | 6.13º | 0.86% | 0.63% | - |
| XYZ | 15.31 | 8.86 | 1.71 | - |
| YUV | 72.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 23 | 0 | 0.77 | 0.86 | 0.37 | 6.13 | 0.75 | 0.36 |
| Hex | A0 | 25 | 17 | 0 | 4D | 56 | 25 | 6 | 4B | 24 |
| Octal | 240 | 45 | 27 | 0 | 115 | 126 | 45 | 6 | 113 | 44 |
| Binary | 10100000 | 100101 | 10111 | 0 | 1001101 | 1010110 | 100101 | 110 | 1001011 | 100100 |
Color Harmonies of #A02517
Complementary color
Monochromatic Colors of #A02517
Black with #A02517
Text Example
Text Example
White with #A02517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02517; }
p { color: rgb(160,37,23); }
H1.HeaderClassName
{
color: #A02517;
}
.AnyTagClassName
{
color: #A02517;
}
</style>
background-color css
<style>
a { background-color: #A02517; }
a { background-color: rgb(160,37,23); }
div.DivClassName
{
background-color: #A02517;
}
.BgClassName
{
background-color: #A02517;
}
</style>
border-color css
<style>
span { border-color: #A02517; }
span { border-color: rgb(160,37,23); }
td.TdClassName
{
border-color: #A02517;
}
.TagClassName
{
border-color: #A02517;
}
</style>