Shades of Old Gold #C5AB31
Tints of Old Gold #C5AB31
RGB
CMYK
RGB Variations
Color information
#C5AB31 (or 0xC5AB31) is known color: Old Gold. HEX triplet: C5, AB and 31. RGB value is (197,171,49). Sum of RGB (Red+Green+Blue) = 197+171+49=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB31 is #3A54CE. Grayscale: #A5A5A5. Windows color (decimal): -3822799 or 3255237. OLE color: 3255237.
HSL color Cylindrical-coordinate representation of color #C5AB31: hue angle of 49.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5AB31 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 49 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.23 |
| HSL | 49.46º | 0.6% | 0.48% | - |
| HSV(B) | 49.46º | 0.75% | 0.77% | - |
| XYZ | 38.14 | 41.22 | 8.85 | - |
| YUV | 164.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 49 | 0 | 0.13 | 0.75 | 0.23 | 49.46 | 0.6 | 0.48 |
| Hex | C5 | AB | 31 | 0 | D | 4B | 17 | 31 | 3C | 30 |
| Octal | 305 | 253 | 61 | 0 | 15 | 113 | 27 | 61 | 74 | 60 |
| Binary | 11000101 | 10101011 | 110001 | 0 | 1101 | 1001011 | 10111 | 110001 | 111100 | 110000 |
Color Harmonies of #C5AB31
Complementary color
Monochromatic Colors of #C5AB31
Black with #C5AB31
Text Example
Text Example
White with #C5AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB31; }
p { color: rgb(197,171,49); }
H1.HeaderClassName
{
color: #C5AB31;
}
.AnyTagClassName
{
color: #C5AB31;
}
</style>
background-color css
<style>
a { background-color: #C5AB31; }
a { background-color: rgb(197,171,49); }
div.DivClassName
{
background-color: #C5AB31;
}
.BgClassName
{
background-color: #C5AB31;
}
</style>
border-color css
<style>
span { border-color: #C5AB31; }
span { border-color: rgb(197,171,49); }
td.TdClassName
{
border-color: #C5AB31;
}
.TagClassName
{
border-color: #C5AB31;
}
</style>