#96A39C

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

Shades of Tower Grey #96A39C

Tints of Tower Grey #96A39C

Color information

#96A39C (or 0x96A39C) is unknown color: approx Tower Grey. HEX triplet: 96, A3 and 9C. RGB value is (150,163,156). Sum of RGB (Red+Green+Blue) = 150+163+156=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 163 - color contains mainly: green. Hex color #96A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A39C is #695C63. Grayscale: #9E9E9E. Windows color (decimal): -6904932 or 10265494. OLE color: 10265494.

HSL color Cylindrical-coordinate representation of color #96A39C: hue angle of 147.69º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A39C is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB150163156-
CMYK0.0800.040.36
HSL147.69º6.6%61.37%-
HSV(B)147.69º7.98%63.92%-
XYZ31.6835.0836.55-
YUV158.32126.69122.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=31.98%
G=34.75%
B=33.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631560.0800.040.36147.696.661.37
Hex96A39C804249473d
Octal226243234100444224775
Binary1001011010100011100111001000010010010010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,163,156); }

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

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

 a { background-color: rgb(150,163,156); }

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

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

 span { border-color: rgb(150,163,156); }

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