#AEB99E

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

Shades of Silver Chalice #AEB99E

Tints of Silver Chalice #AEB99E

Color information

#AEB99E (or 0xAEB99E) is unknown color: approx Silver Chalice. HEX triplet: AE, B9 and 9E. RGB value is (174,185,158). Sum of RGB (Red+Green+Blue) = 174+185+158=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB99E is #514661. Grayscale: #B2B2B2. Windows color (decimal): -5326434 or 10402222. OLE color: 10402222.

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

Color convert

RGB174185158-
CMYK0.0600.150.27
HSL84.44º16.17%67.25%-
HSV(B)84.44º14.59%72.55%-
XYZ40.9846.1739.1-
YUV178.63116.36124.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=33.66%
G=35.78%
B=30.56%

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
Decimal1741851580.0600.150.2784.4416.1767.25
HexAEB99E60F1B541043
Octal25627123660173312420103
Binary10101110101110011001111011001111110111010100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB99E; }

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

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

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

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

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

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

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

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