Shades of Old Gold #C5AC33
Tints of Old Gold #C5AC33
RGB
CMYK
RGB Variations
Color information
#C5AC33 (or 0xC5AC33) is known color: Old Gold. HEX triplet: C5, AC and 33. RGB value is (197,172,51). Sum of RGB (Red+Green+Blue) = 197+172+51=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC33 is #3A53CC. Grayscale: #A6A6A6. Windows color (decimal): -3822541 or 3386565. OLE color: 3386565.
HSL color Cylindrical-coordinate representation of color #C5AC33: hue angle of 49.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AC33 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 51 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.23 |
| HSL | 49.73º | 0.59% | 0.49% | - |
| HSV(B) | 49.73º | 0.74% | 0.77% | - |
| XYZ | 38.38 | 41.61 | 9.14 | - |
| YUV | 165.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 51 | 0 | 0.13 | 0.74 | 0.23 | 49.73 | 0.59 | 0.49 |
| Hex | C5 | AC | 33 | 0 | D | 4A | 17 | 32 | 3B | 31 |
| Octal | 305 | 254 | 63 | 0 | 15 | 112 | 27 | 62 | 73 | 61 |
| Binary | 11000101 | 10101100 | 110011 | 0 | 1101 | 1001010 | 10111 | 110010 | 111011 | 110001 |
Color Harmonies of #C5AC33
Complementary color
Monochromatic Colors of #C5AC33
Black with #C5AC33
Text Example
Text Example
White with #C5AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC33; }
p { color: rgb(197,172,51); }
H1.HeaderClassName
{
color: #C5AC33;
}
.AnyTagClassName
{
color: #C5AC33;
}
</style>
background-color css
<style>
a { background-color: #C5AC33; }
a { background-color: rgb(197,172,51); }
div.DivClassName
{
background-color: #C5AC33;
}
.BgClassName
{
background-color: #C5AC33;
}
</style>
border-color css
<style>
span { border-color: #C5AC33; }
span { border-color: rgb(197,172,51); }
td.TdClassName
{
border-color: #C5AC33;
}
.TagClassName
{
border-color: #C5AC33;
}
</style>