#A4AEA8

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

Shades of Tower Grey #A4AEA8

Tints of Tower Grey #A4AEA8

Color information

#A4AEA8 (or 0xA4AEA8) is unknown color: approx Tower Grey. HEX triplet: A4, AE and A8. RGB value is (164,174,168). Sum of RGB (Red+Green+Blue) = 164+174+168=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEA8 is #5B5157. Grayscale: #AAAAAA. Windows color (decimal): -5984600 or 11054756. OLE color: 11054756.

HSL color Cylindrical-coordinate representation of color #A4AEA8: hue angle of 144º 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 #A4AEA8 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB164174168-
CMYK0.0600.030.32
HSL144º5.81%66.27%-
HSV(B)144º5.75%68.24%-
XYZ37.5140.9942.98-
YUV170.33126.69123.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=32.41%
G=34.39%
B=33.20%

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
Decimal1641741680.0600.030.321445.8166.27
HexA4AEA86032090642
Octal244256250603402206102
Binary101001001010111010101000110011100000100100001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEA8; }

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

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

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

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

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

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

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

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