Shades of Old Gold #C5AF40
Tints of Old Gold #C5AF40
RGB
CMYK
RGB Variations
Color information
#C5AF40 (or 0xC5AF40) is known color: Old Gold. HEX triplet: C5, AF and 40. RGB value is (197,175,64). Sum of RGB (Red+Green+Blue) = 197+175+64=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF40 is #3A50BF. Grayscale: #A9A9A9. Windows color (decimal): -3821760 or 4239301. OLE color: 4239301.
HSL color Cylindrical-coordinate representation of color #C5AF40: hue angle of 50.08º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5AF40 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 64 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.23 |
| HSL | 50.08º | 0.53% | 0.51% | - |
| HSV(B) | 50.08º | 0.68% | 0.77% | - |
| XYZ | 39.28 | 42.9 | 11.06 | - |
| YUV | 168.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 64 | 0 | 0.11 | 0.68 | 0.23 | 50.08 | 0.53 | 0.51 |
| Hex | C5 | AF | 40 | 0 | B | 44 | 17 | 32 | 35 | 33 |
| Octal | 305 | 257 | 100 | 0 | 13 | 104 | 27 | 62 | 65 | 63 |
| Binary | 11000101 | 10101111 | 1000000 | 0 | 1011 | 1000100 | 10111 | 110010 | 110101 | 110011 |
Color Harmonies of #C5AF40
Complementary color
Monochromatic Colors of #C5AF40
Black with #C5AF40
Text Example
Text Example
White with #C5AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF40; }
p { color: rgb(197,175,64); }
H1.HeaderClassName
{
color: #C5AF40;
}
.AnyTagClassName
{
color: #C5AF40;
}
</style>
background-color css
<style>
a { background-color: #C5AF40; }
a { background-color: rgb(197,175,64); }
div.DivClassName
{
background-color: #C5AF40;
}
.BgClassName
{
background-color: #C5AF40;
}
</style>
border-color css
<style>
span { border-color: #C5AF40; }
span { border-color: rgb(197,175,64); }
td.TdClassName
{
border-color: #C5AF40;
}
.TagClassName
{
border-color: #C5AF40;
}
</style>