#A3AA9D

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

Shades of Silver Chalice #A3AA9D

Tints of Silver Chalice #A3AA9D

Color information

#A3AA9D (or 0xA3AA9D) is unknown color: approx Silver Chalice. HEX triplet: A3, AA and 9D. RGB value is (163,170,157). Sum of RGB (Red+Green+Blue) = 163+170+157=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA9D is #5C5562. Grayscale: #A6A6A6. Windows color (decimal): -6051171 or 10332835. OLE color: 10332835.

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

Color convert

RGB163170157-
CMYK0.0400.080.33
HSL92.31º7.1%64.12%-
HSV(B)92.31º7.65%66.67%-
XYZ35.5638.9737.55-
YUV166.42122.68125.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=33.27%
G=34.69%
B=32.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701570.0400.080.3392.317.164.12
HexA3AA9D408215c740
Octal2432522354010411347100
Binary1010001110101010100111011000100010000110111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA9D; }

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

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

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

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

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

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

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

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