Shades of Metallic Gold #C5AC2E
Tints of Metallic Gold #C5AC2E
RGB
CMYK
RGB Variations
Color information
#C5AC2E (or 0xC5AC2E) is known color: Metallic Gold. HEX triplet: C5, AC and 2E. RGB value is (197,172,46). Sum of RGB (Red+Green+Blue) = 197+172+46=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC2E is #3A53D1. Grayscale: #A5A5A5. Windows color (decimal): -3822546 or 3058885. OLE color: 3058885.
HSL color Cylindrical-coordinate representation of color #C5AC2E: hue angle of 50.07º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5AC2E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 46 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.23 |
| HSL | 50.07º | 0.62% | 0.48% | - |
| HSV(B) | 50.07º | 0.77% | 0.77% | - |
| XYZ | 38.27 | 41.57 | 8.59 | - |
| YUV | 165.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 46 | 0 | 0.13 | 0.77 | 0.23 | 50.07 | 0.62 | 0.48 |
| Hex | C5 | AC | 2E | 0 | D | 4D | 17 | 32 | 3E | 30 |
| Octal | 305 | 254 | 56 | 0 | 15 | 115 | 27 | 62 | 76 | 60 |
| Binary | 11000101 | 10101100 | 101110 | 0 | 1101 | 1001101 | 10111 | 110010 | 111110 | 110000 |
Color Harmonies of #C5AC2E
Complementary color
Monochromatic Colors of #C5AC2E
Black with #C5AC2E
Text Example
Text Example
White with #C5AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC2E; }
p { color: rgb(197,172,46); }
H1.HeaderClassName
{
color: #C5AC2E;
}
.AnyTagClassName
{
color: #C5AC2E;
}
</style>
background-color css
<style>
a { background-color: #C5AC2E; }
a { background-color: rgb(197,172,46); }
div.DivClassName
{
background-color: #C5AC2E;
}
.BgClassName
{
background-color: #C5AC2E;
}
</style>
border-color css
<style>
span { border-color: #C5AC2E; }
span { border-color: rgb(197,172,46); }
td.TdClassName
{
border-color: #C5AC2E;
}
.TagClassName
{
border-color: #C5AC2E;
}
</style>