#96A6A0

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

Shades of Tower Grey #96A6A0

Tints of Tower Grey #96A6A0

Color information

#96A6A0 (or 0x96A6A0) is unknown color: approx Tower Grey. HEX triplet: 96, A6 and A0. RGB value is (150,166,160). Sum of RGB (Red+Green+Blue) = 150+166+160=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 166 - color contains mainly: green. Hex color #96A6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6A0 is #69595F. Grayscale: #A0A0A0. Windows color (decimal): -6904160 or 10528406. OLE color: 10528406.

HSL color Cylindrical-coordinate representation of color #96A6A0: hue angle of 157.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96A6A0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB150166160-
CMYK0.1000.040.35
HSL157.5º8.25%61.96%-
HSV(B)157.5º9.64%65.1%-
XYZ32.5636.2938.55-
YUV160.53127.7120.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=31.51%
G=34.87%
B=33.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661600.1000.040.35157.58.2561.96
Hex96A6A0A04239d83e
Octal2262462401204432351076
Binary10010110101001101010000010100100100011100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A6A0; }

 p { color: rgb(150,166,160); }

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

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

 a { background-color: rgb(150,166,160); }

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

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

 span { border-color: rgb(150,166,160); }

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