Shades of Old Gold #C6AF37
Tints of Old Gold #C6AF37
RGB
CMYK
RGB Variations
Color information
#C6AF37 (or 0xC6AF37) is known color: Old Gold. HEX triplet: C6, AF and 37. RGB value is (198,175,55). Sum of RGB (Red+Green+Blue) = 198+175+55=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF37 is #3950C8. Grayscale: #A8A8A8. Windows color (decimal): -3756233 or 3649478. OLE color: 3649478.
HSL color Cylindrical-coordinate representation of color #C6AF37: hue angle of 50.35º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6AF37 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 55 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.22 |
| HSL | 50.35º | 0.57% | 0.5% | - |
| HSV(B) | 50.35º | 0.72% | 0.78% | - |
| XYZ | 39.31 | 42.94 | 9.83 | - |
| YUV | 168.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 55 | 0 | 0.12 | 0.72 | 0.22 | 50.35 | 0.57 | 0.5 |
| Hex | C6 | AF | 37 | 0 | C | 48 | 16 | 32 | 39 | 32 |
| Octal | 306 | 257 | 67 | 0 | 14 | 110 | 26 | 62 | 71 | 62 |
| Binary | 11000110 | 10101111 | 110111 | 0 | 1100 | 1001000 | 10110 | 110010 | 111001 | 110010 |
Color Harmonies of #C6AF37
Complementary color
Monochromatic Colors of #C6AF37
Black with #C6AF37
Text Example
Text Example
White with #C6AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF37; }
p { color: rgb(198,175,55); }
H1.HeaderClassName
{
color: #C6AF37;
}
.AnyTagClassName
{
color: #C6AF37;
}
</style>
background-color css
<style>
a { background-color: #C6AF37; }
a { background-color: rgb(198,175,55); }
div.DivClassName
{
background-color: #C6AF37;
}
.BgClassName
{
background-color: #C6AF37;
}
</style>
border-color css
<style>
span { border-color: #C6AF37; }
span { border-color: rgb(198,175,55); }
td.TdClassName
{
border-color: #C6AF37;
}
.TagClassName
{
border-color: #C6AF37;
}
</style>