#AEBB9D

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

Shades of Silver Chalice #AEBB9D

Tints of Silver Chalice #AEBB9D

Color information

#AEBB9D (or 0xAEBB9D) is unknown color: approx Silver Chalice. HEX triplet: AE, BB and 9D. RGB value is (174,187,157). Sum of RGB (Red+Green+Blue) = 174+187+157=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9D is #514462. Grayscale: #B3B3B3. Windows color (decimal): -5325923 or 10337198. OLE color: 10337198.

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

Color convert

RGB174187157-
CMYK0.0700.160.27
HSL86º18.07%67.45%-
HSV(B)86º16.04%73.33%-
XYZ41.3146.9738.79-
YUV179.69115.19123.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=33.59%
G=36.10%
B=30.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871570.0700.160.278618.0767.45
HexAEBB9D70101B561243
Octal25627323570203312622103
Binary101011101011101110011101111010000110111010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB9D; }

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

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

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

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

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

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

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

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