#AAB19F

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

Shades of Silver Chalice #AAB19F

Tints of Silver Chalice #AAB19F

Color information

#AAB19F (or 0xAAB19F) is unknown color: approx Silver Chalice. HEX triplet: AA, B1 and 9F. RGB value is (170,177,159). Sum of RGB (Red+Green+Blue) = 170+177+159=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB19F is #554E60. Grayscale: #ACACAC. Windows color (decimal): -5590625 or 10465706. OLE color: 10465706.

HSL color Cylindrical-coordinate representation of color #AAB19F: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB19F is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB170177159-
CMYK0.0400.100.31
HSL83.33º10.34%65.88%-
HSV(B)83.33º10.17%69.41%-
XYZ38.5642.4938.97-
YUV172.86120.18125.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=33.60%
G=34.98%
B=31.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771590.0400.100.3183.3310.3465.88
HexAAB19F40A1F53a42
Octal25226123740123712312102
Binary1010101010110001100111111000101011111101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB19F; }

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

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

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

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

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

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

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

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