Shades of Old Gold #C2AF31
Tints of Old Gold #C2AF31
RGB
CMYK
RGB Variations
Color information
#C2AF31 (or 0xC2AF31) is known color: Old Gold. HEX triplet: C2, AF and 31. RGB value is (194,175,49). Sum of RGB (Red+Green+Blue) = 194+175+49=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF31 is #3D50CE. Grayscale: #A6A6A6. Windows color (decimal): -4018383 or 3256258. OLE color: 3256258.
HSL color Cylindrical-coordinate representation of color #C2AF31: hue angle of 52.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AF31 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 49 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.24 |
| HSL | 52.14º | 0.6% | 0.48% | - |
| HSV(B) | 52.14º | 0.75% | 0.76% | - |
| XYZ | 38.13 | 42.35 | 9.07 | - |
| YUV | 166.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 49 | 0 | 0.10 | 0.75 | 0.24 | 52.14 | 0.6 | 0.48 |
| Hex | C2 | AF | 31 | 0 | A | 4B | 18 | 34 | 3C | 30 |
| Octal | 302 | 257 | 61 | 0 | 12 | 113 | 30 | 64 | 74 | 60 |
| Binary | 11000010 | 10101111 | 110001 | 0 | 1010 | 1001011 | 11000 | 110100 | 111100 | 110000 |
Color Harmonies of #C2AF31
Complementary color
Monochromatic Colors of #C2AF31
Black with #C2AF31
Text Example
Text Example
White with #C2AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF31; }
p { color: rgb(194,175,49); }
H1.HeaderClassName
{
color: #C2AF31;
}
.AnyTagClassName
{
color: #C2AF31;
}
</style>
background-color css
<style>
a { background-color: #C2AF31; }
a { background-color: rgb(194,175,49); }
div.DivClassName
{
background-color: #C2AF31;
}
.BgClassName
{
background-color: #C2AF31;
}
</style>
border-color css
<style>
span { border-color: #C2AF31; }
span { border-color: rgb(194,175,49); }
td.TdClassName
{
border-color: #C2AF31;
}
.TagClassName
{
border-color: #C2AF31;
}
</style>