Shades of Old Gold #C2AE33
Tints of Old Gold #C2AE33
RGB
CMYK
RGB Variations
Color information
#C2AE33 (or 0xC2AE33) is known color: Old Gold. HEX triplet: C2, AE and 33. RGB value is (194,174,51). Sum of RGB (Red+Green+Blue) = 194+174+51=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE33 is #3D51CC. Grayscale: #A6A6A6. Windows color (decimal): -4018637 or 3387074. OLE color: 3387074.
HSL color Cylindrical-coordinate representation of color #C2AE33: hue angle of 51.61º degrees, saturation: 0.58, 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 #C2AE33 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 51 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.24 |
| HSL | 51.61º | 0.58% | 0.48% | - |
| HSV(B) | 51.61º | 0.74% | 0.76% | - |
| XYZ | 37.98 | 41.98 | 9.23 | - |
| YUV | 165.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 51 | 0 | 0.10 | 0.74 | 0.24 | 51.61 | 0.58 | 0.48 |
| Hex | C2 | AE | 33 | 0 | A | 4A | 18 | 34 | 3A | 30 |
| Octal | 302 | 256 | 63 | 0 | 12 | 112 | 30 | 64 | 72 | 60 |
| Binary | 11000010 | 10101110 | 110011 | 0 | 1010 | 1001010 | 11000 | 110100 | 111010 | 110000 |
Color Harmonies of #C2AE33
Complementary color
Monochromatic Colors of #C2AE33
Black with #C2AE33
Text Example
Text Example
White with #C2AE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE33; }
p { color: rgb(194,174,51); }
H1.HeaderClassName
{
color: #C2AE33;
}
.AnyTagClassName
{
color: #C2AE33;
}
</style>
background-color css
<style>
a { background-color: #C2AE33; }
a { background-color: rgb(194,174,51); }
div.DivClassName
{
background-color: #C2AE33;
}
.BgClassName
{
background-color: #C2AE33;
}
</style>
border-color css
<style>
span { border-color: #C2AE33; }
span { border-color: rgb(194,174,51); }
td.TdClassName
{
border-color: #C2AE33;
}
.TagClassName
{
border-color: #C2AE33;
}
</style>