Shades of Old Gold #C0AF34
Tints of Old Gold #C0AF34
RGB
CMYK
RGB Variations
Color information
#C0AF34 (or 0xC0AF34) is known color: Old Gold. HEX triplet: C0, AF and 34. RGB value is (192,175,52). Sum of RGB (Red+Green+Blue) = 192+175+52=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF34 is #3F50CB. Grayscale: #A6A6A6. Windows color (decimal): -4149452 or 3452864. OLE color: 3452864.
HSL color Cylindrical-coordinate representation of color #C0AF34: hue angle of 52.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0AF34 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 52 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.25 |
| HSL | 52.71º | 0.57% | 0.48% | - |
| HSV(B) | 52.71º | 0.73% | 0.75% | - |
| XYZ | 37.69 | 42.11 | 9.39 | - |
| YUV | 166.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 52 | 0 | 0.09 | 0.73 | 0.25 | 52.71 | 0.57 | 0.48 |
| Hex | C0 | AF | 34 | 0 | 9 | 49 | 19 | 35 | 39 | 30 |
| Octal | 300 | 257 | 64 | 0 | 11 | 111 | 31 | 65 | 71 | 60 |
| Binary | 11000000 | 10101111 | 110100 | 0 | 1001 | 1001001 | 11001 | 110101 | 111001 | 110000 |
Color Harmonies of #C0AF34
Complementary color
Monochromatic Colors of #C0AF34
Black with #C0AF34
Text Example
Text Example
White with #C0AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF34; }
p { color: rgb(192,175,52); }
H1.HeaderClassName
{
color: #C0AF34;
}
.AnyTagClassName
{
color: #C0AF34;
}
</style>
background-color css
<style>
a { background-color: #C0AF34; }
a { background-color: rgb(192,175,52); }
div.DivClassName
{
background-color: #C0AF34;
}
.BgClassName
{
background-color: #C0AF34;
}
</style>
border-color css
<style>
span { border-color: #C0AF34; }
span { border-color: rgb(192,175,52); }
td.TdClassName
{
border-color: #C0AF34;
}
.TagClassName
{
border-color: #C0AF34;
}
</style>