#C5AD37

Color #C5AD37 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C5AD37

Tints of Old Gold #C5AD37

Color information

#C5AD37 (or 0xC5AD37) is unknown color: approx Old Gold. HEX triplet: C5, AD and 37. RGB value is (197,173,55). Sum of RGB (Red+Green+Blue) = 197+173+55=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD37 is #3A52C8. Grayscale: #A7A7A7. Windows color (decimal): -3822281 or 3648965. OLE color: 3648965.

HSL color Cylindrical-coordinate representation of color #C5AD37: hue angle of 49.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5AD37 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19717355-
CMYK00.120.720.23
HSL49.86º56.35%49.41%-
HSV(B)49.86º72.08%77.25%-
XYZ38.6642.039.69-
YUV166.7264.95149.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=46.35%
G=40.71%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971735500.120.720.2349.8656.3549.41
HexC5AD370C4817323831
Octal3052556701411027627061
Binary110001011010110111011101100100100010111110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AD37; }

 p { color: rgb(197,173,55); }

 H1.HeaderClassName
 {
   color: #C5AD37;
 }
 .AnyTagClassName
 {
   color: #C5AD37;
 }
</style>
background-color css

<style>
 a { background-color: #C5AD37; }

 a { background-color: rgb(197,173,55); }

 div.DivClassName
 {
   background-color: #C5AD37;
 }
 .BgClassName
 {
   background-color: #C5AD37;
 }
</style>
border-color css

<style>
 span { border-color: #C5AD37; }

 span { border-color: rgb(197,173,55); }

 td.TdClassName
 {
   border-color: #C5AD37;
 }
 .TagClassName
 {
   border-color: #C5AD37;
 }
</style>