Shades of Golden Brown #AA6206
Tints of Golden Brown #AA6206
RGB
CMYK
RGB Variations
Color information
#AA6206 (or 0xAA6206) is known color: Golden Brown. HEX triplet: AA, 62 and 06. RGB value is (170,98,6). Sum of RGB (Red+Green+Blue) = 170+98+6=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6206 is #559DF9. Grayscale: #6D6D6D. Windows color (decimal): -5611002 or 418474. OLE color: 418474.
HSL color Cylindrical-coordinate representation of color #AA6206: hue angle of 33.66º 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 #AA6206 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 6 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.33 |
| HSL | 33.66º | 0.93% | 0.35% | - |
| HSV(B) | 33.66º | 0.96% | 0.67% | - |
| XYZ | 20.98 | 17.29 | 2.4 | - |
| YUV | 109.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 6 | 0 | 0.42 | 0.96 | 0.33 | 33.66 | 0.93 | 0.35 |
| Hex | AA | 62 | 6 | 0 | 2A | 60 | 21 | 22 | 5D | 23 |
| Octal | 252 | 142 | 6 | 0 | 52 | 140 | 41 | 42 | 135 | 43 |
| Binary | 10101010 | 1100010 | 110 | 0 | 101010 | 1100000 | 100001 | 100010 | 1011101 | 100011 |
Color Harmonies of #AA6206
Complementary color
Monochromatic Colors of #AA6206
Black with #AA6206
Text Example
Text Example
White with #AA6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6206; }
p { color: rgb(170,98,6); }
H1.HeaderClassName
{
color: #AA6206;
}
.AnyTagClassName
{
color: #AA6206;
}
</style>
background-color css
<style>
a { background-color: #AA6206; }
a { background-color: rgb(170,98,6); }
div.DivClassName
{
background-color: #AA6206;
}
.BgClassName
{
background-color: #AA6206;
}
</style>
border-color css
<style>
span { border-color: #AA6206; }
span { border-color: rgb(170,98,6); }
td.TdClassName
{
border-color: #AA6206;
}
.TagClassName
{
border-color: #AA6206;
}
</style>