Shades of Old Gold #C5AF41
Tints of Old Gold #C5AF41
RGB
CMYK
RGB Variations
Color information
#C5AF41 (or 0xC5AF41) is known color: Old Gold. HEX triplet: C5, AF and 41. RGB value is (197,175,65). Sum of RGB (Red+Green+Blue) = 197+175+65=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF41 is #3A50BE. Grayscale: #A9A9A9. Windows color (decimal): -3821759 or 4304837. OLE color: 4304837.
HSL color Cylindrical-coordinate representation of color #C5AF41: hue angle of 50º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5AF41 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 65 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.23 |
| HSL | 50º | 0.53% | 0.51% | - |
| HSV(B) | 50º | 0.67% | 0.77% | - |
| XYZ | 39.31 | 42.91 | 11.21 | - |
| YUV | 169.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 65 | 0 | 0.11 | 0.67 | 0.23 | 50 | 0.53 | 0.51 |
| Hex | C5 | AF | 41 | 0 | B | 43 | 17 | 32 | 35 | 33 |
| Octal | 305 | 257 | 101 | 0 | 13 | 103 | 27 | 62 | 65 | 63 |
| Binary | 11000101 | 10101111 | 1000001 | 0 | 1011 | 1000011 | 10111 | 110010 | 110101 | 110011 |
Color Harmonies of #C5AF41
Complementary color
Monochromatic Colors of #C5AF41
Black with #C5AF41
Text Example
Text Example
White with #C5AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF41; }
p { color: rgb(197,175,65); }
H1.HeaderClassName
{
color: #C5AF41;
}
.AnyTagClassName
{
color: #C5AF41;
}
</style>
background-color css
<style>
a { background-color: #C5AF41; }
a { background-color: rgb(197,175,65); }
div.DivClassName
{
background-color: #C5AF41;
}
.BgClassName
{
background-color: #C5AF41;
}
</style>
border-color css
<style>
span { border-color: #C5AF41; }
span { border-color: rgb(197,175,65); }
td.TdClassName
{
border-color: #C5AF41;
}
.TagClassName
{
border-color: #C5AF41;
}
</style>