Shades of Rich Gold #AA591F
Tints of Rich Gold #AA591F
RGB
CMYK
RGB Variations
Color information
#AA591F (or 0xAA591F) is known color: Rich Gold. HEX triplet: AA, 59 and 1F. RGB value is (170,89,31). Sum of RGB (Red+Green+Blue) = 170+89+31=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591F is #55A6E0. Grayscale: #6A6A6A. Windows color (decimal): -5613281 or 2054570. OLE color: 2054570.
HSL color Cylindrical-coordinate representation of color #AA591F: hue angle of 25.04º degrees, saturation: 0.69, 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 #AA591F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 31 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.33 |
| HSL | 25.04º | 0.69% | 0.39% | - |
| HSV(B) | 25.04º | 0.82% | 0.67% | - |
| XYZ | 20.4 | 15.79 | 3.27 | - |
| YUV | 106.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 31 | 0 | 0.48 | 0.82 | 0.33 | 25.04 | 0.69 | 0.39 |
| Hex | AA | 59 | 1F | 0 | 30 | 52 | 21 | 19 | 45 | 27 |
| Octal | 252 | 131 | 37 | 0 | 60 | 122 | 41 | 31 | 105 | 47 |
| Binary | 10101010 | 1011001 | 11111 | 0 | 110000 | 1010010 | 100001 | 11001 | 1000101 | 100111 |
Color Harmonies of #AA591F
Complementary color
Monochromatic Colors of #AA591F
Black with #AA591F
Text Example
Text Example
White with #AA591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA591F; }
p { color: rgb(170,89,31); }
H1.HeaderClassName
{
color: #AA591F;
}
.AnyTagClassName
{
color: #AA591F;
}
</style>
background-color css
<style>
a { background-color: #AA591F; }
a { background-color: rgb(170,89,31); }
div.DivClassName
{
background-color: #AA591F;
}
.BgClassName
{
background-color: #AA591F;
}
</style>
border-color css
<style>
span { border-color: #AA591F; }
span { border-color: rgb(170,89,31); }
td.TdClassName
{
border-color: #AA591F;
}
.TagClassName
{
border-color: #AA591F;
}
</style>