Shades of Rich Gold #AA4C21
Tints of Rich Gold #AA4C21
RGB
CMYK
RGB Variations
Color information
#AA4C21 (or 0xAA4C21) is known color: Rich Gold. HEX triplet: AA, 4C and 21. RGB value is (170,76,33). Sum of RGB (Red+Green+Blue) = 170+76+33=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C21 is #55B3DE. Grayscale: #636363. Windows color (decimal): -5616607 or 2182314. OLE color: 2182314.
HSL color Cylindrical-coordinate representation of color #AA4C21: hue angle of 18.83º 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 #AA4C21 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 33 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.33 |
| HSL | 18.83º | 0.67% | 0.4% | - |
| HSV(B) | 18.83º | 0.81% | 0.67% | - |
| XYZ | 19.44 | 13.82 | 3.08 | - |
| YUV | 99.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 33 | 0 | 0.55 | 0.81 | 0.33 | 18.83 | 0.67 | 0.4 |
| Hex | AA | 4C | 21 | 0 | 37 | 51 | 21 | 13 | 43 | 28 |
| Octal | 252 | 114 | 41 | 0 | 67 | 121 | 41 | 23 | 103 | 50 |
| Binary | 10101010 | 1001100 | 100001 | 0 | 110111 | 1010001 | 100001 | 10011 | 1000011 | 101000 |
Color Harmonies of #AA4C21
Complementary color
Monochromatic Colors of #AA4C21
Black with #AA4C21
Text Example
Text Example
White with #AA4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C21; }
p { color: rgb(170,76,33); }
H1.HeaderClassName
{
color: #AA4C21;
}
.AnyTagClassName
{
color: #AA4C21;
}
</style>
background-color css
<style>
a { background-color: #AA4C21; }
a { background-color: rgb(170,76,33); }
div.DivClassName
{
background-color: #AA4C21;
}
.BgClassName
{
background-color: #AA4C21;
}
</style>
border-color css
<style>
span { border-color: #AA4C21; }
span { border-color: rgb(170,76,33); }
td.TdClassName
{
border-color: #AA4C21;
}
.TagClassName
{
border-color: #AA4C21;
}
</style>