Shades of Rich Gold #A04A21
Tints of Rich Gold #A04A21
RGB
CMYK
RGB Variations
Color information
#A04A21 (or 0xA04A21) is known color: Rich Gold. HEX triplet: A0, 4A and 21. RGB value is (160,74,33). Sum of RGB (Red+Green+Blue) = 160+74+33=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A21 is #5FB5DE. Grayscale: #5F5F5F. Windows color (decimal): -6272479 or 2181792. OLE color: 2181792.
HSL color Cylindrical-coordinate representation of color #A04A21: hue angle of 19.37º 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 #A04A21 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 33 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.37 |
| HSL | 19.37º | 0.66% | 0.38% | - |
| HSV(B) | 19.37º | 0.79% | 0.63% | - |
| XYZ | 17.22 | 12.48 | 2.94 | - |
| YUV | 95.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 33 | 0 | 0.54 | 0.79 | 0.37 | 19.37 | 0.66 | 0.38 |
| Hex | A0 | 4A | 21 | 0 | 36 | 4F | 25 | 13 | 42 | 26 |
| Octal | 240 | 112 | 41 | 0 | 66 | 117 | 45 | 23 | 102 | 46 |
| Binary | 10100000 | 1001010 | 100001 | 0 | 110110 | 1001111 | 100101 | 10011 | 1000010 | 100110 |
Color Harmonies of #A04A21
Complementary color
Monochromatic Colors of #A04A21
Black with #A04A21
Text Example
Text Example
White with #A04A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A21; }
p { color: rgb(160,74,33); }
H1.HeaderClassName
{
color: #A04A21;
}
.AnyTagClassName
{
color: #A04A21;
}
</style>
background-color css
<style>
a { background-color: #A04A21; }
a { background-color: rgb(160,74,33); }
div.DivClassName
{
background-color: #A04A21;
}
.BgClassName
{
background-color: #A04A21;
}
</style>
border-color css
<style>
span { border-color: #A04A21; }
span { border-color: rgb(160,74,33); }
td.TdClassName
{
border-color: #A04A21;
}
.TagClassName
{
border-color: #A04A21;
}
</style>