Shades of Rich Gold #A0481C
Tints of Rich Gold #A0481C
RGB
CMYK
RGB Variations
Color information
#A0481C (or 0xA0481C) is known color: Rich Gold. HEX triplet: A0, 48 and 1C. RGB value is (160,72,28). Sum of RGB (Red+Green+Blue) = 160+72+28=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0481C is #5FB7E3. Grayscale: #5D5D5D. Windows color (decimal): -6272996 or 1853600. OLE color: 1853600.
HSL color Cylindrical-coordinate representation of color #A0481C: hue angle of 20º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0481C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 28 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.37 |
| HSL | 20º | 0.7% | 0.37% | - |
| HSV(B) | 20º | 0.83% | 0.63% | - |
| XYZ | 17.02 | 12.19 | 2.55 | - |
| YUV | 93.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 28 | 0 | 0.55 | 0.82 | 0.37 | 20 | 0.7 | 0.37 |
| Hex | A0 | 48 | 1C | 0 | 37 | 52 | 25 | 14 | 46 | 25 |
| Octal | 240 | 110 | 34 | 0 | 67 | 122 | 45 | 24 | 106 | 45 |
| Binary | 10100000 | 1001000 | 11100 | 0 | 110111 | 1010010 | 100101 | 10100 | 1000110 | 100101 |
Color Harmonies of #A0481C
Complementary color
Monochromatic Colors of #A0481C
Black with #A0481C
Text Example
Text Example
White with #A0481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0481C; }
p { color: rgb(160,72,28); }
H1.HeaderClassName
{
color: #A0481C;
}
.AnyTagClassName
{
color: #A0481C;
}
</style>
background-color css
<style>
a { background-color: #A0481C; }
a { background-color: rgb(160,72,28); }
div.DivClassName
{
background-color: #A0481C;
}
.BgClassName
{
background-color: #A0481C;
}
</style>
border-color css
<style>
span { border-color: #A0481C; }
span { border-color: rgb(160,72,28); }
td.TdClassName
{
border-color: #A0481C;
}
.TagClassName
{
border-color: #A0481C;
}
</style>