Shades of Golden Brown #AA700E
Tints of Golden Brown #AA700E
RGB
CMYK
RGB Variations
Color information
#AA700E (or 0xAA700E) is known color: Golden Brown. HEX triplet: AA, 70 and 0E. RGB value is (170,112,14). Sum of RGB (Red+Green+Blue) = 170+112+14=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA700E is #558FF1. Grayscale: #767676. Windows color (decimal): -5607410 or 946346. OLE color: 946346.
HSL color Cylindrical-coordinate representation of color #AA700E: hue angle of 37.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA700E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 14 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.33 |
| HSL | 37.69º | 0.85% | 0.36% | - |
| HSV(B) | 37.69º | 0.92% | 0.67% | - |
| XYZ | 22.45 | 20.17 | 3.12 | - |
| YUV | 118.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 14 | 0 | 0.34 | 0.92 | 0.33 | 37.69 | 0.85 | 0.36 |
| Hex | AA | 70 | E | 0 | 22 | 5C | 21 | 26 | 55 | 24 |
| Octal | 252 | 160 | 16 | 0 | 42 | 134 | 41 | 46 | 125 | 44 |
| Binary | 10101010 | 1110000 | 1110 | 0 | 100010 | 1011100 | 100001 | 100110 | 1010101 | 100100 |
Color Harmonies of #AA700E
Complementary color
Monochromatic Colors of #AA700E
Black with #AA700E
Text Example
Text Example
White with #AA700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA700E; }
p { color: rgb(170,112,14); }
H1.HeaderClassName
{
color: #AA700E;
}
.AnyTagClassName
{
color: #AA700E;
}
</style>
background-color css
<style>
a { background-color: #AA700E; }
a { background-color: rgb(170,112,14); }
div.DivClassName
{
background-color: #AA700E;
}
.BgClassName
{
background-color: #AA700E;
}
</style>
border-color css
<style>
span { border-color: #AA700E; }
span { border-color: rgb(170,112,14); }
td.TdClassName
{
border-color: #AA700E;
}
.TagClassName
{
border-color: #AA700E;
}
</style>