#AAB39F

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

Shades of Silver Chalice #AAB39F

Tints of Silver Chalice #AAB39F

Color information

#AAB39F (or 0xAAB39F) is unknown color: approx Silver Chalice. HEX triplet: AA, B3 and 9F. RGB value is (170,179,159). Sum of RGB (Red+Green+Blue) = 170+179+159=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB39F is #554C60. Grayscale: #AEAEAE. Windows color (decimal): -5590113 or 10466218. OLE color: 10466218.

HSL color Cylindrical-coordinate representation of color #AAB39F: hue angle of 87º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB39F is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB170179159-
CMYK0.0500.110.30
HSL87º11.63%66.27%-
HSV(B)87º11.17%70.2%-
XYZ38.9643.2939.1-
YUV174.03119.52125.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=33.46%
G=35.24%
B=31.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791590.0500.110.308711.6366.27
HexAAB39F50B1E57c42
Octal25226323750133612714102
Binary1010101010110011100111111010101111110101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB39F; }

 p { color: rgb(170,179,159); }

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

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

 a { background-color: rgb(170,179,159); }

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

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

 span { border-color: rgb(170,179,159); }

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