Shades of Rich Gold #AA5112
Tints of Rich Gold #AA5112
RGB
CMYK
RGB Variations
Color information
#AA5112 (or 0xAA5112) is known color: Rich Gold. HEX triplet: AA, 51 and 12. RGB value is (170,81,18). Sum of RGB (Red+Green+Blue) = 170+81+18=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5112 is #55AEED. Grayscale: #646464. Windows color (decimal): -5615342 or 1200554. OLE color: 1200554.
HSL color Cylindrical-coordinate representation of color #AA5112: hue angle of 24.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA5112 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 18 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.33 |
| HSL | 24.87º | 0.81% | 0.37% | - |
| HSV(B) | 24.87º | 0.89% | 0.67% | - |
| XYZ | 19.63 | 14.47 | 2.33 | - |
| YUV | 100.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 18 | 0 | 0.52 | 0.89 | 0.33 | 24.87 | 0.81 | 0.37 |
| Hex | AA | 51 | 12 | 0 | 34 | 59 | 21 | 19 | 51 | 25 |
| Octal | 252 | 121 | 22 | 0 | 64 | 131 | 41 | 31 | 121 | 45 |
| Binary | 10101010 | 1010001 | 10010 | 0 | 110100 | 1011001 | 100001 | 11001 | 1010001 | 100101 |
Color Harmonies of #AA5112
Complementary color
Monochromatic Colors of #AA5112
Black with #AA5112
Text Example
Text Example
White with #AA5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5112; }
p { color: rgb(170,81,18); }
H1.HeaderClassName
{
color: #AA5112;
}
.AnyTagClassName
{
color: #AA5112;
}
</style>
background-color css
<style>
a { background-color: #AA5112; }
a { background-color: rgb(170,81,18); }
div.DivClassName
{
background-color: #AA5112;
}
.BgClassName
{
background-color: #AA5112;
}
</style>
border-color css
<style>
span { border-color: #AA5112; }
span { border-color: rgb(170,81,18); }
td.TdClassName
{
border-color: #AA5112;
}
.TagClassName
{
border-color: #AA5112;
}
</style>