#AEB1AC

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

Shades of Silver Chalice #AEB1AC

Tints of Silver Chalice #AEB1AC

Color information

#AEB1AC (or 0xAEB1AC) is unknown color: approx Silver Chalice. HEX triplet: AE, B1 and AC. RGB value is (174,177,172). Sum of RGB (Red+Green+Blue) = 174+177+172=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AC is #514E53. Grayscale: #AFAFAF. Windows color (decimal): -5328468 or 11317678. OLE color: 11317678.

HSL color Cylindrical-coordinate representation of color #AEB1AC: hue angle of 96º degrees, saturation: 0.03, 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 #AEB1AC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB174177172-
CMYK0.0200.030.31
HSL96º3.11%68.43%-
HSV(B)96º2.82%69.41%-
XYZ40.6243.4245.27-
YUV175.53126.01126.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=33.27%
G=33.84%
B=32.89%

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
Decimal1741771720.0200.030.31963.1168.43
HexAEB1AC2031F60344
Octal256261254203371403104
Binary10101110101100011010110010011111111100000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1AC; }

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

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

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

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

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

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

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

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