Shades of Golden Brown #AA7013
Tints of Golden Brown #AA7013
RGB
CMYK
RGB Variations
Color information
#AA7013 (or 0xAA7013) is known color: Golden Brown. HEX triplet: AA, 70 and 13. RGB value is (170,112,19). Sum of RGB (Red+Green+Blue) = 170+112+19=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7013 is #558FEC. Grayscale: #777777. Windows color (decimal): -5607405 or 1274026. OLE color: 1274026.
HSL color Cylindrical-coordinate representation of color #AA7013: hue angle of 36.95º 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 #AA7013 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 19 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.33 |
| HSL | 36.95º | 0.8% | 0.37% | - |
| HSV(B) | 36.95º | 0.89% | 0.67% | - |
| XYZ | 22.49 | 20.18 | 3.33 | - |
| YUV | 118.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 19 | 0 | 0.34 | 0.89 | 0.33 | 36.95 | 0.8 | 0.37 |
| Hex | AA | 70 | 13 | 0 | 22 | 59 | 21 | 25 | 50 | 25 |
| Octal | 252 | 160 | 23 | 0 | 42 | 131 | 41 | 45 | 120 | 45 |
| Binary | 10101010 | 1110000 | 10011 | 0 | 100010 | 1011001 | 100001 | 100101 | 1010000 | 100101 |
Color Harmonies of #AA7013
Complementary color
Monochromatic Colors of #AA7013
Black with #AA7013
Text Example
Text Example
White with #AA7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7013; }
p { color: rgb(170,112,19); }
H1.HeaderClassName
{
color: #AA7013;
}
.AnyTagClassName
{
color: #AA7013;
}
</style>
background-color css
<style>
a { background-color: #AA7013; }
a { background-color: rgb(170,112,19); }
div.DivClassName
{
background-color: #AA7013;
}
.BgClassName
{
background-color: #AA7013;
}
</style>
border-color css
<style>
span { border-color: #AA7013; }
span { border-color: rgb(170,112,19); }
td.TdClassName
{
border-color: #AA7013;
}
.TagClassName
{
border-color: #AA7013;
}
</style>