Shades of Old Gold #C1AF33
Tints of Old Gold #C1AF33
RGB
CMYK
RGB Variations
Color information
#C1AF33 (or 0xC1AF33) is known color: Old Gold. HEX triplet: C1, AF and 33. RGB value is (193,175,51). Sum of RGB (Red+Green+Blue) = 193+175+51=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF33 is #3E50CC. Grayscale: #A6A6A6. Windows color (decimal): -4083917 or 3387329. OLE color: 3387329.
HSL color Cylindrical-coordinate representation of color #C1AF33: hue angle of 52.39º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1AF33 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 51 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.24 |
| HSL | 52.39º | 0.58% | 0.48% | - |
| HSV(B) | 52.39º | 0.74% | 0.76% | - |
| XYZ | 37.92 | 42.24 | 9.29 | - |
| YUV | 166.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 51 | 0 | 0.09 | 0.74 | 0.24 | 52.39 | 0.58 | 0.48 |
| Hex | C1 | AF | 33 | 0 | 9 | 4A | 18 | 34 | 3A | 30 |
| Octal | 301 | 257 | 63 | 0 | 11 | 112 | 30 | 64 | 72 | 60 |
| Binary | 11000001 | 10101111 | 110011 | 0 | 1001 | 1001010 | 11000 | 110100 | 111010 | 110000 |
Color Harmonies of #C1AF33
Complementary color
Monochromatic Colors of #C1AF33
Black with #C1AF33
Text Example
Text Example
White with #C1AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF33; }
p { color: rgb(193,175,51); }
H1.HeaderClassName
{
color: #C1AF33;
}
.AnyTagClassName
{
color: #C1AF33;
}
</style>
background-color css
<style>
a { background-color: #C1AF33; }
a { background-color: rgb(193,175,51); }
div.DivClassName
{
background-color: #C1AF33;
}
.BgClassName
{
background-color: #C1AF33;
}
</style>
border-color css
<style>
span { border-color: #C1AF33; }
span { border-color: rgb(193,175,51); }
td.TdClassName
{
border-color: #C1AF33;
}
.TagClassName
{
border-color: #C1AF33;
}
</style>