Shades of Old Gold #C4AC3C
Tints of Old Gold #C4AC3C
RGB
CMYK
RGB Variations
Color information
#C4AC3C (or 0xC4AC3C) is known color: Old Gold. HEX triplet: C4, AC and 3C. RGB value is (196,172,60). Sum of RGB (Red+Green+Blue) = 196+172+60=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC3C is #3B53C3. Grayscale: #A6A6A6. Windows color (decimal): -3888068 or 3976388. OLE color: 3976388.
HSL color Cylindrical-coordinate representation of color #C4AC3C: hue angle of 49.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4AC3C is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 60 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.23 |
| HSL | 49.41º | 0.54% | 0.5% | - |
| HSV(B) | 49.41º | 0.69% | 0.77% | - |
| XYZ | 38.33 | 41.57 | 10.28 | - |
| YUV | 166.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 60 | 0 | 0.12 | 0.69 | 0.23 | 49.41 | 0.54 | 0.5 |
| Hex | C4 | AC | 3C | 0 | C | 45 | 17 | 31 | 36 | 32 |
| Octal | 304 | 254 | 74 | 0 | 14 | 105 | 27 | 61 | 66 | 62 |
| Binary | 11000100 | 10101100 | 111100 | 0 | 1100 | 1000101 | 10111 | 110001 | 110110 | 110010 |
Color Harmonies of #C4AC3C
Complementary color
Monochromatic Colors of #C4AC3C
Black with #C4AC3C
Text Example
Text Example
White with #C4AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC3C; }
p { color: rgb(196,172,60); }
H1.HeaderClassName
{
color: #C4AC3C;
}
.AnyTagClassName
{
color: #C4AC3C;
}
</style>
background-color css
<style>
a { background-color: #C4AC3C; }
a { background-color: rgb(196,172,60); }
div.DivClassName
{
background-color: #C4AC3C;
}
.BgClassName
{
background-color: #C4AC3C;
}
</style>
border-color css
<style>
span { border-color: #C4AC3C; }
span { border-color: rgb(196,172,60); }
td.TdClassName
{
border-color: #C4AC3C;
}
.TagClassName
{
border-color: #C4AC3C;
}
</style>