Shades of Golden Brown #AA7113
Tints of Golden Brown #AA7113
RGB
CMYK
RGB Variations
Color information
#AA7113 (or 0xAA7113) is known color: Golden Brown. HEX triplet: AA, 71 and 13. RGB value is (170,113,19). Sum of RGB (Red+Green+Blue) = 170+113+19=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7113 is #558EEC. Grayscale: #777777. Windows color (decimal): -5607149 or 1274282. OLE color: 1274282.
HSL color Cylindrical-coordinate representation of color #AA7113: hue angle of 37.35º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7113 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 19 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.33 |
| HSL | 37.35º | 0.8% | 0.37% | - |
| HSV(B) | 37.35º | 0.89% | 0.67% | - |
| XYZ | 22.6 | 20.4 | 3.36 | - |
| YUV | 119.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 19 | 0 | 0.34 | 0.89 | 0.33 | 37.35 | 0.8 | 0.37 |
| Hex | AA | 71 | 13 | 0 | 22 | 59 | 21 | 25 | 50 | 25 |
| Octal | 252 | 161 | 23 | 0 | 42 | 131 | 41 | 45 | 120 | 45 |
| Binary | 10101010 | 1110001 | 10011 | 0 | 100010 | 1011001 | 100001 | 100101 | 1010000 | 100101 |
Color Harmonies of #AA7113
Complementary color
Monochromatic Colors of #AA7113
Black with #AA7113
Text Example
Text Example
White with #AA7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7113; }
p { color: rgb(170,113,19); }
H1.HeaderClassName
{
color: #AA7113;
}
.AnyTagClassName
{
color: #AA7113;
}
</style>
background-color css
<style>
a { background-color: #AA7113; }
a { background-color: rgb(170,113,19); }
div.DivClassName
{
background-color: #AA7113;
}
.BgClassName
{
background-color: #AA7113;
}
</style>
border-color css
<style>
span { border-color: #AA7113; }
span { border-color: rgb(170,113,19); }
td.TdClassName
{
border-color: #AA7113;
}
.TagClassName
{
border-color: #AA7113;
}
</style>