#A6ACAA

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

Shades of Tower Grey #A6ACAA

Tints of Tower Grey #A6ACAA

Color information

#A6ACAA (or 0xA6ACAA) is unknown color: approx Tower Grey. HEX triplet: A6, AC and AA. RGB value is (166,172,170). Sum of RGB (Red+Green+Blue) = 166+172+170=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACAA is #595355. Grayscale: #A9A9A9. Windows color (decimal): -5854038 or 11185318. OLE color: 11185318.

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

Color convert

RGB166172170-
CMYK0.0300.010.33
HSL160º3.49%66.27%-
HSV(B)160º3.49%67.45%-
XYZ37.7340.5143.86-
YUV169.98128.01125.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=32.68%
G=33.86%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721700.0300.010.331603.4966.27
HexA6ACAA30121a0342
Octal246254252301412403102
Binary101001101010110010101010110110000110100000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACAA; }

 p { color: rgb(166,172,170); }

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

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

 a { background-color: rgb(166,172,170); }

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

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

 span { border-color: rgb(166,172,170); }

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