Shades of Old Gold #C2AE31
Tints of Old Gold #C2AE31
RGB
CMYK
RGB Variations
Color information
#C2AE31 (or 0xC2AE31) is known color: Old Gold. HEX triplet: C2, AE and 31. RGB value is (194,174,49). Sum of RGB (Red+Green+Blue) = 194+174+49=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE31 is #3D51CE. Grayscale: #A6A6A6. Windows color (decimal): -4018639 or 3256002. OLE color: 3256002.
HSL color Cylindrical-coordinate representation of color #C2AE31: hue angle of 51.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AE31 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 49 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.24 |
| HSL | 51.72º | 0.6% | 0.48% | - |
| HSV(B) | 51.72º | 0.75% | 0.76% | - |
| XYZ | 37.94 | 41.96 | 9.01 | - |
| YUV | 165.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 49 | 0 | 0.10 | 0.75 | 0.24 | 51.72 | 0.6 | 0.48 |
| Hex | C2 | AE | 31 | 0 | A | 4B | 18 | 34 | 3C | 30 |
| Octal | 302 | 256 | 61 | 0 | 12 | 113 | 30 | 64 | 74 | 60 |
| Binary | 11000010 | 10101110 | 110001 | 0 | 1010 | 1001011 | 11000 | 110100 | 111100 | 110000 |
Color Harmonies of #C2AE31
Complementary color
Monochromatic Colors of #C2AE31
Black with #C2AE31
Text Example
Text Example
White with #C2AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE31; }
p { color: rgb(194,174,49); }
H1.HeaderClassName
{
color: #C2AE31;
}
.AnyTagClassName
{
color: #C2AE31;
}
</style>
background-color css
<style>
a { background-color: #C2AE31; }
a { background-color: rgb(194,174,49); }
div.DivClassName
{
background-color: #C2AE31;
}
.BgClassName
{
background-color: #C2AE31;
}
</style>
border-color css
<style>
span { border-color: #C2AE31; }
span { border-color: rgb(194,174,49); }
td.TdClassName
{
border-color: #C2AE31;
}
.TagClassName
{
border-color: #C2AE31;
}
</style>