Shades of Golden Brown #AA700A
Tints of Golden Brown #AA700A
RGB
CMYK
RGB Variations
Color information
#AA700A (or 0xAA700A) is known color: Golden Brown. HEX triplet: AA, 70 and 0A. RGB value is (170,112,10). Sum of RGB (Red+Green+Blue) = 170+112+10=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA700A is #558FF5. Grayscale: #767676. Windows color (decimal): -5607414 or 684202. OLE color: 684202.
HSL color Cylindrical-coordinate representation of color #AA700A: hue angle of 38.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA700A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.33 |
| HSL | 38.25º | 0.89% | 0.35% | - |
| HSV(B) | 38.25º | 0.94% | 0.67% | - |
| XYZ | 22.43 | 20.16 | 3 | - |
| YUV | 117.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 10 | 0 | 0.34 | 0.94 | 0.33 | 38.25 | 0.89 | 0.35 |
| Hex | AA | 70 | A | 0 | 22 | 5E | 21 | 26 | 59 | 23 |
| Octal | 252 | 160 | 12 | 0 | 42 | 136 | 41 | 46 | 131 | 43 |
| Binary | 10101010 | 1110000 | 1010 | 0 | 100010 | 1011110 | 100001 | 100110 | 1011001 | 100011 |
Color Harmonies of #AA700A
Complementary color
Monochromatic Colors of #AA700A
Black with #AA700A
Text Example
Text Example
White with #AA700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA700A; }
p { color: rgb(170,112,10); }
H1.HeaderClassName
{
color: #AA700A;
}
.AnyTagClassName
{
color: #AA700A;
}
</style>
background-color css
<style>
a { background-color: #AA700A; }
a { background-color: rgb(170,112,10); }
div.DivClassName
{
background-color: #AA700A;
}
.BgClassName
{
background-color: #AA700A;
}
</style>
border-color css
<style>
span { border-color: #AA700A; }
span { border-color: rgb(170,112,10); }
td.TdClassName
{
border-color: #AA700A;
}
.TagClassName
{
border-color: #AA700A;
}
</style>