#AEB99F

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

Shades of Silver Chalice #AEB99F

Tints of Silver Chalice #AEB99F

Color information

#AEB99F (or 0xAEB99F) is unknown color: approx Silver Chalice. HEX triplet: AE, B9 and 9F. RGB value is (174,185,159). Sum of RGB (Red+Green+Blue) = 174+185+159=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB99F is #514660. Grayscale: #B2B2B2. Windows color (decimal): -5326433 or 10467758. OLE color: 10467758.

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

Color convert

RGB174185159-
CMYK0.0600.140.27
HSL85.38º15.66%67.45%-
HSV(B)85.38º14.05%72.55%-
XYZ41.0646.239.55-
YUV178.75116.86124.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=33.59%
G=35.71%
B=30.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851590.0600.140.2785.3815.6667.45
HexAEB99F60E1B551043
Octal25627123760163312520103
Binary10101110101110011001111111001110110111010101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB99F; }

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

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

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

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

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

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

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

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