#AEBB9F

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

Shades of Silver Chalice #AEBB9F

Tints of Silver Chalice #AEBB9F

Color information

#AEBB9F (or 0xAEBB9F) is unknown color: approx Silver Chalice. HEX triplet: AE, BB and 9F. RGB value is (174,187,159). Sum of RGB (Red+Green+Blue) = 174+187+159=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9F is #514460. Grayscale: #B4B4B4. Windows color (decimal): -5325921 or 10468270. OLE color: 10468270.

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

Color convert

RGB174187159-
CMYK0.0700.150.27
HSL87.86º17.07%67.84%-
HSV(B)87.86º14.97%73.33%-
XYZ41.4847.0439.69-
YUV179.92116.19123.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=33.46%
G=35.96%
B=30.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871590.0700.150.2787.8617.0767.84
HexAEBB9F70F1B581144
Octal25627323770173313021104
Binary10101110101110111001111111101111110111011000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB9F; }

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

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

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

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

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

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

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

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