Shades of Rich Gold #AA5C21
Tints of Rich Gold #AA5C21
RGB
CMYK
RGB Variations
Color information
#AA5C21 (or 0xAA5C21) is known color: Rich Gold. HEX triplet: AA, 5C and 21. RGB value is (170,92,33). Sum of RGB (Red+Green+Blue) = 170+92+33=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C21 is #55A3DE. Grayscale: #6C6C6C. Windows color (decimal): -5612511 or 2186410. OLE color: 2186410.
HSL color Cylindrical-coordinate representation of color #AA5C21: hue angle of 25.84º 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 #AA5C21 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 33 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.33 |
| HSL | 25.84º | 0.67% | 0.4% | - |
| HSV(B) | 25.84º | 0.81% | 0.67% | - |
| XYZ | 20.68 | 16.31 | 3.5 | - |
| YUV | 108.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 33 | 0 | 0.46 | 0.81 | 0.33 | 25.84 | 0.67 | 0.4 |
| Hex | AA | 5C | 21 | 0 | 2E | 51 | 21 | 1A | 43 | 28 |
| Octal | 252 | 134 | 41 | 0 | 56 | 121 | 41 | 32 | 103 | 50 |
| Binary | 10101010 | 1011100 | 100001 | 0 | 101110 | 1010001 | 100001 | 11010 | 1000011 | 101000 |
Color Harmonies of #AA5C21
Complementary color
Monochromatic Colors of #AA5C21
Black with #AA5C21
Text Example
Text Example
White with #AA5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C21; }
p { color: rgb(170,92,33); }
H1.HeaderClassName
{
color: #AA5C21;
}
.AnyTagClassName
{
color: #AA5C21;
}
</style>
background-color css
<style>
a { background-color: #AA5C21; }
a { background-color: rgb(170,92,33); }
div.DivClassName
{
background-color: #AA5C21;
}
.BgClassName
{
background-color: #AA5C21;
}
</style>
border-color css
<style>
span { border-color: #AA5C21; }
span { border-color: rgb(170,92,33); }
td.TdClassName
{
border-color: #AA5C21;
}
.TagClassName
{
border-color: #AA5C21;
}
</style>