Shades of Rich Gold #AA591D
Tints of Rich Gold #AA591D
RGB
CMYK
RGB Variations
Color information
#AA591D (or 0xAA591D) is known color: Rich Gold. HEX triplet: AA, 59 and 1D. RGB value is (170,89,29). Sum of RGB (Red+Green+Blue) = 170+89+29=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591D is #55A6E2. Grayscale: #6A6A6A. Windows color (decimal): -5613283 or 1923498. OLE color: 1923498.
HSL color Cylindrical-coordinate representation of color #AA591D: hue angle of 25.53º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA591D is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 29 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.33 |
| HSL | 25.53º | 0.71% | 0.39% | - |
| HSV(B) | 25.53º | 0.83% | 0.67% | - |
| XYZ | 20.37 | 15.78 | 3.13 | - |
| YUV | 106.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 29 | 0 | 0.48 | 0.83 | 0.33 | 25.53 | 0.71 | 0.39 |
| Hex | AA | 59 | 1D | 0 | 30 | 53 | 21 | 1A | 47 | 27 |
| Octal | 252 | 131 | 35 | 0 | 60 | 123 | 41 | 32 | 107 | 47 |
| Binary | 10101010 | 1011001 | 11101 | 0 | 110000 | 1010011 | 100001 | 11010 | 1000111 | 100111 |
Color Harmonies of #AA591D
Complementary color
Monochromatic Colors of #AA591D
Black with #AA591D
Text Example
Text Example
White with #AA591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA591D; }
p { color: rgb(170,89,29); }
H1.HeaderClassName
{
color: #AA591D;
}
.AnyTagClassName
{
color: #AA591D;
}
</style>
background-color css
<style>
a { background-color: #AA591D; }
a { background-color: rgb(170,89,29); }
div.DivClassName
{
background-color: #AA591D;
}
.BgClassName
{
background-color: #AA591D;
}
</style>
border-color css
<style>
span { border-color: #AA591D; }
span { border-color: rgb(170,89,29); }
td.TdClassName
{
border-color: #AA591D;
}
.TagClassName
{
border-color: #AA591D;
}
</style>