#AAABA9

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

Shades of Silver Chalice #AAABA9

Tints of Silver Chalice #AAABA9

Color information

#AAABA9 (or 0xAAABA9) is unknown color: approx Silver Chalice. HEX triplet: AA, AB and A9. RGB value is (170,171,169). Sum of RGB (Red+Green+Blue) = 170+171+169=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA9 is #555456. Grayscale: #AAAAAA. Windows color (decimal): -5592151 or 11119530. OLE color: 11119530.

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

Color convert

RGB170171169-
CMYK0.0100.010.33
HSL90º1.18%66.67%-
HSV(B)90º1.17%67.06%-
XYZ38.340.5443.34-
YUV170.47127.17127.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=33.33%
G=33.53%
B=33.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711690.0100.010.33901.1866.67
HexAAABA9101215a143
Octal252253251101411321103
Binary101010101010101110101001101100001101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABA9; }

 p { color: rgb(170,171,169); }

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

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

 a { background-color: rgb(170,171,169); }

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

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

 span { border-color: rgb(170,171,169); }

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