Shades of Rich Gold #A04A1C
Tints of Rich Gold #A04A1C
RGB
CMYK
RGB Variations
Color information
#A04A1C (or 0xA04A1C) is known color: Rich Gold. HEX triplet: A0, 4A and 1C. RGB value is (160,74,28). Sum of RGB (Red+Green+Blue) = 160+74+28=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A1C is #5FB5E3. Grayscale: #5E5E5E. Windows color (decimal): -6272484 or 1854112. OLE color: 1854112.
HSL color Cylindrical-coordinate representation of color #A04A1C: hue angle of 20.91º 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 #A04A1C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 28 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.37 |
| HSL | 20.91º | 0.7% | 0.37% | - |
| HSV(B) | 20.91º | 0.83% | 0.63% | - |
| XYZ | 17.16 | 12.45 | 2.6 | - |
| YUV | 94.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 28 | 0 | 0.54 | 0.82 | 0.37 | 20.91 | 0.7 | 0.37 |
| Hex | A0 | 4A | 1C | 0 | 36 | 52 | 25 | 15 | 46 | 25 |
| Octal | 240 | 112 | 34 | 0 | 66 | 122 | 45 | 25 | 106 | 45 |
| Binary | 10100000 | 1001010 | 11100 | 0 | 110110 | 1010010 | 100101 | 10101 | 1000110 | 100101 |
Color Harmonies of #A04A1C
Complementary color
Monochromatic Colors of #A04A1C
Black with #A04A1C
Text Example
Text Example
White with #A04A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A1C; }
p { color: rgb(160,74,28); }
H1.HeaderClassName
{
color: #A04A1C;
}
.AnyTagClassName
{
color: #A04A1C;
}
</style>
background-color css
<style>
a { background-color: #A04A1C; }
a { background-color: rgb(160,74,28); }
div.DivClassName
{
background-color: #A04A1C;
}
.BgClassName
{
background-color: #A04A1C;
}
</style>
border-color css
<style>
span { border-color: #A04A1C; }
span { border-color: rgb(160,74,28); }
td.TdClassName
{
border-color: #A04A1C;
}
.TagClassName
{
border-color: #A04A1C;
}
</style>