Shades of Old Gold #C4AF34
Tints of Old Gold #C4AF34
RGB
CMYK
RGB Variations
Color information
#C4AF34 (or 0xC4AF34) is known color: Old Gold. HEX triplet: C4, AF and 34. RGB value is (196,175,52). Sum of RGB (Red+Green+Blue) = 196+175+52=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF34 is #3B50CB. Grayscale: #A7A7A7. Windows color (decimal): -3887308 or 3452868. OLE color: 3452868.
HSL color Cylindrical-coordinate representation of color #C4AF34: hue angle of 51.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4AF34 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 52 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.23 |
| HSL | 51.25º | 0.58% | 0.49% | - |
| HSV(B) | 51.25º | 0.73% | 0.77% | - |
| XYZ | 38.71 | 42.64 | 9.44 | - |
| YUV | 167.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 52 | 0 | 0.11 | 0.73 | 0.23 | 51.25 | 0.58 | 0.49 |
| Hex | C4 | AF | 34 | 0 | B | 49 | 17 | 33 | 3A | 31 |
| Octal | 304 | 257 | 64 | 0 | 13 | 111 | 27 | 63 | 72 | 61 |
| Binary | 11000100 | 10101111 | 110100 | 0 | 1011 | 1001001 | 10111 | 110011 | 111010 | 110001 |
Color Harmonies of #C4AF34
Complementary color
Monochromatic Colors of #C4AF34
Black with #C4AF34
Text Example
Text Example
White with #C4AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF34; }
p { color: rgb(196,175,52); }
H1.HeaderClassName
{
color: #C4AF34;
}
.AnyTagClassName
{
color: #C4AF34;
}
</style>
background-color css
<style>
a { background-color: #C4AF34; }
a { background-color: rgb(196,175,52); }
div.DivClassName
{
background-color: #C4AF34;
}
.BgClassName
{
background-color: #C4AF34;
}
</style>
border-color css
<style>
span { border-color: #C4AF34; }
span { border-color: rgb(196,175,52); }
td.TdClassName
{
border-color: #C4AF34;
}
.TagClassName
{
border-color: #C4AF34;
}
</style>