Shades of Old Gold #C5AA3A
Tints of Old Gold #C5AA3A
RGB
CMYK
RGB Variations
Color information
#C5AA3A (or 0xC5AA3A) is known color: Old Gold. HEX triplet: C5, AA and 3A. RGB value is (197,170,58). Sum of RGB (Red+Green+Blue) = 197+170+58=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA3A is #3A55C5. Grayscale: #A5A5A5. Windows color (decimal): -3823046 or 3844805. OLE color: 3844805.
HSL color Cylindrical-coordinate representation of color #C5AA3A: hue angle of 48.35º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5AA3A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 58 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.23 |
| HSL | 48.35º | 0.55% | 0.5% | - |
| HSV(B) | 48.35º | 0.71% | 0.77% | - |
| XYZ | 38.16 | 40.93 | 9.89 | - |
| YUV | 165.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 58 | 0 | 0.14 | 0.71 | 0.23 | 48.35 | 0.55 | 0.5 |
| Hex | C5 | AA | 3A | 0 | E | 47 | 17 | 30 | 37 | 32 |
| Octal | 305 | 252 | 72 | 0 | 16 | 107 | 27 | 60 | 67 | 62 |
| Binary | 11000101 | 10101010 | 111010 | 0 | 1110 | 1000111 | 10111 | 110000 | 110111 | 110010 |
Color Harmonies of #C5AA3A
Complementary color
Monochromatic Colors of #C5AA3A
Black with #C5AA3A
Text Example
Text Example
White with #C5AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA3A; }
p { color: rgb(197,170,58); }
H1.HeaderClassName
{
color: #C5AA3A;
}
.AnyTagClassName
{
color: #C5AA3A;
}
</style>
background-color css
<style>
a { background-color: #C5AA3A; }
a { background-color: rgb(197,170,58); }
div.DivClassName
{
background-color: #C5AA3A;
}
.BgClassName
{
background-color: #C5AA3A;
}
</style>
border-color css
<style>
span { border-color: #C5AA3A; }
span { border-color: rgb(197,170,58); }
td.TdClassName
{
border-color: #C5AA3A;
}
.TagClassName
{
border-color: #C5AA3A;
}
</style>