Shades of Golden Brown #AA7004
Tints of Golden Brown #AA7004
RGB
CMYK
RGB Variations
Color information
#AA7004 (or 0xAA7004) is known color: Golden Brown. HEX triplet: AA, 70 and 04. RGB value is (170,112,4). Sum of RGB (Red+Green+Blue) = 170+112+4=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7004 is #558FFB. Grayscale: #757575. Windows color (decimal): -5607420 or 290986. OLE color: 290986.
HSL color Cylindrical-coordinate representation of color #AA7004: hue angle of 39.04º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA7004 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.33 |
| HSL | 39.04º | 0.95% | 0.34% | - |
| HSV(B) | 39.04º | 0.98% | 0.67% | - |
| XYZ | 22.39 | 20.14 | 2.82 | - |
| YUV | 117.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 4 | 0 | 0.34 | 0.98 | 0.33 | 39.04 | 0.95 | 0.34 |
| Hex | AA | 70 | 4 | 0 | 22 | 62 | 21 | 27 | 5F | 22 |
| Octal | 252 | 160 | 4 | 0 | 42 | 142 | 41 | 47 | 137 | 42 |
| Binary | 10101010 | 1110000 | 100 | 0 | 100010 | 1100010 | 100001 | 100111 | 1011111 | 100010 |
Color Harmonies of #AA7004
Complementary color
Monochromatic Colors of #AA7004
Black with #AA7004
Text Example
Text Example
White with #AA7004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7004; }
p { color: rgb(170,112,4); }
H1.HeaderClassName
{
color: #AA7004;
}
.AnyTagClassName
{
color: #AA7004;
}
</style>
background-color css
<style>
a { background-color: #AA7004; }
a { background-color: rgb(170,112,4); }
div.DivClassName
{
background-color: #AA7004;
}
.BgClassName
{
background-color: #AA7004;
}
</style>
border-color css
<style>
span { border-color: #AA7004; }
span { border-color: rgb(170,112,4); }
td.TdClassName
{
border-color: #AA7004;
}
.TagClassName
{
border-color: #AA7004;
}
</style>