Shades of Rich Gold #A14C25
Tints of Rich Gold #A14C25
RGB
CMYK
RGB Variations
Color information
#A14C25 (or 0xA14C25) is known color: Rich Gold. HEX triplet: A1, 4C and 25. RGB value is (161,76,37). Sum of RGB (Red+Green+Blue) = 161+76+37=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C25 is #5EB3DA. Grayscale: #616161. Windows color (decimal): -6206427 or 2444449. OLE color: 2444449.
HSL color Cylindrical-coordinate representation of color #A14C25: hue angle of 18.87º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A14C25 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 37 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.37 |
| HSL | 18.87º | 0.63% | 0.39% | - |
| HSV(B) | 18.87º | 0.77% | 0.63% | - |
| XYZ | 17.62 | 12.88 | 3.31 | - |
| YUV | 96.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 37 | 0 | 0.53 | 0.77 | 0.37 | 18.87 | 0.63 | 0.39 |
| Hex | A1 | 4C | 25 | 0 | 35 | 4D | 25 | 13 | 3F | 27 |
| Octal | 241 | 114 | 45 | 0 | 65 | 115 | 45 | 23 | 77 | 47 |
| Binary | 10100001 | 1001100 | 100101 | 0 | 110101 | 1001101 | 100101 | 10011 | 111111 | 100111 |
Color Harmonies of #A14C25
Complementary color
Monochromatic Colors of #A14C25
Black with #A14C25
Text Example
Text Example
White with #A14C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C25; }
p { color: rgb(161,76,37); }
H1.HeaderClassName
{
color: #A14C25;
}
.AnyTagClassName
{
color: #A14C25;
}
</style>
background-color css
<style>
a { background-color: #A14C25; }
a { background-color: rgb(161,76,37); }
div.DivClassName
{
background-color: #A14C25;
}
.BgClassName
{
background-color: #A14C25;
}
</style>
border-color css
<style>
span { border-color: #A14C25; }
span { border-color: rgb(161,76,37); }
td.TdClassName
{
border-color: #A14C25;
}
.TagClassName
{
border-color: #A14C25;
}
</style>