Shades of Rich Gold #A0491B
Tints of Rich Gold #A0491B
RGB
CMYK
RGB Variations
Color information
#A0491B (or 0xA0491B) is known color: Rich Gold. HEX triplet: A0, 49 and 1B. RGB value is (160,73,27). Sum of RGB (Red+Green+Blue) = 160+73+27=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0491B is #5FB6E4. Grayscale: #5E5E5E. Windows color (decimal): -6272741 or 1788320. OLE color: 1788320.
HSL color Cylindrical-coordinate representation of color #A0491B: hue angle of 20.75º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0491B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 27 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.37 |
| HSL | 20.75º | 0.71% | 0.37% | - |
| HSV(B) | 20.75º | 0.83% | 0.63% | - |
| XYZ | 17.08 | 12.32 | 2.51 | - |
| YUV | 93.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 27 | 0 | 0.54 | 0.83 | 0.37 | 20.75 | 0.71 | 0.37 |
| Hex | A0 | 49 | 1B | 0 | 36 | 53 | 25 | 15 | 47 | 25 |
| Octal | 240 | 111 | 33 | 0 | 66 | 123 | 45 | 25 | 107 | 45 |
| Binary | 10100000 | 1001001 | 11011 | 0 | 110110 | 1010011 | 100101 | 10101 | 1000111 | 100101 |
Color Harmonies of #A0491B
Complementary color
Monochromatic Colors of #A0491B
Black with #A0491B
Text Example
Text Example
White with #A0491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0491B; }
p { color: rgb(160,73,27); }
H1.HeaderClassName
{
color: #A0491B;
}
.AnyTagClassName
{
color: #A0491B;
}
</style>
background-color css
<style>
a { background-color: #A0491B; }
a { background-color: rgb(160,73,27); }
div.DivClassName
{
background-color: #A0491B;
}
.BgClassName
{
background-color: #A0491B;
}
</style>
border-color css
<style>
span { border-color: #A0491B; }
span { border-color: rgb(160,73,27); }
td.TdClassName
{
border-color: #A0491B;
}
.TagClassName
{
border-color: #A0491B;
}
</style>