Shades of Old Gold #C4AB37
Tints of Old Gold #C4AB37
RGB
CMYK
RGB Variations
Color information
#C4AB37 (or 0xC4AB37) is known color: Old Gold. HEX triplet: C4, AB and 37. RGB value is (196,171,55). Sum of RGB (Red+Green+Blue) = 196+171+55=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB37 is #3B54C8. Grayscale: #A5A5A5. Windows color (decimal): -3888329 or 3648452. OLE color: 3648452.
HSL color Cylindrical-coordinate representation of color #C4AB37: hue angle of 49.36º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4AB37 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 55 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.23 |
| HSL | 49.36º | 0.56% | 0.49% | - |
| HSV(B) | 49.36º | 0.72% | 0.77% | - |
| XYZ | 38.02 | 41.14 | 9.55 | - |
| YUV | 165.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 55 | 0 | 0.13 | 0.72 | 0.23 | 49.36 | 0.56 | 0.49 |
| Hex | C4 | AB | 37 | 0 | D | 48 | 17 | 31 | 38 | 31 |
| Octal | 304 | 253 | 67 | 0 | 15 | 110 | 27 | 61 | 70 | 61 |
| Binary | 11000100 | 10101011 | 110111 | 0 | 1101 | 1001000 | 10111 | 110001 | 111000 | 110001 |
Color Harmonies of #C4AB37
Complementary color
Monochromatic Colors of #C4AB37
Black with #C4AB37
Text Example
Text Example
White with #C4AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB37; }
p { color: rgb(196,171,55); }
H1.HeaderClassName
{
color: #C4AB37;
}
.AnyTagClassName
{
color: #C4AB37;
}
</style>
background-color css
<style>
a { background-color: #C4AB37; }
a { background-color: rgb(196,171,55); }
div.DivClassName
{
background-color: #C4AB37;
}
.BgClassName
{
background-color: #C4AB37;
}
</style>
border-color css
<style>
span { border-color: #C4AB37; }
span { border-color: rgb(196,171,55); }
td.TdClassName
{
border-color: #C4AB37;
}
.TagClassName
{
border-color: #C4AB37;
}
</style>