Shades of Old Gold #C5AB37
Tints of Old Gold #C5AB37
RGB
CMYK
RGB Variations
Color information
#C5AB37 (or 0xC5AB37) is known color: Old Gold. HEX triplet: C5, AB and 37. RGB value is (197,171,55). Sum of RGB (Red+Green+Blue) = 197+171+55=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB37 is #3A54C8. Grayscale: #A6A6A6. Windows color (decimal): -3822793 or 3648453. OLE color: 3648453.
HSL color Cylindrical-coordinate representation of color #C5AB37: hue angle of 49.01º 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 #C5AB37 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 55 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.23 |
| HSL | 49.01º | 0.56% | 0.49% | - |
| HSV(B) | 49.01º | 0.72% | 0.77% | - |
| XYZ | 38.28 | 41.27 | 9.56 | - |
| YUV | 165.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 55 | 0 | 0.13 | 0.72 | 0.23 | 49.01 | 0.56 | 0.49 |
| Hex | C5 | AB | 37 | 0 | D | 48 | 17 | 31 | 38 | 31 |
| Octal | 305 | 253 | 67 | 0 | 15 | 110 | 27 | 61 | 70 | 61 |
| Binary | 11000101 | 10101011 | 110111 | 0 | 1101 | 1001000 | 10111 | 110001 | 111000 | 110001 |
Color Harmonies of #C5AB37
Complementary color
Monochromatic Colors of #C5AB37
Black with #C5AB37
Text Example
Text Example
White with #C5AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB37; }
p { color: rgb(197,171,55); }
H1.HeaderClassName
{
color: #C5AB37;
}
.AnyTagClassName
{
color: #C5AB37;
}
</style>
background-color css
<style>
a { background-color: #C5AB37; }
a { background-color: rgb(197,171,55); }
div.DivClassName
{
background-color: #C5AB37;
}
.BgClassName
{
background-color: #C5AB37;
}
</style>
border-color css
<style>
span { border-color: #C5AB37; }
span { border-color: rgb(197,171,55); }
td.TdClassName
{
border-color: #C5AB37;
}
.TagClassName
{
border-color: #C5AB37;
}
</style>