#C5AC39

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

Shades of Old Gold #C5AC39

Tints of Old Gold #C5AC39

Color information

#C5AC39 (or 0xC5AC39) is unknown color: approx Old Gold. HEX triplet: C5, AC and 39. RGB value is (197,172,57). Sum of RGB (Red+Green+Blue) = 197+172+57=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC39 is #3A53C6. Grayscale: #A6A6A6. Windows color (decimal): -3822535 or 3779781. OLE color: 3779781.

HSL color Cylindrical-coordinate representation of color #C5AC39: hue angle of 49.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5AC39 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19717257-
CMYK00.130.710.23
HSL49.29º55.12%49.8%-
HSV(B)49.29º71.07%77.25%-
XYZ38.5241.679.88-
YUV166.3666.28149.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 57 (22.66% from 255) = 13.38%
R=46.24%
G=40.38%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971725700.130.710.2349.2955.1249.8
HexC5AC390D4717313732
Octal3052547101510727616762
Binary110001011010110011100101101100011110111110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC39; }

 p { color: rgb(197,172,57); }

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

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

 a { background-color: rgb(197,172,57); }

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

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

 span { border-color: rgb(197,172,57); }

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