Shades of Old Gold #C4AB3A
Tints of Old Gold #C4AB3A
RGB
CMYK
RGB Variations
Color information
#C4AB3A (or 0xC4AB3A) is known color: Old Gold. HEX triplet: C4, AB and 3A. RGB value is (196,171,58). Sum of RGB (Red+Green+Blue) = 196+171+58=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB3A is #3B54C5. Grayscale: #A6A6A6. Windows color (decimal): -3888326 or 3845060. OLE color: 3845060.
HSL color Cylindrical-coordinate representation of color #C4AB3A: hue angle of 49.13º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4AB3A is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 58 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.23 |
| HSL | 49.13º | 0.54% | 0.5% | - |
| HSV(B) | 49.13º | 0.7% | 0.77% | - |
| XYZ | 38.09 | 41.17 | 9.94 | - |
| YUV | 165.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 58 | 0 | 0.13 | 0.70 | 0.23 | 49.13 | 0.54 | 0.5 |
| Hex | C4 | AB | 3A | 0 | D | 46 | 17 | 31 | 36 | 32 |
| Octal | 304 | 253 | 72 | 0 | 15 | 106 | 27 | 61 | 66 | 62 |
| Binary | 11000100 | 10101011 | 111010 | 0 | 1101 | 1000110 | 10111 | 110001 | 110110 | 110010 |
Color Harmonies of #C4AB3A
Complementary color
Monochromatic Colors of #C4AB3A
Black with #C4AB3A
Text Example
Text Example
White with #C4AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB3A; }
p { color: rgb(196,171,58); }
H1.HeaderClassName
{
color: #C4AB3A;
}
.AnyTagClassName
{
color: #C4AB3A;
}
</style>
background-color css
<style>
a { background-color: #C4AB3A; }
a { background-color: rgb(196,171,58); }
div.DivClassName
{
background-color: #C4AB3A;
}
.BgClassName
{
background-color: #C4AB3A;
}
</style>
border-color css
<style>
span { border-color: #C4AB3A; }
span { border-color: rgb(196,171,58); }
td.TdClassName
{
border-color: #C4AB3A;
}
.TagClassName
{
border-color: #C4AB3A;
}
</style>