Shades of Golden Brown #AA590B
Tints of Golden Brown #AA590B
RGB
CMYK
RGB Variations
Color information
#AA590B (or 0xAA590B) is known color: Golden Brown. HEX triplet: AA, 59 and 0B. RGB value is (170,89,11). Sum of RGB (Red+Green+Blue) = 170+89+11=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA590B is #55A6F4. Grayscale: #686868. Windows color (decimal): -5613301 or 743850. OLE color: 743850.
HSL color Cylindrical-coordinate representation of color #AA590B: hue angle of 29.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA590B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.33 |
| HSL | 29.43º | 0.88% | 0.35% | - |
| HSV(B) | 29.43º | 0.94% | 0.67% | - |
| XYZ | 20.21 | 15.71 | 2.28 | - |
| YUV | 104.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 11 | 0 | 0.48 | 0.94 | 0.33 | 29.43 | 0.88 | 0.35 |
| Hex | AA | 59 | B | 0 | 30 | 5E | 21 | 1D | 58 | 23 |
| Octal | 252 | 131 | 13 | 0 | 60 | 136 | 41 | 35 | 130 | 43 |
| Binary | 10101010 | 1011001 | 1011 | 0 | 110000 | 1011110 | 100001 | 11101 | 1011000 | 100011 |
Color Harmonies of #AA590B
Complementary color
Monochromatic Colors of #AA590B
Black with #AA590B
Text Example
Text Example
White with #AA590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA590B; }
p { color: rgb(170,89,11); }
H1.HeaderClassName
{
color: #AA590B;
}
.AnyTagClassName
{
color: #AA590B;
}
</style>
background-color css
<style>
a { background-color: #AA590B; }
a { background-color: rgb(170,89,11); }
div.DivClassName
{
background-color: #AA590B;
}
.BgClassName
{
background-color: #AA590B;
}
</style>
border-color css
<style>
span { border-color: #AA590B; }
span { border-color: rgb(170,89,11); }
td.TdClassName
{
border-color: #AA590B;
}
.TagClassName
{
border-color: #AA590B;
}
</style>