Shades of Golden Brown #AA6002
Tints of Golden Brown #AA6002
RGB
CMYK
RGB Variations
Color information
#AA6002 (or 0xAA6002) is known color: Golden Brown. HEX triplet: AA, 60 and 02. RGB value is (170,96,2). Sum of RGB (Red+Green+Blue) = 170+96+2=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6002 is #559FFD. Grayscale: #6B6B6B. Windows color (decimal): -5611518 or 155818. OLE color: 155818.
HSL color Cylindrical-coordinate representation of color #AA6002: hue angle of 33.57º 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 #AA6002 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.33 |
| HSL | 33.57º | 0.98% | 0.34% | - |
| HSV(B) | 33.57º | 0.99% | 0.67% | - |
| XYZ | 20.77 | 16.92 | 2.23 | - |
| YUV | 107.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 2 | 0 | 0.44 | 0.99 | 0.33 | 33.57 | 0.98 | 0.34 |
| Hex | AA | 60 | 2 | 0 | 2C | 63 | 21 | 22 | 62 | 22 |
| Octal | 252 | 140 | 2 | 0 | 54 | 143 | 41 | 42 | 142 | 42 |
| Binary | 10101010 | 1100000 | 10 | 0 | 101100 | 1100011 | 100001 | 100010 | 1100010 | 100010 |
Color Harmonies of #AA6002
Complementary color
Monochromatic Colors of #AA6002
Black with #AA6002
Text Example
Text Example
White with #AA6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6002; }
p { color: rgb(170,96,2); }
H1.HeaderClassName
{
color: #AA6002;
}
.AnyTagClassName
{
color: #AA6002;
}
</style>
background-color css
<style>
a { background-color: #AA6002; }
a { background-color: rgb(170,96,2); }
div.DivClassName
{
background-color: #AA6002;
}
.BgClassName
{
background-color: #AA6002;
}
</style>
border-color css
<style>
span { border-color: #AA6002; }
span { border-color: rgb(170,96,2); }
td.TdClassName
{
border-color: #AA6002;
}
.TagClassName
{
border-color: #AA6002;
}
</style>