Shades of Golden Brown #AA6A0E
Tints of Golden Brown #AA6A0E
RGB
CMYK
RGB Variations
Color information
#AA6A0E (or 0xAA6A0E) is known color: Golden Brown. HEX triplet: AA, 6A and 0E. RGB value is (170,106,14). Sum of RGB (Red+Green+Blue) = 170+106+14=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A0E is #5595F1. Grayscale: #737373. Windows color (decimal): -5608946 or 944810. OLE color: 944810.
HSL color Cylindrical-coordinate representation of color #AA6A0E: hue angle of 35.38º 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 #AA6A0E is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 14 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.33 |
| HSL | 35.38º | 0.85% | 0.36% | - |
| HSV(B) | 35.38º | 0.92% | 0.67% | - |
| XYZ | 21.81 | 18.89 | 2.91 | - |
| YUV | 114.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 14 | 0 | 0.38 | 0.92 | 0.33 | 35.38 | 0.85 | 0.36 |
| Hex | AA | 6A | E | 0 | 26 | 5C | 21 | 23 | 55 | 24 |
| Octal | 252 | 152 | 16 | 0 | 46 | 134 | 41 | 43 | 125 | 44 |
| Binary | 10101010 | 1101010 | 1110 | 0 | 100110 | 1011100 | 100001 | 100011 | 1010101 | 100100 |
Color Harmonies of #AA6A0E
Complementary color
Monochromatic Colors of #AA6A0E
Black with #AA6A0E
Text Example
Text Example
White with #AA6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A0E; }
p { color: rgb(170,106,14); }
H1.HeaderClassName
{
color: #AA6A0E;
}
.AnyTagClassName
{
color: #AA6A0E;
}
</style>
background-color css
<style>
a { background-color: #AA6A0E; }
a { background-color: rgb(170,106,14); }
div.DivClassName
{
background-color: #AA6A0E;
}
.BgClassName
{
background-color: #AA6A0E;
}
</style>
border-color css
<style>
span { border-color: #AA6A0E; }
span { border-color: rgb(170,106,14); }
td.TdClassName
{
border-color: #AA6A0E;
}
.TagClassName
{
border-color: #AA6A0E;
}
</style>