#AAACA9

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

Shades of Silver Chalice #AAACA9

Tints of Silver Chalice #AAACA9

Color information

#AAACA9 (or 0xAAACA9) is unknown color: approx Silver Chalice. HEX triplet: AA, AC and A9. RGB value is (170,172,169). Sum of RGB (Red+Green+Blue) = 170+172+169=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA9 is #555356. Grayscale: #ABABAB. Windows color (decimal): -5591895 or 11119786. OLE color: 11119786.

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

Color convert

RGB170172169-
CMYK0.0100.020.33
HSL100º1.78%66.86%-
HSV(B)100º1.74%67.45%-
XYZ38.4940.9243.4-
YUV171.06126.84127.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=33.27%
G=33.66%
B=33.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721690.0100.020.331001.7866.86
HexAAACA91022164243
Octal252254251102411442103
Binary10101010101011001010100110101000011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA9; }

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

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

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

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

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

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

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

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