Shades of Old Gold #C6AC32
Tints of Old Gold #C6AC32
RGB
CMYK
RGB Variations
Color information
#C6AC32 (or 0xC6AC32) is known color: Old Gold. HEX triplet: C6, AC and 32. RGB value is (198,172,50). Sum of RGB (Red+Green+Blue) = 198+172+50=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC32 is #3953CD. Grayscale: #A6A6A6. Windows color (decimal): -3757006 or 3321030. OLE color: 3321030.
HSL color Cylindrical-coordinate representation of color #C6AC32: hue angle of 49.46º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6AC32 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 50 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.22 |
| HSL | 49.46º | 0.6% | 0.49% | - |
| HSV(B) | 49.46º | 0.75% | 0.78% | - |
| XYZ | 38.62 | 41.74 | 9.04 | - |
| YUV | 165.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 50 | 0 | 0.13 | 0.75 | 0.22 | 49.46 | 0.6 | 0.49 |
| Hex | C6 | AC | 32 | 0 | D | 4B | 16 | 31 | 3C | 31 |
| Octal | 306 | 254 | 62 | 0 | 15 | 113 | 26 | 61 | 74 | 61 |
| Binary | 11000110 | 10101100 | 110010 | 0 | 1101 | 1001011 | 10110 | 110001 | 111100 | 110001 |
Color Harmonies of #C6AC32
Complementary color
Monochromatic Colors of #C6AC32
Black with #C6AC32
Text Example
Text Example
White with #C6AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC32; }
p { color: rgb(198,172,50); }
H1.HeaderClassName
{
color: #C6AC32;
}
.AnyTagClassName
{
color: #C6AC32;
}
</style>
background-color css
<style>
a { background-color: #C6AC32; }
a { background-color: rgb(198,172,50); }
div.DivClassName
{
background-color: #C6AC32;
}
.BgClassName
{
background-color: #C6AC32;
}
</style>
border-color css
<style>
span { border-color: #C6AC32; }
span { border-color: rgb(198,172,50); }
td.TdClassName
{
border-color: #C6AC32;
}
.TagClassName
{
border-color: #C6AC32;
}
</style>