#AEBBA5

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

Shades of Silver Chalice #AEBBA5

Tints of Silver Chalice #AEBBA5

Color information

#AEBBA5 (or 0xAEBBA5) is unknown color: approx Silver Chalice. HEX triplet: AE, BB and A5. RGB value is (174,187,165). Sum of RGB (Red+Green+Blue) = 174+187+165=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA5 is #51445A. Grayscale: #B4B4B4. Windows color (decimal): -5325915 or 10861486. OLE color: 10861486.

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

Color convert

RGB174187165-
CMYK0.0700.120.27
HSL95.45º13.92%69.02%-
HSV(B)95.45º11.76%73.33%-
XYZ42.0247.2642.5-
YUV180.6119.19123.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=33.08%
G=35.55%
B=31.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871650.0700.120.2795.4513.9269.02
HexAEBBA570C1B5fe45
Octal25627324570143313716105
Binary1010111010111011101001011110110011011101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBA5; }

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

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

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

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

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

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

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

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