#AEBCA0

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

Shades of Silver Chalice #AEBCA0

Tints of Silver Chalice #AEBCA0

Color information

#AEBCA0 (or 0xAEBCA0) is unknown color: approx Silver Chalice. HEX triplet: AE, BC and A0. RGB value is (174,188,160). Sum of RGB (Red+Green+Blue) = 174+188+160=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA0 is #51435F. Grayscale: #B4B4B4. Windows color (decimal): -5325664 or 10534062. OLE color: 10534062.

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

Color convert

RGB174188160-
CMYK0.0700.150.26
HSL90º17.28%68.24%-
HSV(B)90º14.89%73.73%-
XYZ41.7847.540.22-
YUV180.62116.36123.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=33.33%
G=36.02%
B=30.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881600.0700.150.269017.2868.24
HexAEBCA070F1A5a1144
Octal25627424070173213221104
Binary10101110101111001010000011101111110101011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCA0; }

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

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

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

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

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

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

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

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