Shades of Rich Gold #A0491A
Tints of Rich Gold #A0491A
RGB
CMYK
RGB Variations
Color information
#A0491A (or 0xA0491A) is known color: Rich Gold. HEX triplet: A0, 49 and 1A. RGB value is (160,73,26). Sum of RGB (Red+Green+Blue) = 160+73+26=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0491A is #5FB6E5. Grayscale: #5D5D5D. Windows color (decimal): -6272742 or 1722784. OLE color: 1722784.
HSL color Cylindrical-coordinate representation of color #A0491A: hue angle of 21.04º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0491A is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 26 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.37 |
| HSL | 21.04º | 0.72% | 0.36% | - |
| HSV(B) | 21.04º | 0.84% | 0.63% | - |
| XYZ | 17.07 | 12.31 | 2.45 | - |
| YUV | 93.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 26 | 0 | 0.54 | 0.84 | 0.37 | 21.04 | 0.72 | 0.36 |
| Hex | A0 | 49 | 1A | 0 | 36 | 54 | 25 | 15 | 48 | 24 |
| Octal | 240 | 111 | 32 | 0 | 66 | 124 | 45 | 25 | 110 | 44 |
| Binary | 10100000 | 1001001 | 11010 | 0 | 110110 | 1010100 | 100101 | 10101 | 1001000 | 100100 |
Color Harmonies of #A0491A
Complementary color
Monochromatic Colors of #A0491A
Black with #A0491A
Text Example
Text Example
White with #A0491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0491A; }
p { color: rgb(160,73,26); }
H1.HeaderClassName
{
color: #A0491A;
}
.AnyTagClassName
{
color: #A0491A;
}
</style>
background-color css
<style>
a { background-color: #A0491A; }
a { background-color: rgb(160,73,26); }
div.DivClassName
{
background-color: #A0491A;
}
.BgClassName
{
background-color: #A0491A;
}
</style>
border-color css
<style>
span { border-color: #A0491A; }
span { border-color: rgb(160,73,26); }
td.TdClassName
{
border-color: #A0491A;
}
.TagClassName
{
border-color: #A0491A;
}
</style>