Shades of Old Gold #C8AC3A
Tints of Old Gold #C8AC3A
RGB
CMYK
RGB Variations
Color information
#C8AC3A (or 0xC8AC3A) is known color: Old Gold. HEX triplet: C8, AC and 3A. RGB value is (200,172,58). Sum of RGB (Red+Green+Blue) = 200+172+58=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC3A is #3753C5. Grayscale: #A7A7A7. Windows color (decimal): -3625926 or 3845320. OLE color: 3845320.
HSL color Cylindrical-coordinate representation of color #C8AC3A: hue angle of 48.17º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8AC3A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 58 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.22 |
| HSL | 48.17º | 0.56% | 0.51% | - |
| HSV(B) | 48.17º | 0.71% | 0.78% | - |
| XYZ | 39.34 | 42.09 | 10.05 | - |
| YUV | 167.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 58 | 0 | 0.14 | 0.71 | 0.22 | 48.17 | 0.56 | 0.51 |
| Hex | C8 | AC | 3A | 0 | E | 47 | 16 | 30 | 38 | 33 |
| Octal | 310 | 254 | 72 | 0 | 16 | 107 | 26 | 60 | 70 | 63 |
| Binary | 11001000 | 10101100 | 111010 | 0 | 1110 | 1000111 | 10110 | 110000 | 111000 | 110011 |
Color Harmonies of #C8AC3A
Complementary color
Monochromatic Colors of #C8AC3A
Black with #C8AC3A
Text Example
Text Example
White with #C8AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC3A; }
p { color: rgb(200,172,58); }
H1.HeaderClassName
{
color: #C8AC3A;
}
.AnyTagClassName
{
color: #C8AC3A;
}
</style>
background-color css
<style>
a { background-color: #C8AC3A; }
a { background-color: rgb(200,172,58); }
div.DivClassName
{
background-color: #C8AC3A;
}
.BgClassName
{
background-color: #C8AC3A;
}
</style>
border-color css
<style>
span { border-color: #C8AC3A; }
span { border-color: rgb(200,172,58); }
td.TdClassName
{
border-color: #C8AC3A;
}
.TagClassName
{
border-color: #C8AC3A;
}
</style>