#A6AEA9

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

Shades of Tower Grey #A6AEA9

Tints of Tower Grey #A6AEA9

Color information

#A6AEA9 (or 0xA6AEA9) is unknown color: approx Tower Grey. HEX triplet: A6, AE and A9. RGB value is (166,174,169). Sum of RGB (Red+Green+Blue) = 166+174+169=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEA9 is #595156. Grayscale: #ABABAB. Windows color (decimal): -5853527 or 11120294. OLE color: 11120294.

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

Color convert

RGB166174169-
CMYK0.0500.030.32
HSL142.5º4.71%66.67%-
HSV(B)142.5º4.6%68.24%-
XYZ38.0241.2443.49-
YUV171.04126.85124.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=32.61%
G=34.18%
B=33.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741690.0500.030.32142.54.7166.67
HexA6AEA9503208e543
Octal246256251503402165103
Binary101001101010111010101001101011100000100011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEA9; }

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

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

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

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

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

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

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

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