Shades of Old Gold #C4AC3E
Tints of Old Gold #C4AC3E
RGB
CMYK
RGB Variations
Color information
#C4AC3E (or 0xC4AC3E) is known color: Old Gold. HEX triplet: C4, AC and 3E. RGB value is (196,172,62). Sum of RGB (Red+Green+Blue) = 196+172+62=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC3E is #3B53C1. Grayscale: #A7A7A7. Windows color (decimal): -3888066 or 4107460. OLE color: 4107460.
HSL color Cylindrical-coordinate representation of color #C4AC3E: hue angle of 49.25º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4AC3E is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 62 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.23 |
| HSL | 49.25º | 0.53% | 0.51% | - |
| HSV(B) | 49.25º | 0.68% | 0.77% | - |
| XYZ | 38.39 | 41.59 | 10.56 | - |
| YUV | 166.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 62 | 0 | 0.12 | 0.68 | 0.23 | 49.25 | 0.53 | 0.51 |
| Hex | C4 | AC | 3E | 0 | C | 44 | 17 | 31 | 35 | 33 |
| Octal | 304 | 254 | 76 | 0 | 14 | 104 | 27 | 61 | 65 | 63 |
| Binary | 11000100 | 10101100 | 111110 | 0 | 1100 | 1000100 | 10111 | 110001 | 110101 | 110011 |
Color Harmonies of #C4AC3E
Complementary color
Monochromatic Colors of #C4AC3E
Black with #C4AC3E
Text Example
Text Example
White with #C4AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC3E; }
p { color: rgb(196,172,62); }
H1.HeaderClassName
{
color: #C4AC3E;
}
.AnyTagClassName
{
color: #C4AC3E;
}
</style>
background-color css
<style>
a { background-color: #C4AC3E; }
a { background-color: rgb(196,172,62); }
div.DivClassName
{
background-color: #C4AC3E;
}
.BgClassName
{
background-color: #C4AC3E;
}
</style>
border-color css
<style>
span { border-color: #C4AC3E; }
span { border-color: rgb(196,172,62); }
td.TdClassName
{
border-color: #C4AC3E;
}
.TagClassName
{
border-color: #C4AC3E;
}
</style>