Shades of Old Gold #C2AE32
Tints of Old Gold #C2AE32
RGB
CMYK
RGB Variations
Color information
#C2AE32 (or 0xC2AE32) is known color: Old Gold. HEX triplet: C2, AE and 32. RGB value is (194,174,50). Sum of RGB (Red+Green+Blue) = 194+174+50=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE32 is #3D51CD. Grayscale: #A6A6A6. Windows color (decimal): -4018638 or 3321538. OLE color: 3321538.
HSL color Cylindrical-coordinate representation of color #C2AE32: hue angle of 51.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2AE32 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 50 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.24 |
| HSL | 51.67º | 0.59% | 0.48% | - |
| HSV(B) | 51.67º | 0.74% | 0.76% | - |
| XYZ | 37.96 | 41.97 | 9.12 | - |
| YUV | 165.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 50 | 0 | 0.10 | 0.74 | 0.24 | 51.67 | 0.59 | 0.48 |
| Hex | C2 | AE | 32 | 0 | A | 4A | 18 | 34 | 3B | 30 |
| Octal | 302 | 256 | 62 | 0 | 12 | 112 | 30 | 64 | 73 | 60 |
| Binary | 11000010 | 10101110 | 110010 | 0 | 1010 | 1001010 | 11000 | 110100 | 111011 | 110000 |
Color Harmonies of #C2AE32
Complementary color
Monochromatic Colors of #C2AE32
Black with #C2AE32
Text Example
Text Example
White with #C2AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE32; }
p { color: rgb(194,174,50); }
H1.HeaderClassName
{
color: #C2AE32;
}
.AnyTagClassName
{
color: #C2AE32;
}
</style>
background-color css
<style>
a { background-color: #C2AE32; }
a { background-color: rgb(194,174,50); }
div.DivClassName
{
background-color: #C2AE32;
}
.BgClassName
{
background-color: #C2AE32;
}
</style>
border-color css
<style>
span { border-color: #C2AE32; }
span { border-color: rgb(194,174,50); }
td.TdClassName
{
border-color: #C2AE32;
}
.TagClassName
{
border-color: #C2AE32;
}
</style>