Shades of Golden Brown #AA700D
Tints of Golden Brown #AA700D
RGB
CMYK
RGB Variations
Color information
#AA700D (or 0xAA700D) is known color: Golden Brown. HEX triplet: AA, 70 and 0D. RGB value is (170,112,13). Sum of RGB (Red+Green+Blue) = 170+112+13=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA700D is #558FF2. Grayscale: #767676. Windows color (decimal): -5607411 or 880810. OLE color: 880810.
HSL color Cylindrical-coordinate representation of color #AA700D: hue angle of 37.83º degrees, saturation: 0.86, 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 #AA700D is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 13 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.33 |
| HSL | 37.83º | 0.86% | 0.36% | - |
| HSV(B) | 37.83º | 0.92% | 0.67% | - |
| XYZ | 22.44 | 20.16 | 3.09 | - |
| YUV | 118.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 13 | 0 | 0.34 | 0.92 | 0.33 | 37.83 | 0.86 | 0.36 |
| Hex | AA | 70 | D | 0 | 22 | 5C | 21 | 26 | 56 | 24 |
| Octal | 252 | 160 | 15 | 0 | 42 | 134 | 41 | 46 | 126 | 44 |
| Binary | 10101010 | 1110000 | 1101 | 0 | 100010 | 1011100 | 100001 | 100110 | 1010110 | 100100 |
Color Harmonies of #AA700D
Complementary color
Monochromatic Colors of #AA700D
Black with #AA700D
Text Example
Text Example
White with #AA700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA700D; }
p { color: rgb(170,112,13); }
H1.HeaderClassName
{
color: #AA700D;
}
.AnyTagClassName
{
color: #AA700D;
}
</style>
background-color css
<style>
a { background-color: #AA700D; }
a { background-color: rgb(170,112,13); }
div.DivClassName
{
background-color: #AA700D;
}
.BgClassName
{
background-color: #AA700D;
}
</style>
border-color css
<style>
span { border-color: #AA700D; }
span { border-color: rgb(170,112,13); }
td.TdClassName
{
border-color: #AA700D;
}
.TagClassName
{
border-color: #AA700D;
}
</style>