#AEB79F

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

Shades of Silver Chalice #AEB79F

Tints of Silver Chalice #AEB79F

Color information

#AEB79F (or 0xAEB79F) is unknown color: approx Silver Chalice. HEX triplet: AE, B7 and 9F. RGB value is (174,183,159). Sum of RGB (Red+Green+Blue) = 174+183+159=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB79F is #514860. Grayscale: #B1B1B1. Windows color (decimal): -5326945 or 10467246. OLE color: 10467246.

HSL color Cylindrical-coordinate representation of color #AEB79F: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB79F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB174183159-
CMYK0.0500.130.28
HSL82.5º14.29%67.06%-
HSV(B)82.5º13.11%71.76%-
XYZ40.6545.3739.42-
YUV177.57117.52125.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=33.72%
G=35.47%
B=30.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831590.0500.130.2882.514.2967.06
HexAEB79F50D1C52e43
Octal25626723750153412216103
Binary1010111010110111100111111010110111100101001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB79F; }

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

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

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

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

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

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

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

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