#AEBBA0

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

Shades of Silver Chalice #AEBBA0

Tints of Silver Chalice #AEBBA0

Color information

#AEBBA0 (or 0xAEBBA0) is unknown color: approx Silver Chalice. HEX triplet: AE, BB and A0. RGB value is (174,187,160). Sum of RGB (Red+Green+Blue) = 174+187+160=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA0 is #51445F. Grayscale: #B4B4B4. Windows color (decimal): -5325920 or 10533806. OLE color: 10533806.

HSL color Cylindrical-coordinate representation of color #AEBBA0: hue angle of 88.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBBA0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB174187160-
CMYK0.0700.140.27
HSL88.89º16.56%68.04%-
HSV(B)88.89º14.44%73.33%-
XYZ41.5747.0840.15-
YUV180.04116.69123.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=33.40%
G=35.89%
B=30.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871600.0700.140.2788.8916.5668.04
HexAEBBA070E1B591144
Octal25627324070163313121104
Binary10101110101110111010000011101110110111011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBA0; }

 p { color: rgb(174,187,160); }

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

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

 a { background-color: rgb(174,187,160); }

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

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

 span { border-color: rgb(174,187,160); }

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