#AAAEA6

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

Shades of Silver Chalice #AAAEA6

Tints of Silver Chalice #AAAEA6

Color information

#AAAEA6 (or 0xAAAEA6) is unknown color: approx Silver Chalice. HEX triplet: AA, AE and A6. RGB value is (170,174,166). Sum of RGB (Red+Green+Blue) = 170+174+166=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA6 is #555159. Grayscale: #ABABAB. Windows color (decimal): -5591386 or 10923690. OLE color: 10923690.

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

Color convert

RGB170174166-
CMYK0.0200.050.32
HSL90º4.71%66.67%-
HSV(B)90º4.6%68.24%-
XYZ38.641.5742.07-
YUV171.89124.67126.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 166 (65.23% from 255) = 32.55%
R=33.33%
G=34.12%
B=32.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741660.0200.050.32904.7166.67
HexAAAEA6205205a543
Octal252256246205401325103
Binary10101010101011101010011010010110000010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEA6; }

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

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

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

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

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

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

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

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