Shades of Golden Brown #AA5904
Tints of Golden Brown #AA5904
RGB
CMYK
RGB Variations
Color information
#AA5904 (or 0xAA5904) is known color: Golden Brown. HEX triplet: AA, 59 and 04. RGB value is (170,89,4). Sum of RGB (Red+Green+Blue) = 170+89+4=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5904 is #55A6FB. Grayscale: #676767. Windows color (decimal): -5613308 or 285098. OLE color: 285098.
HSL color Cylindrical-coordinate representation of color #AA5904: hue angle of 30.72º 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 #AA5904 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.33 |
| HSL | 30.72º | 0.95% | 0.34% | - |
| HSV(B) | 30.72º | 0.98% | 0.67% | - |
| XYZ | 20.17 | 15.7 | 2.08 | - |
| YUV | 103.53 | 71.84 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 4 | 0 | 0.48 | 0.98 | 0.33 | 30.72 | 0.95 | 0.34 |
| Hex | AA | 59 | 4 | 0 | 30 | 62 | 21 | 1F | 5F | 22 |
| Octal | 252 | 131 | 4 | 0 | 60 | 142 | 41 | 37 | 137 | 42 |
| Binary | 10101010 | 1011001 | 100 | 0 | 110000 | 1100010 | 100001 | 11111 | 1011111 | 100010 |
Color Harmonies of #AA5904
Complementary color
Monochromatic Colors of #AA5904
Black with #AA5904
Text Example
Text Example
White with #AA5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5904; }
p { color: rgb(170,89,4); }
H1.HeaderClassName
{
color: #AA5904;
}
.AnyTagClassName
{
color: #AA5904;
}
</style>
background-color css
<style>
a { background-color: #AA5904; }
a { background-color: rgb(170,89,4); }
div.DivClassName
{
background-color: #AA5904;
}
.BgClassName
{
background-color: #AA5904;
}
</style>
border-color css
<style>
span { border-color: #AA5904; }
span { border-color: rgb(170,89,4); }
td.TdClassName
{
border-color: #AA5904;
}
.TagClassName
{
border-color: #AA5904;
}
</style>