#AAAEA8

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

Shades of Silver Chalice #AAAEA8

Tints of Silver Chalice #AAAEA8

Color information

#AAAEA8 (or 0xAAAEA8) is unknown color: approx Silver Chalice. HEX triplet: AA, AE and A8. RGB value is (170,174,168). Sum of RGB (Red+Green+Blue) = 170+174+168=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA8 is #555157. Grayscale: #ACACAC. Windows color (decimal): -5591384 or 11054762. OLE color: 11054762.

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

Color convert

RGB170174168-
CMYK0.0200.030.32
HSL100º3.57%67.06%-
HSV(B)100º3.45%68.24%-
XYZ38.7841.6543.04-
YUV172.12125.67126.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=33.20%
G=33.98%
B=32.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741680.0200.030.321003.5767.06
HexAAAEA82032064443
Octal252256250203401444103
Binary1010101010101110101010001001110000011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEA8; }

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

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

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

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

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

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

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

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