Shades of Rich Gold #A04B1D
Tints of Rich Gold #A04B1D
RGB
CMYK
RGB Variations
Color information
#A04B1D (or 0xA04B1D) is known color: Rich Gold. HEX triplet: A0, 4B and 1D. RGB value is (160,75,29). Sum of RGB (Red+Green+Blue) = 160+75+29=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B1D is #5FB4E2. Grayscale: #5F5F5F. Windows color (decimal): -6272227 or 1919904. OLE color: 1919904.
HSL color Cylindrical-coordinate representation of color #A04B1D: hue angle of 21.07º 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 #A04B1D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 29 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.37 |
| HSL | 21.07º | 0.69% | 0.37% | - |
| HSV(B) | 21.07º | 0.82% | 0.63% | - |
| XYZ | 17.24 | 12.59 | 2.68 | - |
| YUV | 95.17 | 90.66 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 29 | 0 | 0.53 | 0.82 | 0.37 | 21.07 | 0.69 | 0.37 |
| Hex | A0 | 4B | 1D | 0 | 35 | 52 | 25 | 15 | 45 | 25 |
| Octal | 240 | 113 | 35 | 0 | 65 | 122 | 45 | 25 | 105 | 45 |
| Binary | 10100000 | 1001011 | 11101 | 0 | 110101 | 1010010 | 100101 | 10101 | 1000101 | 100101 |
Color Harmonies of #A04B1D
Complementary color
Monochromatic Colors of #A04B1D
Black with #A04B1D
Text Example
Text Example
White with #A04B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B1D; }
p { color: rgb(160,75,29); }
H1.HeaderClassName
{
color: #A04B1D;
}
.AnyTagClassName
{
color: #A04B1D;
}
</style>
background-color css
<style>
a { background-color: #A04B1D; }
a { background-color: rgb(160,75,29); }
div.DivClassName
{
background-color: #A04B1D;
}
.BgClassName
{
background-color: #A04B1D;
}
</style>
border-color css
<style>
span { border-color: #A04B1D; }
span { border-color: rgb(160,75,29); }
td.TdClassName
{
border-color: #A04B1D;
}
.TagClassName
{
border-color: #A04B1D;
}
</style>