#AEBA9E

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

Shades of Silver Chalice #AEBA9E

Tints of Silver Chalice #AEBA9E

Color information

#AEBA9E (or 0xAEBA9E) is unknown color: approx Silver Chalice. HEX triplet: AE, BA and 9E. RGB value is (174,186,158). Sum of RGB (Red+Green+Blue) = 174+186+158=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA9E is #514561. Grayscale: #B3B3B3. Windows color (decimal): -5326178 or 10402478. OLE color: 10402478.

HSL color Cylindrical-coordinate representation of color #AEBA9E: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBA9E is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB174186158-
CMYK0.0600.150.27
HSL85.71º16.87%67.45%-
HSV(B)85.71º15.05%72.94%-
XYZ41.1946.5939.17-
YUV179.22116.02124.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=33.59%
G=35.91%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861580.0600.150.2785.7116.8767.45
HexAEBA9E60F1B561143
Octal25627223660173312621103
Binary10101110101110101001111011001111110111010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA9E; }

 p { color: rgb(174,186,158); }

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

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

 a { background-color: rgb(174,186,158); }

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

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

 span { border-color: rgb(174,186,158); }

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