Shades of Old Gold #C6AC3C
Tints of Old Gold #C6AC3C
RGB
CMYK
RGB Variations
Color information
#C6AC3C (or 0xC6AC3C) is known color: Old Gold. HEX triplet: C6, AC and 3C. RGB value is (198,172,60). Sum of RGB (Red+Green+Blue) = 198+172+60=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC3C is #3953C3. Grayscale: #A7A7A7. Windows color (decimal): -3756996 or 3976390. OLE color: 3976390.
HSL color Cylindrical-coordinate representation of color #C6AC3C: hue angle of 48.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6AC3C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 60 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.22 |
| HSL | 48.7º | 0.55% | 0.51% | - |
| HSV(B) | 48.7º | 0.7% | 0.78% | - |
| XYZ | 38.86 | 41.84 | 10.3 | - |
| YUV | 167.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 60 | 0 | 0.13 | 0.70 | 0.22 | 48.7 | 0.55 | 0.51 |
| Hex | C6 | AC | 3C | 0 | D | 46 | 16 | 31 | 37 | 33 |
| Octal | 306 | 254 | 74 | 0 | 15 | 106 | 26 | 61 | 67 | 63 |
| Binary | 11000110 | 10101100 | 111100 | 0 | 1101 | 1000110 | 10110 | 110001 | 110111 | 110011 |
Color Harmonies of #C6AC3C
Complementary color
Monochromatic Colors of #C6AC3C
Black with #C6AC3C
Text Example
Text Example
White with #C6AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC3C; }
p { color: rgb(198,172,60); }
H1.HeaderClassName
{
color: #C6AC3C;
}
.AnyTagClassName
{
color: #C6AC3C;
}
</style>
background-color css
<style>
a { background-color: #C6AC3C; }
a { background-color: rgb(198,172,60); }
div.DivClassName
{
background-color: #C6AC3C;
}
.BgClassName
{
background-color: #C6AC3C;
}
</style>
border-color css
<style>
span { border-color: #C6AC3C; }
span { border-color: rgb(198,172,60); }
td.TdClassName
{
border-color: #C6AC3C;
}
.TagClassName
{
border-color: #C6AC3C;
}
</style>