#A6ABA9

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

Shades of Tower Grey #A6ABA9

Tints of Tower Grey #A6ABA9

Color information

#A6ABA9 (or 0xA6ABA9) is unknown color: approx Tower Grey. HEX triplet: A6, AB and A9. RGB value is (166,171,169). Sum of RGB (Red+Green+Blue) = 166+171+169=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 171 - color contains mainly: green. Hex color #A6ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABA9 is #595456. Grayscale: #A9A9A9. Windows color (decimal): -5854295 or 11119526. OLE color: 11119526.

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

Color convert

RGB166171169-
CMYK0.0300.010.33
HSL156º2.89%66.08%-
HSV(B)156º2.92%67.06%-
XYZ37.4540.143.3-
YUV169.28127.84125.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=32.81%
G=33.79%
B=33.40%

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
Decimal1661711690.0300.010.331562.8966.08
HexA6ABA9301219c342
Octal246253251301412343102
Binary101001101010101110101001110110000110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABA9; }

 p { color: rgb(166,171,169); }

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

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

 a { background-color: rgb(166,171,169); }

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

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

 span { border-color: rgb(166,171,169); }

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