Shades of Golden Brown #AA590C
Tints of Golden Brown #AA590C
RGB
CMYK
RGB Variations
Color information
#AA590C (or 0xAA590C) is known color: Golden Brown. HEX triplet: AA, 59 and 0C. RGB value is (170,89,12). Sum of RGB (Red+Green+Blue) = 170+89+12=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA590C is #55A6F3. Grayscale: #686868. Windows color (decimal): -5613300 or 809386. OLE color: 809386.
HSL color Cylindrical-coordinate representation of color #AA590C: hue angle of 29.24º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA590C is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 12 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.33 |
| HSL | 29.24º | 0.87% | 0.36% | - |
| HSV(B) | 29.24º | 0.93% | 0.67% | - |
| XYZ | 20.22 | 15.72 | 2.32 | - |
| YUV | 104.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 12 | 0 | 0.48 | 0.93 | 0.33 | 29.24 | 0.87 | 0.36 |
| Hex | AA | 59 | C | 0 | 30 | 5D | 21 | 1D | 57 | 24 |
| Octal | 252 | 131 | 14 | 0 | 60 | 135 | 41 | 35 | 127 | 44 |
| Binary | 10101010 | 1011001 | 1100 | 0 | 110000 | 1011101 | 100001 | 11101 | 1010111 | 100100 |
Color Harmonies of #AA590C
Complementary color
Monochromatic Colors of #AA590C
Black with #AA590C
Text Example
Text Example
White with #AA590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA590C; }
p { color: rgb(170,89,12); }
H1.HeaderClassName
{
color: #AA590C;
}
.AnyTagClassName
{
color: #AA590C;
}
</style>
background-color css
<style>
a { background-color: #AA590C; }
a { background-color: rgb(170,89,12); }
div.DivClassName
{
background-color: #AA590C;
}
.BgClassName
{
background-color: #AA590C;
}
</style>
border-color css
<style>
span { border-color: #AA590C; }
span { border-color: rgb(170,89,12); }
td.TdClassName
{
border-color: #AA590C;
}
.TagClassName
{
border-color: #AA590C;
}
</style>