Shades of Rich Gold #AA5621
Tints of Rich Gold #AA5621
RGB
CMYK
RGB Variations
Color information
#AA5621 (or 0xAA5621) is known color: Rich Gold. HEX triplet: AA, 56 and 21. RGB value is (170,86,33). Sum of RGB (Red+Green+Blue) = 170+86+33=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5621 is #55A9DE. Grayscale: #696969. Windows color (decimal): -5614047 or 2184874. OLE color: 2184874.
HSL color Cylindrical-coordinate representation of color #AA5621: hue angle of 23.21º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA5621 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 33 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.33 |
| HSL | 23.21º | 0.67% | 0.4% | - |
| HSV(B) | 23.21º | 0.81% | 0.67% | - |
| XYZ | 20.18 | 15.31 | 3.33 | - |
| YUV | 105.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 33 | 0 | 0.49 | 0.81 | 0.33 | 23.21 | 0.67 | 0.4 |
| Hex | AA | 56 | 21 | 0 | 31 | 51 | 21 | 17 | 43 | 28 |
| Octal | 252 | 126 | 41 | 0 | 61 | 121 | 41 | 27 | 103 | 50 |
| Binary | 10101010 | 1010110 | 100001 | 0 | 110001 | 1010001 | 100001 | 10111 | 1000011 | 101000 |
Color Harmonies of #AA5621
Complementary color
Monochromatic Colors of #AA5621
Black with #AA5621
Text Example
Text Example
White with #AA5621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5621; }
p { color: rgb(170,86,33); }
H1.HeaderClassName
{
color: #AA5621;
}
.AnyTagClassName
{
color: #AA5621;
}
</style>
background-color css
<style>
a { background-color: #AA5621; }
a { background-color: rgb(170,86,33); }
div.DivClassName
{
background-color: #AA5621;
}
.BgClassName
{
background-color: #AA5621;
}
</style>
border-color css
<style>
span { border-color: #AA5621; }
span { border-color: rgb(170,86,33); }
td.TdClassName
{
border-color: #AA5621;
}
.TagClassName
{
border-color: #AA5621;
}
</style>