Shades of Golden Brown #AA6005
Tints of Golden Brown #AA6005
RGB
CMYK
RGB Variations
Color information
#AA6005 (or 0xAA6005) is known color: Golden Brown. HEX triplet: AA, 60 and 05. RGB value is (170,96,5). Sum of RGB (Red+Green+Blue) = 170+96+5=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6005 is #559FFA. Grayscale: #6C6C6C. Windows color (decimal): -5611515 or 352426. OLE color: 352426.
HSL color Cylindrical-coordinate representation of color #AA6005: hue angle of 33.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA6005 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.33 |
| HSL | 33.09º | 0.94% | 0.34% | - |
| HSV(B) | 33.09º | 0.97% | 0.67% | - |
| XYZ | 20.79 | 16.92 | 2.31 | - |
| YUV | 107.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 5 | 0 | 0.44 | 0.97 | 0.33 | 33.09 | 0.94 | 0.34 |
| Hex | AA | 60 | 5 | 0 | 2C | 61 | 21 | 21 | 5E | 22 |
| Octal | 252 | 140 | 5 | 0 | 54 | 141 | 41 | 41 | 136 | 42 |
| Binary | 10101010 | 1100000 | 101 | 0 | 101100 | 1100001 | 100001 | 100001 | 1011110 | 100010 |
Color Harmonies of #AA6005
Complementary color
Monochromatic Colors of #AA6005
Black with #AA6005
Text Example
Text Example
White with #AA6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6005; }
p { color: rgb(170,96,5); }
H1.HeaderClassName
{
color: #AA6005;
}
.AnyTagClassName
{
color: #AA6005;
}
</style>
background-color css
<style>
a { background-color: #AA6005; }
a { background-color: rgb(170,96,5); }
div.DivClassName
{
background-color: #AA6005;
}
.BgClassName
{
background-color: #AA6005;
}
</style>
border-color css
<style>
span { border-color: #AA6005; }
span { border-color: rgb(170,96,5); }
td.TdClassName
{
border-color: #AA6005;
}
.TagClassName
{
border-color: #AA6005;
}
</style>