Shades of Golden Brown #AA6404
Tints of Golden Brown #AA6404
RGB
CMYK
RGB Variations
Color information
#AA6404 (or 0xAA6404) is known color: Golden Brown. HEX triplet: AA, 64 and 04. RGB value is (170,100,4). Sum of RGB (Red+Green+Blue) = 170+100+4=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6404 is #559BFB. Grayscale: #6E6E6E. Windows color (decimal): -5610492 or 287914. OLE color: 287914.
HSL color Cylindrical-coordinate representation of color #AA6404: hue angle of 34.7º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA6404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.33 |
| HSL | 34.7º | 0.95% | 0.34% | - |
| HSV(B) | 34.7º | 0.98% | 0.67% | - |
| XYZ | 21.16 | 17.67 | 2.41 | - |
| YUV | 109.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 4 | 0 | 0.41 | 0.98 | 0.33 | 34.7 | 0.95 | 0.34 |
| Hex | AA | 64 | 4 | 0 | 29 | 62 | 21 | 23 | 5F | 22 |
| Octal | 252 | 144 | 4 | 0 | 51 | 142 | 41 | 43 | 137 | 42 |
| Binary | 10101010 | 1100100 | 100 | 0 | 101001 | 1100010 | 100001 | 100011 | 1011111 | 100010 |
Color Harmonies of #AA6404
Complementary color
Monochromatic Colors of #AA6404
Black with #AA6404
Text Example
Text Example
White with #AA6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6404; }
p { color: rgb(170,100,4); }
H1.HeaderClassName
{
color: #AA6404;
}
.AnyTagClassName
{
color: #AA6404;
}
</style>
background-color css
<style>
a { background-color: #AA6404; }
a { background-color: rgb(170,100,4); }
div.DivClassName
{
background-color: #AA6404;
}
.BgClassName
{
background-color: #AA6404;
}
</style>
border-color css
<style>
span { border-color: #AA6404; }
span { border-color: rgb(170,100,4); }
td.TdClassName
{
border-color: #AA6404;
}
.TagClassName
{
border-color: #AA6404;
}
</style>