#AEBBA1

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

Shades of Silver Chalice #AEBBA1

Tints of Silver Chalice #AEBBA1

Color information

#AEBBA1 (or 0xAEBBA1) is unknown color: approx Silver Chalice. HEX triplet: AE, BB and A1. RGB value is (174,187,161). Sum of RGB (Red+Green+Blue) = 174+187+161=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA1 is #51445E. Grayscale: #B4B4B4. Windows color (decimal): -5325919 or 10599342. OLE color: 10599342.

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

Color convert

RGB174187161-
CMYK0.0700.140.27
HSL90º16.05%68.24%-
HSV(B)90º13.9%73.33%-
XYZ41.6647.1140.62-
YUV180.15117.19123.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=33.33%
G=35.82%
B=30.84%

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
Decimal1741871610.0700.140.279016.0568.24
HexAEBBA170E1B5a1044
Octal25627324170163313220104
Binary10101110101110111010000111101110110111011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBA1; }

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

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

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

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

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

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

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

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