Shades of Golden Brown #AA6906
Tints of Golden Brown #AA6906
RGB
CMYK
RGB Variations
Color information
#AA6906 (or 0xAA6906) is known color: Golden Brown. HEX triplet: AA, 69 and 06. RGB value is (170,105,6). Sum of RGB (Red+Green+Blue) = 170+105+6=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6906 is #5596F9. Grayscale: #717171. Windows color (decimal): -5609210 or 420266. OLE color: 420266.
HSL color Cylindrical-coordinate representation of color #AA6906: hue angle of 36.22º 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 #AA6906 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 6 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.33 |
| HSL | 36.22º | 0.93% | 0.35% | - |
| HSV(B) | 36.22º | 0.96% | 0.67% | - |
| XYZ | 21.66 | 18.66 | 2.63 | - |
| YUV | 113.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 6 | 0 | 0.38 | 0.96 | 0.33 | 36.22 | 0.93 | 0.35 |
| Hex | AA | 69 | 6 | 0 | 26 | 60 | 21 | 24 | 5D | 23 |
| Octal | 252 | 151 | 6 | 0 | 46 | 140 | 41 | 44 | 135 | 43 |
| Binary | 10101010 | 1101001 | 110 | 0 | 100110 | 1100000 | 100001 | 100100 | 1011101 | 100011 |
Color Harmonies of #AA6906
Complementary color
Monochromatic Colors of #AA6906
Black with #AA6906
Text Example
Text Example
White with #AA6906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6906; }
p { color: rgb(170,105,6); }
H1.HeaderClassName
{
color: #AA6906;
}
.AnyTagClassName
{
color: #AA6906;
}
</style>
background-color css
<style>
a { background-color: #AA6906; }
a { background-color: rgb(170,105,6); }
div.DivClassName
{
background-color: #AA6906;
}
.BgClassName
{
background-color: #AA6906;
}
</style>
border-color css
<style>
span { border-color: #AA6906; }
span { border-color: rgb(170,105,6); }
td.TdClassName
{
border-color: #AA6906;
}
.TagClassName
{
border-color: #AA6906;
}
</style>