Shades of Old Gold #C4AF40
Tints of Old Gold #C4AF40
RGB
CMYK
RGB Variations
Color information
#C4AF40 (or 0xC4AF40) is known color: Old Gold. HEX triplet: C4, AF and 40. RGB value is (196,175,64). Sum of RGB (Red+Green+Blue) = 196+175+64=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF40 is #3B50BF. Grayscale: #A9A9A9. Windows color (decimal): -3887296 or 4239300. OLE color: 4239300.
HSL color Cylindrical-coordinate representation of color #C4AF40: hue angle of 50.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4AF40 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 64 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.23 |
| HSL | 50.45º | 0.53% | 0.51% | - |
| HSV(B) | 50.45º | 0.67% | 0.77% | - |
| XYZ | 39.02 | 42.77 | 11.05 | - |
| YUV | 168.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 64 | 0 | 0.11 | 0.67 | 0.23 | 50.45 | 0.53 | 0.51 |
| Hex | C4 | AF | 40 | 0 | B | 43 | 17 | 32 | 35 | 33 |
| Octal | 304 | 257 | 100 | 0 | 13 | 103 | 27 | 62 | 65 | 63 |
| Binary | 11000100 | 10101111 | 1000000 | 0 | 1011 | 1000011 | 10111 | 110010 | 110101 | 110011 |
Color Harmonies of #C4AF40
Complementary color
Monochromatic Colors of #C4AF40
Black with #C4AF40
Text Example
Text Example
White with #C4AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF40; }
p { color: rgb(196,175,64); }
H1.HeaderClassName
{
color: #C4AF40;
}
.AnyTagClassName
{
color: #C4AF40;
}
</style>
background-color css
<style>
a { background-color: #C4AF40; }
a { background-color: rgb(196,175,64); }
div.DivClassName
{
background-color: #C4AF40;
}
.BgClassName
{
background-color: #C4AF40;
}
</style>
border-color css
<style>
span { border-color: #C4AF40; }
span { border-color: rgb(196,175,64); }
td.TdClassName
{
border-color: #C4AF40;
}
.TagClassName
{
border-color: #C4AF40;
}
</style>