Shades of Rich Gold #A14D1E
Tints of Rich Gold #A14D1E
RGB
CMYK
RGB Variations
Color information
#A14D1E (or 0xA14D1E) is known color: Rich Gold. HEX triplet: A1, 4D and 1E. RGB value is (161,77,30). Sum of RGB (Red+Green+Blue) = 161+77+30=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D1E is #5EB2E1. Grayscale: #616161. Windows color (decimal): -6206178 or 1985953. OLE color: 1985953.
HSL color Cylindrical-coordinate representation of color #A14D1E: hue angle of 21.53º degrees, saturation: 0.69, 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 #A14D1E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 30 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.37 |
| HSL | 21.53º | 0.69% | 0.37% | - |
| HSV(B) | 21.53º | 0.81% | 0.63% | - |
| XYZ | 17.59 | 12.98 | 2.81 | - |
| YUV | 96.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 30 | 0 | 0.52 | 0.81 | 0.37 | 21.53 | 0.69 | 0.37 |
| Hex | A1 | 4D | 1E | 0 | 34 | 51 | 25 | 16 | 45 | 25 |
| Octal | 241 | 115 | 36 | 0 | 64 | 121 | 45 | 26 | 105 | 45 |
| Binary | 10100001 | 1001101 | 11110 | 0 | 110100 | 1010001 | 100101 | 10110 | 1000101 | 100101 |
Color Harmonies of #A14D1E
Complementary color
Monochromatic Colors of #A14D1E
Black with #A14D1E
Text Example
Text Example
White with #A14D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D1E; }
p { color: rgb(161,77,30); }
H1.HeaderClassName
{
color: #A14D1E;
}
.AnyTagClassName
{
color: #A14D1E;
}
</style>
background-color css
<style>
a { background-color: #A14D1E; }
a { background-color: rgb(161,77,30); }
div.DivClassName
{
background-color: #A14D1E;
}
.BgClassName
{
background-color: #A14D1E;
}
</style>
border-color css
<style>
span { border-color: #A14D1E; }
span { border-color: rgb(161,77,30); }
td.TdClassName
{
border-color: #A14D1E;
}
.TagClassName
{
border-color: #A14D1E;
}
</style>