Shades of Rich Gold #A0491F
Tints of Rich Gold #A0491F
RGB
CMYK
RGB Variations
Color information
#A0491F (or 0xA0491F) is known color: Rich Gold. HEX triplet: A0, 49 and 1F. RGB value is (160,73,31). Sum of RGB (Red+Green+Blue) = 160+73+31=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A0491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0491F is #5FB6E0. Grayscale: #5E5E5E. Windows color (decimal): -6272737 or 2050464. OLE color: 2050464.
HSL color Cylindrical-coordinate representation of color #A0491F: hue angle of 19.53º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0491F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 31 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.37 |
| HSL | 19.53º | 0.68% | 0.37% | - |
| HSV(B) | 19.53º | 0.81% | 0.63% | - |
| XYZ | 17.13 | 12.34 | 2.78 | - |
| YUV | 94.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 31 | 0 | 0.54 | 0.81 | 0.37 | 19.53 | 0.68 | 0.37 |
| Hex | A0 | 49 | 1F | 0 | 36 | 51 | 25 | 14 | 44 | 25 |
| Octal | 240 | 111 | 37 | 0 | 66 | 121 | 45 | 24 | 104 | 45 |
| Binary | 10100000 | 1001001 | 11111 | 0 | 110110 | 1010001 | 100101 | 10100 | 1000100 | 100101 |
Color Harmonies of #A0491F
Complementary color
Monochromatic Colors of #A0491F
Black with #A0491F
Text Example
Text Example
White with #A0491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0491F; }
p { color: rgb(160,73,31); }
H1.HeaderClassName
{
color: #A0491F;
}
.AnyTagClassName
{
color: #A0491F;
}
</style>
background-color css
<style>
a { background-color: #A0491F; }
a { background-color: rgb(160,73,31); }
div.DivClassName
{
background-color: #A0491F;
}
.BgClassName
{
background-color: #A0491F;
}
</style>
border-color css
<style>
span { border-color: #A0491F; }
span { border-color: rgb(160,73,31); }
td.TdClassName
{
border-color: #A0491F;
}
.TagClassName
{
border-color: #A0491F;
}
</style>