Shades of Old Gold #C2AE3E
Tints of Old Gold #C2AE3E
RGB
CMYK
RGB Variations
Color information
#C2AE3E (or 0xC2AE3E) is known color: Old Gold. HEX triplet: C2, AE and 3E. RGB value is (194,174,62). Sum of RGB (Red+Green+Blue) = 194+174+62=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE3E is #3D51C1. Grayscale: #A7A7A7. Windows color (decimal): -4018626 or 4107970. OLE color: 4107970.
HSL color Cylindrical-coordinate representation of color #C2AE3E: hue angle of 50.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2AE3E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 174 | 62 | - |
CMYK | 0 | 0.10 | 0.68 | 0.24 |
HSL | 50.91º | 0.52% | 0.5% | - |
HSV(B) | 50.91º | 0.68% | 0.76% | - |
XYZ | 38.25 | 42.09 | 10.67 | - |
YUV | 167.21 | 68.63 | 147.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 62 | 0 | 0.10 | 0.68 | 0.24 | 50.91 | 0.52 | 0.5 |
Hex | C2 | AE | 3E | 0 | A | 44 | 18 | 33 | 34 | 32 |
Octal | 302 | 256 | 76 | 0 | 12 | 104 | 30 | 63 | 64 | 62 |
Binary | 11000010 | 10101110 | 111110 | 0 | 1010 | 1000100 | 11000 | 110011 | 110100 | 110010 |
Color Harmonies of #C2AE3E
Complementary color
Monochromatic Colors of #C2AE3E
Black with #C2AE3E
Text Example
Text Example
White with #C2AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE3E; }
p { color: rgb(194,174,62); }
H1.HeaderClassName
{
color: #C2AE3E;
}
.AnyTagClassName
{
color: #C2AE3E;
}
</style>
background-color css
<style>
a { background-color: #C2AE3E; }
a { background-color: rgb(194,174,62); }
div.DivClassName
{
background-color: #C2AE3E;
}
.BgClassName
{
background-color: #C2AE3E;
}
</style>
border-color css
<style>
span { border-color: #C2AE3E; }
span { border-color: rgb(194,174,62); }
td.TdClassName
{
border-color: #C2AE3E;
}
.TagClassName
{
border-color: #C2AE3E;
}
</style>