Shades of Old Gold #C5AC31
Tints of Old Gold #C5AC31
RGB
CMYK
RGB Variations
Color information
#C5AC31 (or 0xC5AC31) is known color: Old Gold. HEX triplet: C5, AC and 31. RGB value is (197,172,49). Sum of RGB (Red+Green+Blue) = 197+172+49=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC31 is #3A53CE. Grayscale: #A5A5A5. Windows color (decimal): -3822543 or 3255493. OLE color: 3255493.
HSL color Cylindrical-coordinate representation of color #C5AC31: hue angle of 49.86º 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 #C5AC31 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 49 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.23 |
| HSL | 49.86º | 0.6% | 0.48% | - |
| HSV(B) | 49.86º | 0.75% | 0.77% | - |
| XYZ | 38.33 | 41.6 | 8.91 | - |
| YUV | 165.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 49 | 0 | 0.13 | 0.75 | 0.23 | 49.86 | 0.6 | 0.48 |
| Hex | C5 | AC | 31 | 0 | D | 4B | 17 | 32 | 3C | 30 |
| Octal | 305 | 254 | 61 | 0 | 15 | 113 | 27 | 62 | 74 | 60 |
| Binary | 11000101 | 10101100 | 110001 | 0 | 1101 | 1001011 | 10111 | 110010 | 111100 | 110000 |
Color Harmonies of #C5AC31
Complementary color
Monochromatic Colors of #C5AC31
Black with #C5AC31
Text Example
Text Example
White with #C5AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC31; }
p { color: rgb(197,172,49); }
H1.HeaderClassName
{
color: #C5AC31;
}
.AnyTagClassName
{
color: #C5AC31;
}
</style>
background-color css
<style>
a { background-color: #C5AC31; }
a { background-color: rgb(197,172,49); }
div.DivClassName
{
background-color: #C5AC31;
}
.BgClassName
{
background-color: #C5AC31;
}
</style>
border-color css
<style>
span { border-color: #C5AC31; }
span { border-color: rgb(197,172,49); }
td.TdClassName
{
border-color: #C5AC31;
}
.TagClassName
{
border-color: #C5AC31;
}
</style>