Shades of Rich Gold #A04A1D
Tints of Rich Gold #A04A1D
RGB
CMYK
RGB Variations
Color information
#A04A1D (or 0xA04A1D) is known color: Rich Gold. HEX triplet: A0, 4A and 1D. RGB value is (160,74,29). Sum of RGB (Red+Green+Blue) = 160+74+29=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A1D is #5FB5E2. Grayscale: #5E5E5E. Windows color (decimal): -6272483 or 1919648. OLE color: 1919648.
HSL color Cylindrical-coordinate representation of color #A04A1D: hue angle of 20.61º degrees, saturation: 0.69, 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 #A04A1D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 29 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.37 |
| HSL | 20.61º | 0.69% | 0.37% | - |
| HSV(B) | 20.61º | 0.82% | 0.63% | - |
| XYZ | 17.17 | 12.46 | 2.66 | - |
| YUV | 94.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 29 | 0 | 0.54 | 0.82 | 0.37 | 20.61 | 0.69 | 0.37 |
| Hex | A0 | 4A | 1D | 0 | 36 | 52 | 25 | 15 | 45 | 25 |
| Octal | 240 | 112 | 35 | 0 | 66 | 122 | 45 | 25 | 105 | 45 |
| Binary | 10100000 | 1001010 | 11101 | 0 | 110110 | 1010010 | 100101 | 10101 | 1000101 | 100101 |
Color Harmonies of #A04A1D
Complementary color
Monochromatic Colors of #A04A1D
Black with #A04A1D
Text Example
Text Example
White with #A04A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A1D; }
p { color: rgb(160,74,29); }
H1.HeaderClassName
{
color: #A04A1D;
}
.AnyTagClassName
{
color: #A04A1D;
}
</style>
background-color css
<style>
a { background-color: #A04A1D; }
a { background-color: rgb(160,74,29); }
div.DivClassName
{
background-color: #A04A1D;
}
.BgClassName
{
background-color: #A04A1D;
}
</style>
border-color css
<style>
span { border-color: #A04A1D; }
span { border-color: rgb(160,74,29); }
td.TdClassName
{
border-color: #A04A1D;
}
.TagClassName
{
border-color: #A04A1D;
}
</style>