#AAB4A0

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

Shades of Silver Chalice #AAB4A0

Tints of Silver Chalice #AAB4A0

Color information

#AAB4A0 (or 0xAAB4A0) is unknown color: approx Silver Chalice. HEX triplet: AA, B4 and A0. RGB value is (170,180,160). Sum of RGB (Red+Green+Blue) = 170+180+160=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A0 is #554B5F. Grayscale: #AEAEAE. Windows color (decimal): -5589856 or 10532010. OLE color: 10532010.

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

Color convert

RGB170180160-
CMYK0.0600.110.29
HSL90º11.76%66.67%-
HSV(B)90º11.11%70.59%-
XYZ39.2443.7339.63-
YUV174.73119.69124.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=33.33%
G=35.29%
B=31.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801600.0600.110.299011.7666.67
HexAAB4A060B1D5ac43
Octal25226424060133513214103
Binary1010101010110100101000001100101111101101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4A0; }

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

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

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

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

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

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

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

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