Shades of Old Gold #C5AC37
Tints of Old Gold #C5AC37
RGB
CMYK
RGB Variations
Color information
#C5AC37 (or 0xC5AC37) is known color: Old Gold. HEX triplet: C5, AC and 37. RGB value is (197,172,55). Sum of RGB (Red+Green+Blue) = 197+172+55=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC37 is #3A53C8. Grayscale: #A6A6A6. Windows color (decimal): -3822537 or 3648709. OLE color: 3648709.
HSL color Cylindrical-coordinate representation of color #C5AC37: hue angle of 49.44º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5AC37 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 55 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.23 |
| HSL | 49.44º | 0.56% | 0.49% | - |
| HSV(B) | 49.44º | 0.72% | 0.77% | - |
| XYZ | 38.47 | 41.65 | 9.63 | - |
| YUV | 166.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 55 | 0 | 0.13 | 0.72 | 0.23 | 49.44 | 0.56 | 0.49 |
| Hex | C5 | AC | 37 | 0 | D | 48 | 17 | 31 | 38 | 31 |
| Octal | 305 | 254 | 67 | 0 | 15 | 110 | 27 | 61 | 70 | 61 |
| Binary | 11000101 | 10101100 | 110111 | 0 | 1101 | 1001000 | 10111 | 110001 | 111000 | 110001 |
Color Harmonies of #C5AC37
Complementary color
Monochromatic Colors of #C5AC37
Black with #C5AC37
Text Example
Text Example
White with #C5AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC37; }
p { color: rgb(197,172,55); }
H1.HeaderClassName
{
color: #C5AC37;
}
.AnyTagClassName
{
color: #C5AC37;
}
</style>
background-color css
<style>
a { background-color: #C5AC37; }
a { background-color: rgb(197,172,55); }
div.DivClassName
{
background-color: #C5AC37;
}
.BgClassName
{
background-color: #C5AC37;
}
</style>
border-color css
<style>
span { border-color: #C5AC37; }
span { border-color: rgb(197,172,55); }
td.TdClassName
{
border-color: #C5AC37;
}
.TagClassName
{
border-color: #C5AC37;
}
</style>