Shades of Old Gold #C5AC3E
Tints of Old Gold #C5AC3E
RGB
CMYK
RGB Variations
Color information
#C5AC3E (or 0xC5AC3E) is known color: Old Gold. HEX triplet: C5, AC and 3E. RGB value is (197,172,62). Sum of RGB (Red+Green+Blue) = 197+172+62=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC3E is #3A53C1. Grayscale: #A7A7A7. Windows color (decimal): -3822530 or 4107461. OLE color: 4107461.
HSL color Cylindrical-coordinate representation of color #C5AC3E: hue angle of 48.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5AC3E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 62 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.23 |
| HSL | 48.89º | 0.54% | 0.51% | - |
| HSV(B) | 48.89º | 0.69% | 0.77% | - |
| XYZ | 38.65 | 41.72 | 10.57 | - |
| YUV | 166.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 62 | 0 | 0.13 | 0.69 | 0.23 | 48.89 | 0.54 | 0.51 |
| Hex | C5 | AC | 3E | 0 | D | 45 | 17 | 31 | 36 | 33 |
| Octal | 305 | 254 | 76 | 0 | 15 | 105 | 27 | 61 | 66 | 63 |
| Binary | 11000101 | 10101100 | 111110 | 0 | 1101 | 1000101 | 10111 | 110001 | 110110 | 110011 |
Color Harmonies of #C5AC3E
Complementary color
Monochromatic Colors of #C5AC3E
Black with #C5AC3E
Text Example
Text Example
White with #C5AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC3E; }
p { color: rgb(197,172,62); }
H1.HeaderClassName
{
color: #C5AC3E;
}
.AnyTagClassName
{
color: #C5AC3E;
}
</style>
background-color css
<style>
a { background-color: #C5AC3E; }
a { background-color: rgb(197,172,62); }
div.DivClassName
{
background-color: #C5AC3E;
}
.BgClassName
{
background-color: #C5AC3E;
}
</style>
border-color css
<style>
span { border-color: #C5AC3E; }
span { border-color: rgb(197,172,62); }
td.TdClassName
{
border-color: #C5AC3E;
}
.TagClassName
{
border-color: #C5AC3E;
}
</style>