Shades of Old Gold #C2AA34
Tints of Old Gold #C2AA34
RGB
CMYK
RGB Variations
Color information
#C2AA34 (or 0xC2AA34) is known color: Old Gold. HEX triplet: C2, AA and 34. RGB value is (194,170,52). Sum of RGB (Red+Green+Blue) = 194+170+52=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA34 is #3D55CB. Grayscale: #A4A4A4. Windows color (decimal): -4019660 or 3451586. OLE color: 3451586.
HSL color Cylindrical-coordinate representation of color #C2AA34: hue angle of 49.86º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2AA34 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 52 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.24 |
| HSL | 49.86º | 0.58% | 0.48% | - |
| HSV(B) | 49.86º | 0.73% | 0.76% | - |
| XYZ | 37.24 | 40.47 | 9.1 | - |
| YUV | 163.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 52 | 0 | 0.12 | 0.73 | 0.24 | 49.86 | 0.58 | 0.48 |
| Hex | C2 | AA | 34 | 0 | C | 49 | 18 | 32 | 3A | 30 |
| Octal | 302 | 252 | 64 | 0 | 14 | 111 | 30 | 62 | 72 | 60 |
| Binary | 11000010 | 10101010 | 110100 | 0 | 1100 | 1001001 | 11000 | 110010 | 111010 | 110000 |
Color Harmonies of #C2AA34
Complementary color
Monochromatic Colors of #C2AA34
Black with #C2AA34
Text Example
Text Example
White with #C2AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA34; }
p { color: rgb(194,170,52); }
H1.HeaderClassName
{
color: #C2AA34;
}
.AnyTagClassName
{
color: #C2AA34;
}
</style>
background-color css
<style>
a { background-color: #C2AA34; }
a { background-color: rgb(194,170,52); }
div.DivClassName
{
background-color: #C2AA34;
}
.BgClassName
{
background-color: #C2AA34;
}
</style>
border-color css
<style>
span { border-color: #C2AA34; }
span { border-color: rgb(194,170,52); }
td.TdClassName
{
border-color: #C2AA34;
}
.TagClassName
{
border-color: #C2AA34;
}
</style>