Shades of Old Gold #C6AF2E
Tints of Old Gold #C6AF2E
RGB
CMYK
RGB Variations
Color information
#C6AF2E (or 0xC6AF2E) is known color: Old Gold. HEX triplet: C6, AF and 2E. RGB value is (198,175,46). Sum of RGB (Red+Green+Blue) = 198+175+46=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF2E is #3950D1. Grayscale: #A7A7A7. Windows color (decimal): -3756242 or 3059654. OLE color: 3059654.
HSL color Cylindrical-coordinate representation of color #C6AF2E: hue angle of 50.92º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6AF2E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 46 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.22 |
| HSL | 50.92º | 0.62% | 0.48% | - |
| HSV(B) | 50.92º | 0.77% | 0.78% | - |
| XYZ | 39.11 | 42.86 | 8.8 | - |
| YUV | 167.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 46 | 0 | 0.12 | 0.77 | 0.22 | 50.92 | 0.62 | 0.48 |
| Hex | C6 | AF | 2E | 0 | C | 4D | 16 | 33 | 3E | 30 |
| Octal | 306 | 257 | 56 | 0 | 14 | 115 | 26 | 63 | 76 | 60 |
| Binary | 11000110 | 10101111 | 101110 | 0 | 1100 | 1001101 | 10110 | 110011 | 111110 | 110000 |
Color Harmonies of #C6AF2E
Complementary color
Monochromatic Colors of #C6AF2E
Black with #C6AF2E
Text Example
Text Example
White with #C6AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF2E; }
p { color: rgb(198,175,46); }
H1.HeaderClassName
{
color: #C6AF2E;
}
.AnyTagClassName
{
color: #C6AF2E;
}
</style>
background-color css
<style>
a { background-color: #C6AF2E; }
a { background-color: rgb(198,175,46); }
div.DivClassName
{
background-color: #C6AF2E;
}
.BgClassName
{
background-color: #C6AF2E;
}
</style>
border-color css
<style>
span { border-color: #C6AF2E; }
span { border-color: rgb(198,175,46); }
td.TdClassName
{
border-color: #C6AF2E;
}
.TagClassName
{
border-color: #C6AF2E;
}
</style>