Shades of Old Gold #C5AA34
Tints of Old Gold #C5AA34
RGB
CMYK
RGB Variations
Color information
#C5AA34 (or 0xC5AA34) is known color: Old Gold. HEX triplet: C5, AA and 34. RGB value is (197,170,52). Sum of RGB (Red+Green+Blue) = 197+170+52=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA34 is #3A55CB. Grayscale: #A5A5A5. Windows color (decimal): -3823052 or 3451589. OLE color: 3451589.
HSL color Cylindrical-coordinate representation of color #C5AA34: hue angle of 48.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AA34 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 52 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.23 |
| HSL | 48.83º | 0.58% | 0.49% | - |
| HSV(B) | 48.83º | 0.74% | 0.77% | - |
| XYZ | 38.02 | 40.87 | 9.13 | - |
| YUV | 164.62 | 64.45 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 52 | 0 | 0.14 | 0.74 | 0.23 | 48.83 | 0.58 | 0.49 |
| Hex | C5 | AA | 34 | 0 | E | 4A | 17 | 31 | 3A | 31 |
| Octal | 305 | 252 | 64 | 0 | 16 | 112 | 27 | 61 | 72 | 61 |
| Binary | 11000101 | 10101010 | 110100 | 0 | 1110 | 1001010 | 10111 | 110001 | 111010 | 110001 |
Color Harmonies of #C5AA34
Complementary color
Monochromatic Colors of #C5AA34
Black with #C5AA34
Text Example
Text Example
White with #C5AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA34; }
p { color: rgb(197,170,52); }
H1.HeaderClassName
{
color: #C5AA34;
}
.AnyTagClassName
{
color: #C5AA34;
}
</style>
background-color css
<style>
a { background-color: #C5AA34; }
a { background-color: rgb(197,170,52); }
div.DivClassName
{
background-color: #C5AA34;
}
.BgClassName
{
background-color: #C5AA34;
}
</style>
border-color css
<style>
span { border-color: #C5AA34; }
span { border-color: rgb(197,170,52); }
td.TdClassName
{
border-color: #C5AA34;
}
.TagClassName
{
border-color: #C5AA34;
}
</style>