Shades of Old Gold #C1AC37
Tints of Old Gold #C1AC37
RGB
CMYK
RGB Variations
Color information
#C1AC37 (or 0xC1AC37) is known color: Old Gold. HEX triplet: C1, AC and 37. RGB value is (193,172,55). Sum of RGB (Red+Green+Blue) = 193+172+55=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AC37 is #3E53C8. Grayscale: #A5A5A5. Windows color (decimal): -4084681 or 3648705. OLE color: 3648705.
HSL color Cylindrical-coordinate representation of color #C1AC37: hue angle of 50.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1AC37 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 55 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.24 |
| HSL | 50.87º | 0.56% | 0.49% | - |
| HSV(B) | 50.87º | 0.72% | 0.76% | - |
| XYZ | 37.43 | 41.12 | 9.58 | - |
| YUV | 164.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 55 | 0 | 0.11 | 0.72 | 0.24 | 50.87 | 0.56 | 0.49 |
| Hex | C1 | AC | 37 | 0 | B | 48 | 18 | 33 | 38 | 31 |
| Octal | 301 | 254 | 67 | 0 | 13 | 110 | 30 | 63 | 70 | 61 |
| Binary | 11000001 | 10101100 | 110111 | 0 | 1011 | 1001000 | 11000 | 110011 | 111000 | 110001 |
Color Harmonies of #C1AC37
Complementary color
Monochromatic Colors of #C1AC37
Black with #C1AC37
Text Example
Text Example
White with #C1AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC37; }
p { color: rgb(193,172,55); }
H1.HeaderClassName
{
color: #C1AC37;
}
.AnyTagClassName
{
color: #C1AC37;
}
</style>
background-color css
<style>
a { background-color: #C1AC37; }
a { background-color: rgb(193,172,55); }
div.DivClassName
{
background-color: #C1AC37;
}
.BgClassName
{
background-color: #C1AC37;
}
</style>
border-color css
<style>
span { border-color: #C1AC37; }
span { border-color: rgb(193,172,55); }
td.TdClassName
{
border-color: #C1AC37;
}
.TagClassName
{
border-color: #C1AC37;
}
</style>