#A3AA9E

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

Shades of Silver Chalice #A3AA9E

Tints of Silver Chalice #A3AA9E

Color information

#A3AA9E (or 0xA3AA9E) is unknown color: approx Silver Chalice. HEX triplet: A3, AA and 9E. RGB value is (163,170,158). Sum of RGB (Red+Green+Blue) = 163+170+158=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA9E is #5C5561. Grayscale: #A6A6A6. Windows color (decimal): -6051170 or 10398371. OLE color: 10398371.

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

Color convert

RGB163170158-
CMYK0.0400.070.33
HSL95º6.59%64.31%-
HSV(B)95º7.06%66.67%-
XYZ35.653938-
YUV166.54123.18125.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=33.20%
G=34.62%
B=32.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701580.0400.070.33956.5964.31
HexA3AA9E407215f740
Octal243252236407411377100
Binary101000111010101010011110100011110000110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA9E; }

 p { color: rgb(163,170,158); }

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

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

 a { background-color: rgb(163,170,158); }

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

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

 span { border-color: rgb(163,170,158); }

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