Shades of Rich Gold #A14D23
Tints of Rich Gold #A14D23
RGB
CMYK
RGB Variations
Color information
#A14D23 (or 0xA14D23) is known color: Rich Gold. HEX triplet: A1, 4D and 23. RGB value is (161,77,35). Sum of RGB (Red+Green+Blue) = 161+77+35=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D23 is #5EB2DC. Grayscale: #616161. Windows color (decimal): -6206173 or 2313633. OLE color: 2313633.
HSL color Cylindrical-coordinate representation of color #A14D23: hue angle of 20º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A14D23 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 35 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.37 |
| HSL | 20º | 0.64% | 0.38% | - |
| HSV(B) | 20º | 0.78% | 0.63% | - |
| XYZ | 17.66 | 13.01 | 3.17 | - |
| YUV | 97.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 35 | 0 | 0.52 | 0.78 | 0.37 | 20 | 0.64 | 0.38 |
| Hex | A1 | 4D | 23 | 0 | 34 | 4E | 25 | 14 | 40 | 26 |
| Octal | 241 | 115 | 43 | 0 | 64 | 116 | 45 | 24 | 100 | 46 |
| Binary | 10100001 | 1001101 | 100011 | 0 | 110100 | 1001110 | 100101 | 10100 | 1000000 | 100110 |
Color Harmonies of #A14D23
Complementary color
Monochromatic Colors of #A14D23
Black with #A14D23
Text Example
Text Example
White with #A14D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D23; }
p { color: rgb(161,77,35); }
H1.HeaderClassName
{
color: #A14D23;
}
.AnyTagClassName
{
color: #A14D23;
}
</style>
background-color css
<style>
a { background-color: #A14D23; }
a { background-color: rgb(161,77,35); }
div.DivClassName
{
background-color: #A14D23;
}
.BgClassName
{
background-color: #A14D23;
}
</style>
border-color css
<style>
span { border-color: #A14D23; }
span { border-color: rgb(161,77,35); }
td.TdClassName
{
border-color: #A14D23;
}
.TagClassName
{
border-color: #A14D23;
}
</style>