Shades of Brown #A02716
Tints of Brown #A02716
RGB
CMYK
RGB Variations
Color information
#A02716 (or 0xA02716) is known color: Brown. HEX triplet: A0, 27 and 16. RGB value is (160,39,22). Sum of RGB (Red+Green+Blue) = 160+39+22=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02716 is #5FD8E9. Grayscale: #494949. Windows color (decimal): -6281450 or 1451936. OLE color: 1451936.
HSL color Cylindrical-coordinate representation of color #A02716: hue angle of 7.39º 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 #A02716 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 22 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.37 |
| HSL | 7.39º | 0.76% | 0.36% | - |
| HSV(B) | 7.39º | 0.86% | 0.63% | - |
| XYZ | 15.37 | 8.98 | 1.68 | - |
| YUV | 73.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 22 | 0 | 0.76 | 0.86 | 0.37 | 7.39 | 0.76 | 0.36 |
| Hex | A0 | 27 | 16 | 0 | 4C | 56 | 25 | 7 | 4C | 24 |
| Octal | 240 | 47 | 26 | 0 | 114 | 126 | 45 | 7 | 114 | 44 |
| Binary | 10100000 | 100111 | 10110 | 0 | 1001100 | 1010110 | 100101 | 111 | 1001100 | 100100 |
Color Harmonies of #A02716
Complementary color
Monochromatic Colors of #A02716
Black with #A02716
Text Example
Text Example
White with #A02716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02716; }
p { color: rgb(160,39,22); }
H1.HeaderClassName
{
color: #A02716;
}
.AnyTagClassName
{
color: #A02716;
}
</style>
background-color css
<style>
a { background-color: #A02716; }
a { background-color: rgb(160,39,22); }
div.DivClassName
{
background-color: #A02716;
}
.BgClassName
{
background-color: #A02716;
}
</style>
border-color css
<style>
span { border-color: #A02716; }
span { border-color: rgb(160,39,22); }
td.TdClassName
{
border-color: #A02716;
}
.TagClassName
{
border-color: #A02716;
}
</style>