#AEBBA4

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

Shades of Silver Chalice #AEBBA4

Tints of Silver Chalice #AEBBA4

Color information

#AEBBA4 (or 0xAEBBA4) is unknown color: approx Silver Chalice. HEX triplet: AE, BB and A4. RGB value is (174,187,164). Sum of RGB (Red+Green+Blue) = 174+187+164=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA4 is #51445B. Grayscale: #B4B4B4. Windows color (decimal): -5325916 or 10795950. OLE color: 10795950.

HSL color Cylindrical-coordinate representation of color #AEBBA4: hue angle of 93.91º 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 #AEBBA4 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB174187164-
CMYK0.0700.120.27
HSL93.91º14.47%68.82%-
HSV(B)93.91º12.3%73.33%-
XYZ41.9347.2242.03-
YUV180.49118.69123.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=33.14%
G=35.62%
B=31.24%

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
Decimal1741871640.0700.120.2793.9114.4768.82
HexAEBBA470C1B5ee45
Octal25627324470143313616105
Binary1010111010111011101001001110110011011101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBA4; }

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

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

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

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

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

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

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

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