Shades of Golden Brown #AA5912
Tints of Golden Brown #AA5912
RGB
CMYK
RGB Variations
Color information
#AA5912 (or 0xAA5912) is known color: Golden Brown. HEX triplet: AA, 59 and 12. RGB value is (170,89,18). Sum of RGB (Red+Green+Blue) = 170+89+18=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5912 is #55A6ED. Grayscale: #696969. Windows color (decimal): -5613294 or 1202602. OLE color: 1202602.
HSL color Cylindrical-coordinate representation of color #AA5912: hue angle of 28.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA5912 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 18 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.33 |
| HSL | 28.03º | 0.81% | 0.37% | - |
| HSV(B) | 28.03º | 0.89% | 0.67% | - |
| XYZ | 20.26 | 15.73 | 2.54 | - |
| YUV | 105.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 18 | 0 | 0.48 | 0.89 | 0.33 | 28.03 | 0.81 | 0.37 |
| Hex | AA | 59 | 12 | 0 | 30 | 59 | 21 | 1C | 51 | 25 |
| Octal | 252 | 131 | 22 | 0 | 60 | 131 | 41 | 34 | 121 | 45 |
| Binary | 10101010 | 1011001 | 10010 | 0 | 110000 | 1011001 | 100001 | 11100 | 1010001 | 100101 |
Color Harmonies of #AA5912
Complementary color
Monochromatic Colors of #AA5912
Black with #AA5912
Text Example
Text Example
White with #AA5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5912; }
p { color: rgb(170,89,18); }
H1.HeaderClassName
{
color: #AA5912;
}
.AnyTagClassName
{
color: #AA5912;
}
</style>
background-color css
<style>
a { background-color: #AA5912; }
a { background-color: rgb(170,89,18); }
div.DivClassName
{
background-color: #AA5912;
}
.BgClassName
{
background-color: #AA5912;
}
</style>
border-color css
<style>
span { border-color: #AA5912; }
span { border-color: rgb(170,89,18); }
td.TdClassName
{
border-color: #AA5912;
}
.TagClassName
{
border-color: #AA5912;
}
</style>