Shades of Golden Brown #AA7016
Tints of Golden Brown #AA7016
RGB
CMYK
RGB Variations
Color information
#AA7016 (or 0xAA7016) is known color: Golden Brown. HEX triplet: AA, 70 and 16. RGB value is (170,112,22). Sum of RGB (Red+Green+Blue) = 170+112+22=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7016 is #558FE9. Grayscale: #777777. Windows color (decimal): -5607402 or 1470634. OLE color: 1470634.
HSL color Cylindrical-coordinate representation of color #AA7016: hue angle of 36.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA7016 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.33 |
| HSL | 36.49º | 0.77% | 0.38% | - |
| HSV(B) | 36.49º | 0.87% | 0.67% | - |
| XYZ | 22.52 | 20.19 | 3.47 | - |
| YUV | 119.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 22 | 0 | 0.34 | 0.87 | 0.33 | 36.49 | 0.77 | 0.38 |
| Hex | AA | 70 | 16 | 0 | 22 | 57 | 21 | 24 | 4D | 26 |
| Octal | 252 | 160 | 26 | 0 | 42 | 127 | 41 | 44 | 115 | 46 |
| Binary | 10101010 | 1110000 | 10110 | 0 | 100010 | 1010111 | 100001 | 100100 | 1001101 | 100110 |
Color Harmonies of #AA7016
Complementary color
Monochromatic Colors of #AA7016
Black with #AA7016
Text Example
Text Example
White with #AA7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7016; }
p { color: rgb(170,112,22); }
H1.HeaderClassName
{
color: #AA7016;
}
.AnyTagClassName
{
color: #AA7016;
}
</style>
background-color css
<style>
a { background-color: #AA7016; }
a { background-color: rgb(170,112,22); }
div.DivClassName
{
background-color: #AA7016;
}
.BgClassName
{
background-color: #AA7016;
}
</style>
border-color css
<style>
span { border-color: #AA7016; }
span { border-color: rgb(170,112,22); }
td.TdClassName
{
border-color: #AA7016;
}
.TagClassName
{
border-color: #AA7016;
}
</style>