Shades of Old Gold #C6AE32
Tints of Old Gold #C6AE32
RGB
CMYK
RGB Variations
Color information
#C6AE32 (or 0xC6AE32) is known color: Old Gold. HEX triplet: C6, AE and 32. RGB value is (198,174,50). Sum of RGB (Red+Green+Blue) = 198+174+50=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE32 is #3951CD. Grayscale: #A7A7A7. Windows color (decimal): -3756494 or 3321542. OLE color: 3321542.
HSL color Cylindrical-coordinate representation of color #C6AE32: hue angle of 50.27º 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 #C6AE32 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 50 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.22 |
| HSL | 50.27º | 0.6% | 0.49% | - |
| HSV(B) | 50.27º | 0.75% | 0.78% | - |
| XYZ | 39 | 42.51 | 9.17 | - |
| YUV | 167.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 50 | 0 | 0.12 | 0.75 | 0.22 | 50.27 | 0.6 | 0.49 |
| Hex | C6 | AE | 32 | 0 | C | 4B | 16 | 32 | 3C | 31 |
| Octal | 306 | 256 | 62 | 0 | 14 | 113 | 26 | 62 | 74 | 61 |
| Binary | 11000110 | 10101110 | 110010 | 0 | 1100 | 1001011 | 10110 | 110010 | 111100 | 110001 |
Color Harmonies of #C6AE32
Complementary color
Monochromatic Colors of #C6AE32
Black with #C6AE32
Text Example
Text Example
White with #C6AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AE32; }
p { color: rgb(198,174,50); }
H1.HeaderClassName
{
color: #C6AE32;
}
.AnyTagClassName
{
color: #C6AE32;
}
</style>
background-color css
<style>
a { background-color: #C6AE32; }
a { background-color: rgb(198,174,50); }
div.DivClassName
{
background-color: #C6AE32;
}
.BgClassName
{
background-color: #C6AE32;
}
</style>
border-color css
<style>
span { border-color: #C6AE32; }
span { border-color: rgb(198,174,50); }
td.TdClassName
{
border-color: #C6AE32;
}
.TagClassName
{
border-color: #C6AE32;
}
</style>