#A6ACA9

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

Shades of Tower Grey #A6ACA9

Tints of Tower Grey #A6ACA9

Color information

#A6ACA9 (or 0xA6ACA9) is unknown color: approx Tower Grey. HEX triplet: A6, AC and A9. RGB value is (166,172,169). Sum of RGB (Red+Green+Blue) = 166+172+169=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACA9 is #595356. Grayscale: #A9A9A9. Windows color (decimal): -5854039 or 11119782. OLE color: 11119782.

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

Color convert

RGB166172169-
CMYK0.0300.020.33
HSL150º3.49%66.27%-
HSV(B)150º3.49%67.45%-
XYZ37.6440.4843.37-
YUV169.86127.51125.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=32.74%
G=33.93%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721690.0300.020.331503.4966.27
HexA6ACA93022196342
Octal246254251302412263102
Binary1010011010101100101010011101010000110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACA9; }

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

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

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

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

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

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

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

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