Shades of Golden Brown #AA7116
Tints of Golden Brown #AA7116
RGB
CMYK
RGB Variations
Color information
#AA7116 (or 0xAA7116) is known color: Golden Brown. HEX triplet: AA, 71 and 16. RGB value is (170,113,22). Sum of RGB (Red+Green+Blue) = 170+113+22=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7116 is #558EE9. Grayscale: #787878. Windows color (decimal): -5607146 or 1470890. OLE color: 1470890.
HSL color Cylindrical-coordinate representation of color #AA7116: hue angle of 36.89º 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 #AA7116 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.33 |
| HSL | 36.89º | 0.77% | 0.38% | - |
| HSV(B) | 36.89º | 0.87% | 0.67% | - |
| XYZ | 22.63 | 20.41 | 3.51 | - |
| YUV | 119.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 22 | 0 | 0.34 | 0.87 | 0.33 | 36.89 | 0.77 | 0.38 |
| Hex | AA | 71 | 16 | 0 | 22 | 57 | 21 | 25 | 4D | 26 |
| Octal | 252 | 161 | 26 | 0 | 42 | 127 | 41 | 45 | 115 | 46 |
| Binary | 10101010 | 1110001 | 10110 | 0 | 100010 | 1010111 | 100001 | 100101 | 1001101 | 100110 |
Color Harmonies of #AA7116
Complementary color
Monochromatic Colors of #AA7116
Black with #AA7116
Text Example
Text Example
White with #AA7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7116; }
p { color: rgb(170,113,22); }
H1.HeaderClassName
{
color: #AA7116;
}
.AnyTagClassName
{
color: #AA7116;
}
</style>
background-color css
<style>
a { background-color: #AA7116; }
a { background-color: rgb(170,113,22); }
div.DivClassName
{
background-color: #AA7116;
}
.BgClassName
{
background-color: #AA7116;
}
</style>
border-color css
<style>
span { border-color: #AA7116; }
span { border-color: rgb(170,113,22); }
td.TdClassName
{
border-color: #AA7116;
}
.TagClassName
{
border-color: #AA7116;
}
</style>