Shades of Golden Brown #AA5910
Tints of Golden Brown #AA5910
RGB
CMYK
RGB Variations
Color information
#AA5910 (or 0xAA5910) is known color: Golden Brown. HEX triplet: AA, 59 and 10. RGB value is (170,89,16). Sum of RGB (Red+Green+Blue) = 170+89+16=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5910 is #55A6EF. Grayscale: #696969. Windows color (decimal): -5613296 or 1071530. OLE color: 1071530.
HSL color Cylindrical-coordinate representation of color #AA5910: hue angle of 28.44º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA5910 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 16 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.33 |
| HSL | 28.44º | 0.83% | 0.36% | - |
| HSV(B) | 28.44º | 0.91% | 0.67% | - |
| XYZ | 20.24 | 15.73 | 2.46 | - |
| YUV | 104.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 16 | 0 | 0.48 | 0.91 | 0.33 | 28.44 | 0.83 | 0.36 |
| Hex | AA | 59 | 10 | 0 | 30 | 5B | 21 | 1C | 53 | 24 |
| Octal | 252 | 131 | 20 | 0 | 60 | 133 | 41 | 34 | 123 | 44 |
| Binary | 10101010 | 1011001 | 10000 | 0 | 110000 | 1011011 | 100001 | 11100 | 1010011 | 100100 |
Color Harmonies of #AA5910
Complementary color
Monochromatic Colors of #AA5910
Black with #AA5910
Text Example
Text Example
White with #AA5910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5910; }
p { color: rgb(170,89,16); }
H1.HeaderClassName
{
color: #AA5910;
}
.AnyTagClassName
{
color: #AA5910;
}
</style>
background-color css
<style>
a { background-color: #AA5910; }
a { background-color: rgb(170,89,16); }
div.DivClassName
{
background-color: #AA5910;
}
.BgClassName
{
background-color: #AA5910;
}
</style>
border-color css
<style>
span { border-color: #AA5910; }
span { border-color: rgb(170,89,16); }
td.TdClassName
{
border-color: #AA5910;
}
.TagClassName
{
border-color: #AA5910;
}
</style>