Shades of Rich Gold #A05921
Tints of Rich Gold #A05921
RGB
CMYK
RGB Variations
Color information
#A05921 (or 0xA05921) is known color: Rich Gold. HEX triplet: A0, 59 and 21. RGB value is (160,89,33). Sum of RGB (Red+Green+Blue) = 160+89+33=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05921 is #5FA6DE. Grayscale: #686868. Windows color (decimal): -6268639 or 2185632. OLE color: 2185632.
HSL color Cylindrical-coordinate representation of color #A05921: hue angle of 26.46º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A05921 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 33 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.37 |
| HSL | 26.46º | 0.66% | 0.38% | - |
| HSV(B) | 26.46º | 0.79% | 0.63% | - |
| XYZ | 18.34 | 14.73 | 3.31 | - |
| YUV | 103.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 33 | 0 | 0.44 | 0.79 | 0.37 | 26.46 | 0.66 | 0.38 |
| Hex | A0 | 59 | 21 | 0 | 2C | 4F | 25 | 1A | 42 | 26 |
| Octal | 240 | 131 | 41 | 0 | 54 | 117 | 45 | 32 | 102 | 46 |
| Binary | 10100000 | 1011001 | 100001 | 0 | 101100 | 1001111 | 100101 | 11010 | 1000010 | 100110 |
Color Harmonies of #A05921
Complementary color
Monochromatic Colors of #A05921
Black with #A05921
Text Example
Text Example
White with #A05921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05921; }
p { color: rgb(160,89,33); }
H1.HeaderClassName
{
color: #A05921;
}
.AnyTagClassName
{
color: #A05921;
}
</style>
background-color css
<style>
a { background-color: #A05921; }
a { background-color: rgb(160,89,33); }
div.DivClassName
{
background-color: #A05921;
}
.BgClassName
{
background-color: #A05921;
}
</style>
border-color css
<style>
span { border-color: #A05921; }
span { border-color: rgb(160,89,33); }
td.TdClassName
{
border-color: #A05921;
}
.TagClassName
{
border-color: #A05921;
}
</style>