#AAB1A0

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

Shades of Silver Chalice #AAB1A0

Tints of Silver Chalice #AAB1A0

Color information

#AAB1A0 (or 0xAAB1A0) is unknown color: approx Silver Chalice. HEX triplet: AA, B1 and A0. RGB value is (170,177,160). Sum of RGB (Red+Green+Blue) = 170+177+160=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1A0 is #554E5F. Grayscale: #ADADAD. Windows color (decimal): -5590624 or 10531242. OLE color: 10531242.

HSL color Cylindrical-coordinate representation of color #AAB1A0: hue angle of 84.71º 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 #AAB1A0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB170177160-
CMYK0.0400.100.31
HSL84.71º9.83%66.08%-
HSV(B)84.71º9.6%69.41%-
XYZ38.6442.5339.43-
YUV172.97120.68125.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=33.53%
G=34.91%
B=31.56%

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
Decimal1701771600.0400.100.3184.719.8366.08
HexAAB1A040A1F55a42
Octal25226124040123712512102
Binary1010101010110001101000001000101011111101010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1A0; }

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

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

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

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

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

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

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

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