#A0AEA9

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

Shades of Tower Grey #A0AEA9

Tints of Tower Grey #A0AEA9

Color information

#A0AEA9 (or 0xA0AEA9) is unknown color: approx Tower Grey. HEX triplet: A0, AE and A9. RGB value is (160,174,169). Sum of RGB (Red+Green+Blue) = 160+174+169=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AEA9 is #5F5156. Grayscale: #A9A9A9. Windows color (decimal): -6246743 or 11120288. OLE color: 11120288.

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

Color convert

RGB160174169-
CMYK0.0800.030.32
HSL158.57º7.95%65.49%-
HSV(B)158.57º8.05%68.24%-
XYZ36.7940.6143.44-
YUV169.24127.86121.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=31.81%
G=34.59%
B=33.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741690.0800.030.32158.577.9565.49
HexA0AEA9803209f841
Octal24025625110034023710101
Binary10100000101011101010100110000111000001001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEA9; }

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

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

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

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

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

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

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

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