#AEBCA1

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

Shades of Silver Chalice #AEBCA1

Tints of Silver Chalice #AEBCA1

Color information

#AEBCA1 (or 0xAEBCA1) is unknown color: approx Silver Chalice. HEX triplet: AE, BC and A1. RGB value is (174,188,161). Sum of RGB (Red+Green+Blue) = 174+188+161=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA1 is #51435E. Grayscale: #B4B4B4. Windows color (decimal): -5325663 or 10599598. OLE color: 10599598.

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

Color convert

RGB174188161-
CMYK0.0700.140.26
HSL91.11º16.77%68.43%-
HSV(B)91.11º14.36%73.73%-
XYZ41.8747.5440.69-
YUV180.74116.86123.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=33.27%
G=35.95%
B=30.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881610.0700.140.2691.1116.7768.43
HexAEBCA170E1A5b1144
Octal25627424170163213321104
Binary10101110101111001010000111101110110101011011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCA1; }

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

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

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

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

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

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

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

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