#AEB0AC

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

Shades of Silver Chalice #AEB0AC

Tints of Silver Chalice #AEB0AC

Color information

#AEB0AC (or 0xAEB0AC) is unknown color: approx Silver Chalice. HEX triplet: AE, B0 and AC. RGB value is (174,176,172). Sum of RGB (Red+Green+Blue) = 174+176+172=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0AC is #514F53. Grayscale: #AEAEAE. Windows color (decimal): -5328724 or 11317422. OLE color: 11317422.

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

Color convert

RGB174176172-
CMYK0.0100.020.31
HSL90º2.47%68.24%-
HSV(B)90º2.27%69.02%-
XYZ40.4343.0345.2-
YUV174.95126.34127.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=33.33%
G=33.72%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761720.0100.020.31902.4768.24
HexAEB0AC1021F5a244
Octal256260254102371322104
Binary1010111010110000101011001010111111011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0AC; }

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

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

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

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

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

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

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

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