Shades of Old Gold #C6AE40
Tints of Old Gold #C6AE40
RGB
CMYK
RGB Variations
Color information
#C6AE40 (or 0xC6AE40) is known color: Old Gold. HEX triplet: C6, AE and 40. RGB value is (198,174,64). Sum of RGB (Red+Green+Blue) = 198+174+64=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE40 is #3951BF. Grayscale: #A9A9A9. Windows color (decimal): -3756480 or 4239046. OLE color: 4239046.
HSL color Cylindrical-coordinate representation of color #C6AE40: hue angle of 49.25º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6AE40 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 64 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.22 |
| HSL | 49.25º | 0.54% | 0.51% | - |
| HSV(B) | 49.25º | 0.68% | 0.78% | - |
| XYZ | 39.35 | 42.65 | 11.01 | - |
| YUV | 168.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 64 | 0 | 0.12 | 0.68 | 0.22 | 49.25 | 0.54 | 0.51 |
| Hex | C6 | AE | 40 | 0 | C | 44 | 16 | 31 | 36 | 33 |
| Octal | 306 | 256 | 100 | 0 | 14 | 104 | 26 | 61 | 66 | 63 |
| Binary | 11000110 | 10101110 | 1000000 | 0 | 1100 | 1000100 | 10110 | 110001 | 110110 | 110011 |
Color Harmonies of #C6AE40
Complementary color
Monochromatic Colors of #C6AE40
Black with #C6AE40
Text Example
Text Example
White with #C6AE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AE40; }
p { color: rgb(198,174,64); }
H1.HeaderClassName
{
color: #C6AE40;
}
.AnyTagClassName
{
color: #C6AE40;
}
</style>
background-color css
<style>
a { background-color: #C6AE40; }
a { background-color: rgb(198,174,64); }
div.DivClassName
{
background-color: #C6AE40;
}
.BgClassName
{
background-color: #C6AE40;
}
</style>
border-color css
<style>
span { border-color: #C6AE40; }
span { border-color: rgb(198,174,64); }
td.TdClassName
{
border-color: #C6AE40;
}
.TagClassName
{
border-color: #C6AE40;
}
</style>