Shades of Old Gold #C5AF31
Tints of Old Gold #C5AF31
RGB
CMYK
RGB Variations
Color information
#C5AF31 (or 0xC5AF31) is known color: Old Gold. HEX triplet: C5, AF and 31. RGB value is (197,175,49). Sum of RGB (Red+Green+Blue) = 197+175+49=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF31 is #3A50CE. Grayscale: #A7A7A7. Windows color (decimal): -3821775 or 3256261. OLE color: 3256261.
HSL color Cylindrical-coordinate representation of color #C5AF31: hue angle of 51.08º 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 #C5AF31 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 49 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.23 |
| HSL | 51.08º | 0.6% | 0.48% | - |
| HSV(B) | 51.08º | 0.75% | 0.77% | - |
| XYZ | 38.91 | 42.75 | 9.11 | - |
| YUV | 167.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 49 | 0 | 0.11 | 0.75 | 0.23 | 51.08 | 0.6 | 0.48 |
| Hex | C5 | AF | 31 | 0 | B | 4B | 17 | 33 | 3C | 30 |
| Octal | 305 | 257 | 61 | 0 | 13 | 113 | 27 | 63 | 74 | 60 |
| Binary | 11000101 | 10101111 | 110001 | 0 | 1011 | 1001011 | 10111 | 110011 | 111100 | 110000 |
Color Harmonies of #C5AF31
Complementary color
Monochromatic Colors of #C5AF31
Black with #C5AF31
Text Example
Text Example
White with #C5AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF31; }
p { color: rgb(197,175,49); }
H1.HeaderClassName
{
color: #C5AF31;
}
.AnyTagClassName
{
color: #C5AF31;
}
</style>
background-color css
<style>
a { background-color: #C5AF31; }
a { background-color: rgb(197,175,49); }
div.DivClassName
{
background-color: #C5AF31;
}
.BgClassName
{
background-color: #C5AF31;
}
</style>
border-color css
<style>
span { border-color: #C5AF31; }
span { border-color: rgb(197,175,49); }
td.TdClassName
{
border-color: #C5AF31;
}
.TagClassName
{
border-color: #C5AF31;
}
</style>