Shades of Golden Brown #AA5903
Tints of Golden Brown #AA5903
RGB
CMYK
RGB Variations
Color information
#AA5903 (or 0xAA5903) is known color: Golden Brown. HEX triplet: AA, 59 and 03. RGB value is (170,89,3). Sum of RGB (Red+Green+Blue) = 170+89+3=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5903 is #55A6FC. Grayscale: #676767. Windows color (decimal): -5613309 or 219562. OLE color: 219562.
HSL color Cylindrical-coordinate representation of color #AA5903: hue angle of 30.9º degrees, saturation: 0.97, 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 #AA5903 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 3 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.33 |
| HSL | 30.9º | 0.97% | 0.34% | - |
| HSV(B) | 30.9º | 0.98% | 0.67% | - |
| XYZ | 20.17 | 15.7 | 2.05 | - |
| YUV | 103.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 3 | 0 | 0.48 | 0.98 | 0.33 | 30.9 | 0.97 | 0.34 |
| Hex | AA | 59 | 3 | 0 | 30 | 62 | 21 | 1F | 61 | 22 |
| Octal | 252 | 131 | 3 | 0 | 60 | 142 | 41 | 37 | 141 | 42 |
| Binary | 10101010 | 1011001 | 11 | 0 | 110000 | 1100010 | 100001 | 11111 | 1100001 | 100010 |
Color Harmonies of #AA5903
Complementary color
Monochromatic Colors of #AA5903
Black with #AA5903
Text Example
Text Example
White with #AA5903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5903; }
p { color: rgb(170,89,3); }
H1.HeaderClassName
{
color: #AA5903;
}
.AnyTagClassName
{
color: #AA5903;
}
</style>
background-color css
<style>
a { background-color: #AA5903; }
a { background-color: rgb(170,89,3); }
div.DivClassName
{
background-color: #AA5903;
}
.BgClassName
{
background-color: #AA5903;
}
</style>
border-color css
<style>
span { border-color: #AA5903; }
span { border-color: rgb(170,89,3); }
td.TdClassName
{
border-color: #AA5903;
}
.TagClassName
{
border-color: #AA5903;
}
</style>