#A1AEA9

Color #A1AEA9 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #A1AEA9

Tints of Tower Grey #A1AEA9

Color information

#A1AEA9 (or 0xA1AEA9) is unknown color: approx Tower Grey. HEX triplet: A1, AE and A9. RGB value is (161,174,169). Sum of RGB (Red+Green+Blue) = 161+174+169=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA9 is #5E5156. Grayscale: #A9A9A9. Windows color (decimal): -6181207 or 11120289. OLE color: 11120289.

HSL color Cylindrical-coordinate representation of color #A1AEA9: hue angle of 156.92º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1AEA9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB161174169-
CMYK0.0700.030.32
HSL156.92º7.43%65.69%-
HSV(B)156.92º7.47%68.24%-
XYZ3740.7143.44-
YUV169.54127.69121.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=31.94%
G=34.52%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741690.0700.030.32156.927.4365.69
HexA1AEA9703209d742
Octal241256251703402357102
Binary101000011010111010101001111011100000100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEA9; }

 p { color: rgb(161,174,169); }

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

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

 a { background-color: rgb(161,174,169); }

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

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

 span { border-color: rgb(161,174,169); }

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