Shades of Rich Gold #AA5B21
Tints of Rich Gold #AA5B21
RGB
CMYK
RGB Variations
Color information
#AA5B21 (or 0xAA5B21) is known color: Rich Gold. HEX triplet: AA, 5B and 21. RGB value is (170,91,33). Sum of RGB (Red+Green+Blue) = 170+91+33=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B21 is #55A4DE. Grayscale: #6C6C6C. Windows color (decimal): -5612767 or 2186154. OLE color: 2186154.
HSL color Cylindrical-coordinate representation of color #AA5B21: hue angle of 25.4º 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 #AA5B21 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 33 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.33 |
| HSL | 25.4º | 0.67% | 0.4% | - |
| HSV(B) | 25.4º | 0.81% | 0.67% | - |
| XYZ | 20.59 | 16.14 | 3.47 | - |
| YUV | 108.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 33 | 0 | 0.46 | 0.81 | 0.33 | 25.4 | 0.67 | 0.4 |
| Hex | AA | 5B | 21 | 0 | 2E | 51 | 21 | 19 | 43 | 28 |
| Octal | 252 | 133 | 41 | 0 | 56 | 121 | 41 | 31 | 103 | 50 |
| Binary | 10101010 | 1011011 | 100001 | 0 | 101110 | 1010001 | 100001 | 11001 | 1000011 | 101000 |
Color Harmonies of #AA5B21
Complementary color
Monochromatic Colors of #AA5B21
Black with #AA5B21
Text Example
Text Example
White with #AA5B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B21; }
p { color: rgb(170,91,33); }
H1.HeaderClassName
{
color: #AA5B21;
}
.AnyTagClassName
{
color: #AA5B21;
}
</style>
background-color css
<style>
a { background-color: #AA5B21; }
a { background-color: rgb(170,91,33); }
div.DivClassName
{
background-color: #AA5B21;
}
.BgClassName
{
background-color: #AA5B21;
}
</style>
border-color css
<style>
span { border-color: #AA5B21; }
span { border-color: rgb(170,91,33); }
td.TdClassName
{
border-color: #AA5B21;
}
.TagClassName
{
border-color: #AA5B21;
}
</style>