#A0A49D

Color #A0A49D Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #A0A49D

Tints of Silver Chalice #A0A49D

Color information

#A0A49D (or 0xA0A49D) is unknown color: approx Silver Chalice. HEX triplet: A0, A4 and 9D. RGB value is (160,164,157). Sum of RGB (Red+Green+Blue) = 160+164+157=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A49D is #5F5B62. Grayscale: #A2A2A2. Windows color (decimal): -6249315 or 10331296. OLE color: 10331296.

HSL color Cylindrical-coordinate representation of color #A0A49D: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A0A49D is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB160164157-
CMYK0.0200.040.36
HSL94.29º3.7%62.94%-
HSV(B)94.29º4.27%64.31%-
XYZ33.8636.4637.15-
YUV162.01125.17126.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=33.26%
G=34.10%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641570.0200.040.3694.293.762.94
HexA0A49D204245e43f
Octal24024423520444136477
Binary1010000010100100100111011001001001001011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A49D; }

 p { color: rgb(160,164,157); }

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

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

 a { background-color: rgb(160,164,157); }

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

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

 span { border-color: rgb(160,164,157); }

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