#A6AD9F

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

Shades of Silver Chalice #A6AD9F

Tints of Silver Chalice #A6AD9F

Color information

#A6AD9F (or 0xA6AD9F) is unknown color: approx Silver Chalice. HEX triplet: A6, AD and 9F. RGB value is (166,173,159). Sum of RGB (Red+Green+Blue) = 166+173+159=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD9F is #595260. Grayscale: #A9A9A9. Windows color (decimal): -5853793 or 10464678. OLE color: 10464678.

HSL color Cylindrical-coordinate representation of color #A6AD9F: hue angle of 90º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6AD9F is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB166173159-
CMYK0.0400.080.32
HSL90º7.87%65.1%-
HSV(B)90º8.09%67.84%-
XYZ36.9340.538.67-
YUV169.31122.18125.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=33.33%
G=34.74%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731590.0400.080.32907.8765.1
HexA6AD9F408205a841
Octal24625523740104013210101
Binary10100110101011011001111110001000100000101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD9F; }

 p { color: rgb(166,173,159); }

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

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

 a { background-color: rgb(166,173,159); }

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

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

 span { border-color: rgb(166,173,159); }

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