Shades of Golden Brown #AA6A0D
Tints of Golden Brown #AA6A0D
RGB
CMYK
RGB Variations
Color information
#AA6A0D (or 0xAA6A0D) is known color: Golden Brown. HEX triplet: AA, 6A and 0D. RGB value is (170,106,13). Sum of RGB (Red+Green+Blue) = 170+106+13=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A0D is #5595F2. Grayscale: #727272. Windows color (decimal): -5608947 or 879274. OLE color: 879274.
HSL color Cylindrical-coordinate representation of color #AA6A0D: hue angle of 35.54º 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 #AA6A0D is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 13 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.33 |
| HSL | 35.54º | 0.86% | 0.36% | - |
| HSV(B) | 35.54º | 0.92% | 0.67% | - |
| XYZ | 21.8 | 18.88 | 2.88 | - |
| YUV | 114.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 13 | 0 | 0.38 | 0.92 | 0.33 | 35.54 | 0.86 | 0.36 |
| Hex | AA | 6A | D | 0 | 26 | 5C | 21 | 24 | 56 | 24 |
| Octal | 252 | 152 | 15 | 0 | 46 | 134 | 41 | 44 | 126 | 44 |
| Binary | 10101010 | 1101010 | 1101 | 0 | 100110 | 1011100 | 100001 | 100100 | 1010110 | 100100 |
Color Harmonies of #AA6A0D
Complementary color
Monochromatic Colors of #AA6A0D
Black with #AA6A0D
Text Example
Text Example
White with #AA6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A0D; }
p { color: rgb(170,106,13); }
H1.HeaderClassName
{
color: #AA6A0D;
}
.AnyTagClassName
{
color: #AA6A0D;
}
</style>
background-color css
<style>
a { background-color: #AA6A0D; }
a { background-color: rgb(170,106,13); }
div.DivClassName
{
background-color: #AA6A0D;
}
.BgClassName
{
background-color: #AA6A0D;
}
</style>
border-color css
<style>
span { border-color: #AA6A0D; }
span { border-color: rgb(170,106,13); }
td.TdClassName
{
border-color: #AA6A0D;
}
.TagClassName
{
border-color: #AA6A0D;
}
</style>