Shades of Golden Brown #AA6602
Tints of Golden Brown #AA6602
RGB
CMYK
RGB Variations
Color information
#AA6602 (or 0xAA6602) is known color: Golden Brown. HEX triplet: AA, 66 and 02. RGB value is (170,102,2). Sum of RGB (Red+Green+Blue) = 170+102+2=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6602 is #5599FD. Grayscale: #6F6F6F. Windows color (decimal): -5609982 or 157354. OLE color: 157354.
HSL color Cylindrical-coordinate representation of color #AA6602: hue angle of 35.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA6602 is Cyan = 0, Magento = 0.4, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 2 | - |
| CMYK | 0 | 0.4 | 0.99 | 0.33 |
| HSL | 35.71º | 0.98% | 0.34% | - |
| HSV(B) | 35.71º | 0.99% | 0.67% | - |
| XYZ | 21.34 | 18.05 | 2.42 | - |
| YUV | 110.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 2 | 0 | 0.4 | 0.99 | 0.33 | 35.71 | 0.98 | 0.34 |
| Hex | AA | 66 | 2 | 0 | 28 | 63 | 21 | 24 | 62 | 22 |
| Octal | 252 | 146 | 2 | 0 | 50 | 143 | 41 | 44 | 142 | 42 |
| Binary | 10101010 | 1100110 | 10 | 0 | 101000 | 1100011 | 100001 | 100100 | 1100010 | 100010 |
Color Harmonies of #AA6602
Complementary color
Monochromatic Colors of #AA6602
Black with #AA6602
Text Example
Text Example
White with #AA6602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6602; }
p { color: rgb(170,102,2); }
H1.HeaderClassName
{
color: #AA6602;
}
.AnyTagClassName
{
color: #AA6602;
}
</style>
background-color css
<style>
a { background-color: #AA6602; }
a { background-color: rgb(170,102,2); }
div.DivClassName
{
background-color: #AA6602;
}
.BgClassName
{
background-color: #AA6602;
}
</style>
border-color css
<style>
span { border-color: #AA6602; }
span { border-color: rgb(170,102,2); }
td.TdClassName
{
border-color: #AA6602;
}
.TagClassName
{
border-color: #AA6602;
}
</style>