#A2AEA6

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

Shades of Tower Grey #A2AEA6

Tints of Tower Grey #A2AEA6

Color information

#A2AEA6 (or 0xA2AEA6) is unknown color: approx Tower Grey. HEX triplet: A2, AE and A6. RGB value is (162,174,166). Sum of RGB (Red+Green+Blue) = 162+174+166=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AEA6 is #5D5159. Grayscale: #A9A9A9. Windows color (decimal): -6115674 or 10923682. OLE color: 10923682.

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

Color convert

RGB162174166-
CMYK0.0700.050.32
HSL140º6.9%65.88%-
HSV(B)140º6.9%68.24%-
XYZ36.9240.7141.99-
YUV169.5126.02122.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=32.27%
G=34.66%
B=33.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741660.0700.050.321406.965.88
HexA2AEA6705208c742
Octal242256246705402147102
Binary1010001010101110101001101110101100000100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AEA6; }

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

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

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

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

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

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

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

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