Shades of Old Gold #C5AA38
Tints of Old Gold #C5AA38
RGB
CMYK
RGB Variations
Color information
#C5AA38 (or 0xC5AA38) is known color: Old Gold. HEX triplet: C5, AA and 38. RGB value is (197,170,56). Sum of RGB (Red+Green+Blue) = 197+170+56=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA38 is #3A55C7. Grayscale: #A5A5A5. Windows color (decimal): -3823048 or 3713733. OLE color: 3713733.
HSL color Cylindrical-coordinate representation of color #C5AA38: hue angle of 48.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5AA38 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 56 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.23 |
| HSL | 48.51º | 0.56% | 0.5% | - |
| HSV(B) | 48.51º | 0.72% | 0.77% | - |
| XYZ | 38.11 | 40.91 | 9.63 | - |
| YUV | 165.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 56 | 0 | 0.14 | 0.72 | 0.23 | 48.51 | 0.56 | 0.5 |
| Hex | C5 | AA | 38 | 0 | E | 48 | 17 | 31 | 38 | 32 |
| Octal | 305 | 252 | 70 | 0 | 16 | 110 | 27 | 61 | 70 | 62 |
| Binary | 11000101 | 10101010 | 111000 | 0 | 1110 | 1001000 | 10111 | 110001 | 111000 | 110010 |
Color Harmonies of #C5AA38
Complementary color
Monochromatic Colors of #C5AA38
Black with #C5AA38
Text Example
Text Example
White with #C5AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA38; }
p { color: rgb(197,170,56); }
H1.HeaderClassName
{
color: #C5AA38;
}
.AnyTagClassName
{
color: #C5AA38;
}
</style>
background-color css
<style>
a { background-color: #C5AA38; }
a { background-color: rgb(197,170,56); }
div.DivClassName
{
background-color: #C5AA38;
}
.BgClassName
{
background-color: #C5AA38;
}
</style>
border-color css
<style>
span { border-color: #C5AA38; }
span { border-color: rgb(197,170,56); }
td.TdClassName
{
border-color: #C5AA38;
}
.TagClassName
{
border-color: #C5AA38;
}
</style>