Shades of Rich Gold #A14C1C
Tints of Rich Gold #A14C1C
RGB
CMYK
RGB Variations
Color information
#A14C1C (or 0xA14C1C) is known color: Rich Gold. HEX triplet: A1, 4C and 1C. RGB value is (161,76,28). Sum of RGB (Red+Green+Blue) = 161+76+28=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C1C is #5EB3E3. Grayscale: #606060. Windows color (decimal): -6206436 or 1854625. OLE color: 1854625.
HSL color Cylindrical-coordinate representation of color #A14C1C: hue angle of 21.65º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A14C1C is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 28 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.37 |
| HSL | 21.65º | 0.7% | 0.37% | - |
| HSV(B) | 21.65º | 0.83% | 0.63% | - |
| XYZ | 17.49 | 12.83 | 2.65 | - |
| YUV | 95.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 28 | 0 | 0.53 | 0.83 | 0.37 | 21.65 | 0.7 | 0.37 |
| Hex | A1 | 4C | 1C | 0 | 35 | 53 | 25 | 16 | 46 | 25 |
| Octal | 241 | 114 | 34 | 0 | 65 | 123 | 45 | 26 | 106 | 45 |
| Binary | 10100001 | 1001100 | 11100 | 0 | 110101 | 1010011 | 100101 | 10110 | 1000110 | 100101 |
Color Harmonies of #A14C1C
Complementary color
Monochromatic Colors of #A14C1C
Black with #A14C1C
Text Example
Text Example
White with #A14C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C1C; }
p { color: rgb(161,76,28); }
H1.HeaderClassName
{
color: #A14C1C;
}
.AnyTagClassName
{
color: #A14C1C;
}
</style>
background-color css
<style>
a { background-color: #A14C1C; }
a { background-color: rgb(161,76,28); }
div.DivClassName
{
background-color: #A14C1C;
}
.BgClassName
{
background-color: #A14C1C;
}
</style>
border-color css
<style>
span { border-color: #A14C1C; }
span { border-color: rgb(161,76,28); }
td.TdClassName
{
border-color: #A14C1C;
}
.TagClassName
{
border-color: #A14C1C;
}
</style>