Shades of Old Gold #C4AF37
Tints of Old Gold #C4AF37
RGB
CMYK
RGB Variations
Color information
#C4AF37 (or 0xC4AF37) is known color: Old Gold. HEX triplet: C4, AF and 37. RGB value is (196,175,55). Sum of RGB (Red+Green+Blue) = 196+175+55=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF37 is #3B50C8. Grayscale: #A8A8A8. Windows color (decimal): -3887305 or 3649476. OLE color: 3649476.
HSL color Cylindrical-coordinate representation of color #C4AF37: hue angle of 51.06º 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 #C4AF37 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 55 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.23 |
| HSL | 51.06º | 0.56% | 0.49% | - |
| HSV(B) | 51.06º | 0.72% | 0.77% | - |
| XYZ | 38.78 | 42.67 | 9.81 | - |
| YUV | 167.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 55 | 0 | 0.11 | 0.72 | 0.23 | 51.06 | 0.56 | 0.49 |
| Hex | C4 | AF | 37 | 0 | B | 48 | 17 | 33 | 38 | 31 |
| Octal | 304 | 257 | 67 | 0 | 13 | 110 | 27 | 63 | 70 | 61 |
| Binary | 11000100 | 10101111 | 110111 | 0 | 1011 | 1001000 | 10111 | 110011 | 111000 | 110001 |
Color Harmonies of #C4AF37
Complementary color
Monochromatic Colors of #C4AF37
Black with #C4AF37
Text Example
Text Example
White with #C4AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF37; }
p { color: rgb(196,175,55); }
H1.HeaderClassName
{
color: #C4AF37;
}
.AnyTagClassName
{
color: #C4AF37;
}
</style>
background-color css
<style>
a { background-color: #C4AF37; }
a { background-color: rgb(196,175,55); }
div.DivClassName
{
background-color: #C4AF37;
}
.BgClassName
{
background-color: #C4AF37;
}
</style>
border-color css
<style>
span { border-color: #C4AF37; }
span { border-color: rgb(196,175,55); }
td.TdClassName
{
border-color: #C4AF37;
}
.TagClassName
{
border-color: #C4AF37;
}
</style>