Shades of Rich Gold #AA5612
Tints of Rich Gold #AA5612
RGB
CMYK
RGB Variations
Color information
#AA5612 (or 0xAA5612) is known color: Rich Gold. HEX triplet: AA, 56 and 12. RGB value is (170,86,18). Sum of RGB (Red+Green+Blue) = 170+86+18=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5612 is #55A9ED. Grayscale: #676767. Windows color (decimal): -5614062 or 1201834. OLE color: 1201834.
HSL color Cylindrical-coordinate representation of color #AA5612: hue angle of 26.84º 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 #AA5612 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 18 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.33 |
| HSL | 26.84º | 0.81% | 0.37% | - |
| HSV(B) | 26.84º | 0.89% | 0.67% | - |
| XYZ | 20.01 | 15.25 | 2.46 | - |
| YUV | 103.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 18 | 0 | 0.49 | 0.89 | 0.33 | 26.84 | 0.81 | 0.37 |
| Hex | AA | 56 | 12 | 0 | 31 | 59 | 21 | 1B | 51 | 25 |
| Octal | 252 | 126 | 22 | 0 | 61 | 131 | 41 | 33 | 121 | 45 |
| Binary | 10101010 | 1010110 | 10010 | 0 | 110001 | 1011001 | 100001 | 11011 | 1010001 | 100101 |
Color Harmonies of #AA5612
Complementary color
Monochromatic Colors of #AA5612
Black with #AA5612
Text Example
Text Example
White with #AA5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5612; }
p { color: rgb(170,86,18); }
H1.HeaderClassName
{
color: #AA5612;
}
.AnyTagClassName
{
color: #AA5612;
}
</style>
background-color css
<style>
a { background-color: #AA5612; }
a { background-color: rgb(170,86,18); }
div.DivClassName
{
background-color: #AA5612;
}
.BgClassName
{
background-color: #AA5612;
}
</style>
border-color css
<style>
span { border-color: #AA5612; }
span { border-color: rgb(170,86,18); }
td.TdClassName
{
border-color: #AA5612;
}
.TagClassName
{
border-color: #AA5612;
}
</style>