#A8AAA6

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

Shades of Silver Chalice #A8AAA6

Tints of Silver Chalice #A8AAA6

Color information

#A8AAA6 (or 0xA8AAA6) is unknown color: approx Silver Chalice. HEX triplet: A8, AA and A6. RGB value is (168,170,166). Sum of RGB (Red+Green+Blue) = 168+170+166=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAA6 is #575559. Grayscale: #A8A8A8. Windows color (decimal): -5723482 or 10922664. OLE color: 10922664.

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

Color convert

RGB168170166-
CMYK0.0100.020.33
HSL90º2.3%65.88%-
HSV(B)90º2.35%66.67%-
XYZ37.4139.8341.79-
YUV168.95126.34127.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=33.33%
G=33.73%
B=32.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701660.0100.020.33902.365.88
HexA8AAA6102215a242
Octal250252246102411322102
Binary10101000101010101010011010101000011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAA6; }

 p { color: rgb(168,170,166); }

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

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

 a { background-color: rgb(168,170,166); }

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

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

 span { border-color: rgb(168,170,166); }

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