Shades of Rich Gold #A14D13
Tints of Rich Gold #A14D13
RGB
CMYK
RGB Variations
Color information
#A14D13 (or 0xA14D13) is known color: Rich Gold. HEX triplet: A1, 4D and 13. RGB value is (161,77,19). Sum of RGB (Red+Green+Blue) = 161+77+19=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D13 is #5EB2EC. Grayscale: #5F5F5F. Windows color (decimal): -6206189 or 1265057. OLE color: 1265057.
HSL color Cylindrical-coordinate representation of color #A14D13: hue angle of 24.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14D13 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 19 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.37 |
| HSL | 24.51º | 0.79% | 0.35% | - |
| HSV(B) | 24.51º | 0.88% | 0.63% | - |
| XYZ | 17.47 | 12.93 | 2.19 | - |
| YUV | 95.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 19 | 0 | 0.52 | 0.88 | 0.37 | 24.51 | 0.79 | 0.35 |
| Hex | A1 | 4D | 13 | 0 | 34 | 58 | 25 | 19 | 4F | 23 |
| Octal | 241 | 115 | 23 | 0 | 64 | 130 | 45 | 31 | 117 | 43 |
| Binary | 10100001 | 1001101 | 10011 | 0 | 110100 | 1011000 | 100101 | 11001 | 1001111 | 100011 |
Color Harmonies of #A14D13
Complementary color
Monochromatic Colors of #A14D13
Black with #A14D13
Text Example
Text Example
White with #A14D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D13; }
p { color: rgb(161,77,19); }
H1.HeaderClassName
{
color: #A14D13;
}
.AnyTagClassName
{
color: #A14D13;
}
</style>
background-color css
<style>
a { background-color: #A14D13; }
a { background-color: rgb(161,77,19); }
div.DivClassName
{
background-color: #A14D13;
}
.BgClassName
{
background-color: #A14D13;
}
</style>
border-color css
<style>
span { border-color: #A14D13; }
span { border-color: rgb(161,77,19); }
td.TdClassName
{
border-color: #A14D13;
}
.TagClassName
{
border-color: #A14D13;
}
</style>