Shades of Rich Gold #A0461C
Tints of Rich Gold #A0461C
RGB
CMYK
RGB Variations
Color information
#A0461C (or 0xA0461C) is known color: Rich Gold. HEX triplet: A0, 46 and 1C. RGB value is (160,70,28). Sum of RGB (Red+Green+Blue) = 160+70+28=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0461C is #5FB9E3. Grayscale: #5C5C5C. Windows color (decimal): -6273508 or 1853088. OLE color: 1853088.
HSL color Cylindrical-coordinate representation of color #A0461C: hue angle of 19.09º 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 #A0461C is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 28 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.37 |
| HSL | 19.09º | 0.7% | 0.37% | - |
| HSV(B) | 19.09º | 0.83% | 0.63% | - |
| XYZ | 16.9 | 11.94 | 2.51 | - |
| YUV | 92.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 28 | 0 | 0.56 | 0.82 | 0.37 | 19.09 | 0.7 | 0.37 |
| Hex | A0 | 46 | 1C | 0 | 38 | 52 | 25 | 13 | 46 | 25 |
| Octal | 240 | 106 | 34 | 0 | 70 | 122 | 45 | 23 | 106 | 45 |
| Binary | 10100000 | 1000110 | 11100 | 0 | 111000 | 1010010 | 100101 | 10011 | 1000110 | 100101 |
Color Harmonies of #A0461C
Complementary color
Monochromatic Colors of #A0461C
Black with #A0461C
Text Example
Text Example
White with #A0461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0461C; }
p { color: rgb(160,70,28); }
H1.HeaderClassName
{
color: #A0461C;
}
.AnyTagClassName
{
color: #A0461C;
}
</style>
background-color css
<style>
a { background-color: #A0461C; }
a { background-color: rgb(160,70,28); }
div.DivClassName
{
background-color: #A0461C;
}
.BgClassName
{
background-color: #A0461C;
}
</style>
border-color css
<style>
span { border-color: #A0461C; }
span { border-color: rgb(160,70,28); }
td.TdClassName
{
border-color: #A0461C;
}
.TagClassName
{
border-color: #A0461C;
}
</style>