Shades of Rich Gold #A04D1F
Tints of Rich Gold #A04D1F
RGB
CMYK
RGB Variations
Color information
#A04D1F (or 0xA04D1F) is known color: Rich Gold. HEX triplet: A0, 4D and 1F. RGB value is (160,77,31). Sum of RGB (Red+Green+Blue) = 160+77+31=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D1F is #5FB2E0. Grayscale: #606060. Windows color (decimal): -6271713 or 2051488. OLE color: 2051488.
HSL color Cylindrical-coordinate representation of color #A04D1F: hue angle of 21.4º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A04D1F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 31 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.37 |
| HSL | 21.4º | 0.68% | 0.37% | - |
| HSV(B) | 21.4º | 0.81% | 0.63% | - |
| XYZ | 17.4 | 12.88 | 2.87 | - |
| YUV | 96.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 31 | 0 | 0.52 | 0.81 | 0.37 | 21.4 | 0.68 | 0.37 |
| Hex | A0 | 4D | 1F | 0 | 34 | 51 | 25 | 15 | 44 | 25 |
| Octal | 240 | 115 | 37 | 0 | 64 | 121 | 45 | 25 | 104 | 45 |
| Binary | 10100000 | 1001101 | 11111 | 0 | 110100 | 1010001 | 100101 | 10101 | 1000100 | 100101 |
Color Harmonies of #A04D1F
Complementary color
Monochromatic Colors of #A04D1F
Black with #A04D1F
Text Example
Text Example
White with #A04D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D1F; }
p { color: rgb(160,77,31); }
H1.HeaderClassName
{
color: #A04D1F;
}
.AnyTagClassName
{
color: #A04D1F;
}
</style>
background-color css
<style>
a { background-color: #A04D1F; }
a { background-color: rgb(160,77,31); }
div.DivClassName
{
background-color: #A04D1F;
}
.BgClassName
{
background-color: #A04D1F;
}
</style>
border-color css
<style>
span { border-color: #A04D1F; }
span { border-color: rgb(160,77,31); }
td.TdClassName
{
border-color: #A04D1F;
}
.TagClassName
{
border-color: #A04D1F;
}
</style>