#A6AE9E

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

Shades of Silver Chalice #A6AE9E

Tints of Silver Chalice #A6AE9E

Color information

#A6AE9E (or 0xA6AE9E) is unknown color: approx Silver Chalice. HEX triplet: A6, AE and 9E. RGB value is (166,174,158). Sum of RGB (Red+Green+Blue) = 166+174+158=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AE9E is #595161. Grayscale: #A9A9A9. Windows color (decimal): -5853538 or 10399398. OLE color: 10399398.

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

Color convert

RGB166174158-
CMYK0.0500.090.32
HSL90º8.99%65.1%-
HSV(B)90º9.2%68.24%-
XYZ37.0340.8538.28-
YUV169.78121.35125.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=33.33%
G=34.94%
B=31.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741580.0500.090.32908.9965.1
HexA6AE9E509205a941
Octal24625623650114013211101
Binary10100110101011101001111010101001100000101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE9E; }

 p { color: rgb(166,174,158); }

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

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

 a { background-color: rgb(166,174,158); }

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

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

 span { border-color: rgb(166,174,158); }

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