Shades of Golden Brown #AA7111
Tints of Golden Brown #AA7111
RGB
CMYK
RGB Variations
Color information
#AA7111 (or 0xAA7111) is known color: Golden Brown. HEX triplet: AA, 71 and 11. RGB value is (170,113,17). Sum of RGB (Red+Green+Blue) = 170+113+17=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7111 is #558EEE. Grayscale: #777777. Windows color (decimal): -5607151 or 1143210. OLE color: 1143210.
HSL color Cylindrical-coordinate representation of color #AA7111: hue angle of 37.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA7111 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 17 | - |
| CMYK | 0 | 0.34 | 0.9 | 0.33 |
| HSL | 37.65º | 0.82% | 0.37% | - |
| HSV(B) | 37.65º | 0.9% | 0.67% | - |
| XYZ | 22.58 | 20.4 | 3.28 | - |
| YUV | 119.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 17 | 0 | 0.34 | 0.9 | 0.33 | 37.65 | 0.82 | 0.37 |
| Hex | AA | 71 | 11 | 0 | 22 | 5A | 21 | 26 | 52 | 25 |
| Octal | 252 | 161 | 21 | 0 | 42 | 132 | 41 | 46 | 122 | 45 |
| Binary | 10101010 | 1110001 | 10001 | 0 | 100010 | 1011010 | 100001 | 100110 | 1010010 | 100101 |
Color Harmonies of #AA7111
Complementary color
Monochromatic Colors of #AA7111
Black with #AA7111
Text Example
Text Example
White with #AA7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7111; }
p { color: rgb(170,113,17); }
H1.HeaderClassName
{
color: #AA7111;
}
.AnyTagClassName
{
color: #AA7111;
}
</style>
background-color css
<style>
a { background-color: #AA7111; }
a { background-color: rgb(170,113,17); }
div.DivClassName
{
background-color: #AA7111;
}
.BgClassName
{
background-color: #AA7111;
}
</style>
border-color css
<style>
span { border-color: #AA7111; }
span { border-color: rgb(170,113,17); }
td.TdClassName
{
border-color: #AA7111;
}
.TagClassName
{
border-color: #AA7111;
}
</style>