Shades of Rich Gold #AA591E
Tints of Rich Gold #AA591E
RGB
CMYK
RGB Variations
Color information
#AA591E (or 0xAA591E) is known color: Rich Gold. HEX triplet: AA, 59 and 1E. RGB value is (170,89,30). Sum of RGB (Red+Green+Blue) = 170+89+30=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591E is #55A6E1. Grayscale: #6A6A6A. Windows color (decimal): -5613282 or 1989034. OLE color: 1989034.
HSL color Cylindrical-coordinate representation of color #AA591E: hue angle of 25.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA591E is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 30 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.33 |
| HSL | 25.29º | 0.7% | 0.39% | - |
| HSV(B) | 25.29º | 0.82% | 0.67% | - |
| XYZ | 20.38 | 15.78 | 3.2 | - |
| YUV | 106.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 30 | 0 | 0.48 | 0.82 | 0.33 | 25.29 | 0.7 | 0.39 |
| Hex | AA | 59 | 1E | 0 | 30 | 52 | 21 | 19 | 46 | 27 |
| Octal | 252 | 131 | 36 | 0 | 60 | 122 | 41 | 31 | 106 | 47 |
| Binary | 10101010 | 1011001 | 11110 | 0 | 110000 | 1010010 | 100001 | 11001 | 1000110 | 100111 |
Color Harmonies of #AA591E
Complementary color
Monochromatic Colors of #AA591E
Black with #AA591E
Text Example
Text Example
White with #AA591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA591E; }
p { color: rgb(170,89,30); }
H1.HeaderClassName
{
color: #AA591E;
}
.AnyTagClassName
{
color: #AA591E;
}
</style>
background-color css
<style>
a { background-color: #AA591E; }
a { background-color: rgb(170,89,30); }
div.DivClassName
{
background-color: #AA591E;
}
.BgClassName
{
background-color: #AA591E;
}
</style>
border-color css
<style>
span { border-color: #AA591E; }
span { border-color: rgb(170,89,30); }
td.TdClassName
{
border-color: #AA591E;
}
.TagClassName
{
border-color: #AA591E;
}
</style>