#AAB49F

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

Shades of Silver Chalice #AAB49F

Tints of Silver Chalice #AAB49F

Color information

#AAB49F (or 0xAAB49F) is unknown color: approx Silver Chalice. HEX triplet: AA, B4 and 9F. RGB value is (170,180,159). Sum of RGB (Red+Green+Blue) = 170+180+159=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49F is #554B60. Grayscale: #AEAEAE. Windows color (decimal): -5589857 or 10466474. OLE color: 10466474.

HSL color Cylindrical-coordinate representation of color #AAB49F: hue angle of 88.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB49F is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB170180159-
CMYK0.0600.120.29
HSL88.57º12.28%66.47%-
HSV(B)88.57º11.67%70.59%-
XYZ39.1643.6939.17-
YUV174.62119.19124.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=33.40%
G=35.36%
B=31.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801590.0600.120.2988.5712.2866.47
HexAAB49F60C1D59c42
Octal25226423760143513114102
Binary1010101010110100100111111100110011101101100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB49F; }

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

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

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

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

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

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

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

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