#AEB1AA

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

Shades of Silver Chalice #AEB1AA

Tints of Silver Chalice #AEB1AA

Color information

#AEB1AA (or 0xAEB1AA) is unknown color: approx Silver Chalice. HEX triplet: AE, B1 and AA. RGB value is (174,177,170). Sum of RGB (Red+Green+Blue) = 174+177+170=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AA is #514E55. Grayscale: #AFAFAF. Windows color (decimal): -5328470 or 11186606. OLE color: 11186606.

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

Color convert

RGB174177170-
CMYK0.0200.040.31
HSL85.71º4.29%68.04%-
HSV(B)85.71º3.95%69.41%-
XYZ40.4343.3544.27-
YUV175.3125.01127.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=33.40%
G=33.97%
B=32.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771700.0200.040.3185.714.2968.04
HexAEB1AA2041F56444
Octal256261252204371264104
Binary1010111010110001101010101001001111110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1AA; }

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

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

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

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

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

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

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

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