Shades of Rich Gold #AA4F21
Tints of Rich Gold #AA4F21
RGB
CMYK
RGB Variations
Color information
#AA4F21 (or 0xAA4F21) is known color: Rich Gold. HEX triplet: AA, 4F and 21. RGB value is (170,79,33). Sum of RGB (Red+Green+Blue) = 170+79+33=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F21 is #55B0DE. Grayscale: #656565. Windows color (decimal): -5615839 or 2183082. OLE color: 2183082.
HSL color Cylindrical-coordinate representation of color #AA4F21: hue angle of 20.15º 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 #AA4F21 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 33 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.33 |
| HSL | 20.15º | 0.67% | 0.4% | - |
| HSV(B) | 20.15º | 0.81% | 0.67% | - |
| XYZ | 19.65 | 14.25 | 3.15 | - |
| YUV | 100.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 33 | 0 | 0.54 | 0.81 | 0.33 | 20.15 | 0.67 | 0.4 |
| Hex | AA | 4F | 21 | 0 | 36 | 51 | 21 | 14 | 43 | 28 |
| Octal | 252 | 117 | 41 | 0 | 66 | 121 | 41 | 24 | 103 | 50 |
| Binary | 10101010 | 1001111 | 100001 | 0 | 110110 | 1010001 | 100001 | 10100 | 1000011 | 101000 |
Color Harmonies of #AA4F21
Complementary color
Monochromatic Colors of #AA4F21
Black with #AA4F21
Text Example
Text Example
White with #AA4F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F21; }
p { color: rgb(170,79,33); }
H1.HeaderClassName
{
color: #AA4F21;
}
.AnyTagClassName
{
color: #AA4F21;
}
</style>
background-color css
<style>
a { background-color: #AA4F21; }
a { background-color: rgb(170,79,33); }
div.DivClassName
{
background-color: #AA4F21;
}
.BgClassName
{
background-color: #AA4F21;
}
</style>
border-color css
<style>
span { border-color: #AA4F21; }
span { border-color: rgb(170,79,33); }
td.TdClassName
{
border-color: #AA4F21;
}
.TagClassName
{
border-color: #AA4F21;
}
</style>