Shades of Old Gold #C4AB3E
Tints of Old Gold #C4AB3E
RGB
CMYK
RGB Variations
Color information
#C4AB3E (or 0xC4AB3E) is known color: Old Gold. HEX triplet: C4, AB and 3E. RGB value is (196,171,62). Sum of RGB (Red+Green+Blue) = 196+171+62=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB3E is #3B54C1. Grayscale: #A6A6A6. Windows color (decimal): -3888322 or 4107204. OLE color: 4107204.
HSL color Cylindrical-coordinate representation of color #C4AB3E: hue angle of 48.81º 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 #C4AB3E is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 62 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.23 |
| HSL | 48.81º | 0.53% | 0.51% | - |
| HSV(B) | 48.81º | 0.68% | 0.77% | - |
| XYZ | 38.2 | 41.21 | 10.5 | - |
| YUV | 166.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 62 | 0 | 0.13 | 0.68 | 0.23 | 48.81 | 0.53 | 0.51 |
| Hex | C4 | AB | 3E | 0 | D | 44 | 17 | 31 | 35 | 33 |
| Octal | 304 | 253 | 76 | 0 | 15 | 104 | 27 | 61 | 65 | 63 |
| Binary | 11000100 | 10101011 | 111110 | 0 | 1101 | 1000100 | 10111 | 110001 | 110101 | 110011 |
Color Harmonies of #C4AB3E
Complementary color
Monochromatic Colors of #C4AB3E
Black with #C4AB3E
Text Example
Text Example
White with #C4AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB3E; }
p { color: rgb(196,171,62); }
H1.HeaderClassName
{
color: #C4AB3E;
}
.AnyTagClassName
{
color: #C4AB3E;
}
</style>
background-color css
<style>
a { background-color: #C4AB3E; }
a { background-color: rgb(196,171,62); }
div.DivClassName
{
background-color: #C4AB3E;
}
.BgClassName
{
background-color: #C4AB3E;
}
</style>
border-color css
<style>
span { border-color: #C4AB3E; }
span { border-color: rgb(196,171,62); }
td.TdClassName
{
border-color: #C4AB3E;
}
.TagClassName
{
border-color: #C4AB3E;
}
</style>