Shades of Golden Brown #AA6A06
Tints of Golden Brown #AA6A06
RGB
CMYK
RGB Variations
Color information
#AA6A06 (or 0xAA6A06) is known color: Golden Brown. HEX triplet: AA, 6A and 06. RGB value is (170,106,6). Sum of RGB (Red+Green+Blue) = 170+106+6=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A06 is #5595F9. Grayscale: #727272. Windows color (decimal): -5608954 or 420522. OLE color: 420522.
HSL color Cylindrical-coordinate representation of color #AA6A06: hue angle of 36.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA6A06 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 6 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.33 |
| HSL | 36.59º | 0.93% | 0.35% | - |
| HSV(B) | 36.59º | 0.96% | 0.67% | - |
| XYZ | 21.76 | 18.87 | 2.67 | - |
| YUV | 113.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 6 | 0 | 0.38 | 0.96 | 0.33 | 36.59 | 0.93 | 0.35 |
| Hex | AA | 6A | 6 | 0 | 26 | 60 | 21 | 25 | 5D | 23 |
| Octal | 252 | 152 | 6 | 0 | 46 | 140 | 41 | 45 | 135 | 43 |
| Binary | 10101010 | 1101010 | 110 | 0 | 100110 | 1100000 | 100001 | 100101 | 1011101 | 100011 |
Color Harmonies of #AA6A06
Complementary color
Monochromatic Colors of #AA6A06
Black with #AA6A06
Text Example
Text Example
White with #AA6A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A06; }
p { color: rgb(170,106,6); }
H1.HeaderClassName
{
color: #AA6A06;
}
.AnyTagClassName
{
color: #AA6A06;
}
</style>
background-color css
<style>
a { background-color: #AA6A06; }
a { background-color: rgb(170,106,6); }
div.DivClassName
{
background-color: #AA6A06;
}
.BgClassName
{
background-color: #AA6A06;
}
</style>
border-color css
<style>
span { border-color: #AA6A06; }
span { border-color: rgb(170,106,6); }
td.TdClassName
{
border-color: #AA6A06;
}
.TagClassName
{
border-color: #AA6A06;
}
</style>