#A4AEA9

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

Shades of Tower Grey #A4AEA9

Tints of Tower Grey #A4AEA9

Color information

#A4AEA9 (or 0xA4AEA9) is unknown color: approx Tower Grey. HEX triplet: A4, AE and A9. RGB value is (164,174,169). Sum of RGB (Red+Green+Blue) = 164+174+169=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEA9 is #5B5156. Grayscale: #AAAAAA. Windows color (decimal): -5984599 or 11120292. OLE color: 11120292.

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

Color convert

RGB164174169-
CMYK0.0600.030.32
HSL150º5.81%66.27%-
HSV(B)150º5.75%68.24%-
XYZ37.6141.0343.47-
YUV170.44127.19123.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=32.35%
G=34.32%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641741690.0600.030.321505.8166.27
HexA4AEA96032096642
Octal244256251603402266102
Binary101001001010111010101001110011100000100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEA9; }

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

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

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

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

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

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

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

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