Shades of Old Gold #C5AC3A
Tints of Old Gold #C5AC3A
RGB
CMYK
RGB Variations
Color information
#C5AC3A (or 0xC5AC3A) is known color: Old Gold. HEX triplet: C5, AC and 3A. RGB value is (197,172,58). Sum of RGB (Red+Green+Blue) = 197+172+58=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC3A is #3A53C5. Grayscale: #A6A6A6. Windows color (decimal): -3822534 or 3845317. OLE color: 3845317.
HSL color Cylindrical-coordinate representation of color #C5AC3A: hue angle of 49.21º 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 #C5AC3A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 58 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.23 |
| HSL | 49.21º | 0.55% | 0.5% | - |
| HSV(B) | 49.21º | 0.71% | 0.77% | - |
| XYZ | 38.54 | 41.68 | 10.02 | - |
| YUV | 166.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 58 | 0 | 0.13 | 0.71 | 0.23 | 49.21 | 0.55 | 0.5 |
| Hex | C5 | AC | 3A | 0 | D | 47 | 17 | 31 | 37 | 32 |
| Octal | 305 | 254 | 72 | 0 | 15 | 107 | 27 | 61 | 67 | 62 |
| Binary | 11000101 | 10101100 | 111010 | 0 | 1101 | 1000111 | 10111 | 110001 | 110111 | 110010 |
Color Harmonies of #C5AC3A
Complementary color
Monochromatic Colors of #C5AC3A
Black with #C5AC3A
Text Example
Text Example
White with #C5AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC3A; }
p { color: rgb(197,172,58); }
H1.HeaderClassName
{
color: #C5AC3A;
}
.AnyTagClassName
{
color: #C5AC3A;
}
</style>
background-color css
<style>
a { background-color: #C5AC3A; }
a { background-color: rgb(197,172,58); }
div.DivClassName
{
background-color: #C5AC3A;
}
.BgClassName
{
background-color: #C5AC3A;
}
</style>
border-color css
<style>
span { border-color: #C5AC3A; }
span { border-color: rgb(197,172,58); }
td.TdClassName
{
border-color: #C5AC3A;
}
.TagClassName
{
border-color: #C5AC3A;
}
</style>