Shades of Old Gold #C7AE32
Tints of Old Gold #C7AE32
RGB
CMYK
RGB Variations
Color information
#C7AE32 (or 0xC7AE32) is known color: Old Gold. HEX triplet: C7, AE and 32. RGB value is (199,174,50). Sum of RGB (Red+Green+Blue) = 199+174+50=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AE32 is #3851CD. Grayscale: #A7A7A7. Windows color (decimal): -3690958 or 3321543. OLE color: 3321543.
HSL color Cylindrical-coordinate representation of color #C7AE32: hue angle of 49.93º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7AE32 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 174 | 50 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.22 |
| HSL | 49.93º | 0.6% | 0.49% | - |
| HSV(B) | 49.93º | 0.75% | 0.78% | - |
| XYZ | 39.26 | 42.64 | 9.18 | - |
| YUV | 167.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 50 | 0 | 0.13 | 0.75 | 0.22 | 49.93 | 0.6 | 0.49 |
| Hex | C7 | AE | 32 | 0 | D | 4B | 16 | 32 | 3C | 31 |
| Octal | 307 | 256 | 62 | 0 | 15 | 113 | 26 | 62 | 74 | 61 |
| Binary | 11000111 | 10101110 | 110010 | 0 | 1101 | 1001011 | 10110 | 110010 | 111100 | 110001 |
Color Harmonies of #C7AE32
Complementary color
Monochromatic Colors of #C7AE32
Black with #C7AE32
Text Example
Text Example
White with #C7AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AE32; }
p { color: rgb(199,174,50); }
H1.HeaderClassName
{
color: #C7AE32;
}
.AnyTagClassName
{
color: #C7AE32;
}
</style>
background-color css
<style>
a { background-color: #C7AE32; }
a { background-color: rgb(199,174,50); }
div.DivClassName
{
background-color: #C7AE32;
}
.BgClassName
{
background-color: #C7AE32;
}
</style>
border-color css
<style>
span { border-color: #C7AE32; }
span { border-color: rgb(199,174,50); }
td.TdClassName
{
border-color: #C7AE32;
}
.TagClassName
{
border-color: #C7AE32;
}
</style>