Shades of Golden Brown #A07016
Tints of Golden Brown #A07016
RGB
CMYK
RGB Variations
Color information
#A07016 (or 0xA07016) is known color: Golden Brown. HEX triplet: A0, 70 and 16. RGB value is (160,112,22). Sum of RGB (Red+Green+Blue) = 160+112+22=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07016 is #5F8FE9. Grayscale: #747474. Windows color (decimal): -6262762 or 1470624. OLE color: 1470624.
HSL color Cylindrical-coordinate representation of color #A07016: hue angle of 39.13º 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 #A07016 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 22 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.37 |
| HSL | 39.13º | 0.76% | 0.36% | - |
| HSV(B) | 39.13º | 0.86% | 0.63% | - |
| XYZ | 20.44 | 19.12 | 3.37 | - |
| YUV | 116.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 22 | 0 | 0.30 | 0.86 | 0.37 | 39.13 | 0.76 | 0.36 |
| Hex | A0 | 70 | 16 | 0 | 1E | 56 | 25 | 27 | 4C | 24 |
| Octal | 240 | 160 | 26 | 0 | 36 | 126 | 45 | 47 | 114 | 44 |
| Binary | 10100000 | 1110000 | 10110 | 0 | 11110 | 1010110 | 100101 | 100111 | 1001100 | 100100 |
Color Harmonies of #A07016
Complementary color
Monochromatic Colors of #A07016
Black with #A07016
Text Example
Text Example
White with #A07016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07016; }
p { color: rgb(160,112,22); }
H1.HeaderClassName
{
color: #A07016;
}
.AnyTagClassName
{
color: #A07016;
}
</style>
background-color css
<style>
a { background-color: #A07016; }
a { background-color: rgb(160,112,22); }
div.DivClassName
{
background-color: #A07016;
}
.BgClassName
{
background-color: #A07016;
}
</style>
border-color css
<style>
span { border-color: #A07016; }
span { border-color: rgb(160,112,22); }
td.TdClassName
{
border-color: #A07016;
}
.TagClassName
{
border-color: #A07016;
}
</style>