#AEB1AB

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

Shades of Silver Chalice #AEB1AB

Tints of Silver Chalice #AEB1AB

Color information

#AEB1AB (or 0xAEB1AB) is unknown color: approx Silver Chalice. HEX triplet: AE, B1 and AB. RGB value is (174,177,171). Sum of RGB (Red+Green+Blue) = 174+177+171=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AB is #514E54. Grayscale: #AFAFAF. Windows color (decimal): -5328469 or 11252142. OLE color: 11252142.

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

Color convert

RGB174177171-
CMYK0.0200.030.31
HSL90º3.7%68.24%-
HSV(B)90º3.39%69.41%-
XYZ40.5343.3844.77-
YUV175.42125.51126.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=33.33%
G=33.91%
B=32.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771710.0200.030.31903.768.24
HexAEB1AB2031F5a444
Octal256261253203371324104
Binary101011101011000110101011100111111110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1AB; }

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

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

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

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

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

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

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

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