#AEBCA3

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

Shades of Silver Chalice #AEBCA3

Tints of Silver Chalice #AEBCA3

Color information

#AEBCA3 (or 0xAEBCA3) is unknown color: approx Silver Chalice. HEX triplet: AE, BC and A3. RGB value is (174,188,163). Sum of RGB (Red+Green+Blue) = 174+188+163=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA3 is #51435C. Grayscale: #B5B5B5. Windows color (decimal): -5325661 or 10730670. OLE color: 10730670.

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

Color convert

RGB174188163-
CMYK0.0700.130.26
HSL93.6º15.72%68.82%-
HSV(B)93.6º13.3%73.73%-
XYZ42.0547.6141.62-
YUV180.96117.86123.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=33.14%
G=35.81%
B=31.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881630.0700.130.2693.615.7268.82
HexAEBCA370D1A5e1045
Octal25627424370153213620105
Binary10101110101111001010001111101101110101011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCA3; }

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

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

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

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

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

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

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

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