Shades of Old Gold #C1AE38
Tints of Old Gold #C1AE38
RGB
CMYK
RGB Variations
Color information
#C1AE38 (or 0xC1AE38) is known color: Old Gold. HEX triplet: C1, AE and 38. RGB value is (193,174,56). Sum of RGB (Red+Green+Blue) = 193+174+56=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AE38 is #3E51C7. Grayscale: #A6A6A6. Windows color (decimal): -4084168 or 3714753. OLE color: 3714753.
HSL color Cylindrical-coordinate representation of color #C1AE38: hue angle of 51.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1AE38 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 56 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.24 |
| HSL | 51.68º | 0.55% | 0.49% | - |
| HSV(B) | 51.68º | 0.71% | 0.76% | - |
| XYZ | 37.84 | 41.9 | 9.83 | - |
| YUV | 166.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 56 | 0 | 0.10 | 0.71 | 0.24 | 51.68 | 0.55 | 0.49 |
| Hex | C1 | AE | 38 | 0 | A | 47 | 18 | 34 | 37 | 31 |
| Octal | 301 | 256 | 70 | 0 | 12 | 107 | 30 | 64 | 67 | 61 |
| Binary | 11000001 | 10101110 | 111000 | 0 | 1010 | 1000111 | 11000 | 110100 | 110111 | 110001 |
Color Harmonies of #C1AE38
Complementary color
Monochromatic Colors of #C1AE38
Black with #C1AE38
Text Example
Text Example
White with #C1AE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AE38; }
p { color: rgb(193,174,56); }
H1.HeaderClassName
{
color: #C1AE38;
}
.AnyTagClassName
{
color: #C1AE38;
}
</style>
background-color css
<style>
a { background-color: #C1AE38; }
a { background-color: rgb(193,174,56); }
div.DivClassName
{
background-color: #C1AE38;
}
.BgClassName
{
background-color: #C1AE38;
}
</style>
border-color css
<style>
span { border-color: #C1AE38; }
span { border-color: rgb(193,174,56); }
td.TdClassName
{
border-color: #C1AE38;
}
.TagClassName
{
border-color: #C1AE38;
}
</style>