#96A39E

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

Shades of Tower Grey #96A39E

Tints of Tower Grey #96A39E

Color information

#96A39E (or 0x96A39E) is unknown color: approx Tower Grey. HEX triplet: 96, A3 and 9E. RGB value is (150,163,158). Sum of RGB (Red+Green+Blue) = 150+163+158=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 163 - color contains mainly: green. Hex color #96A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A39E is #695C61. Grayscale: #9E9E9E. Windows color (decimal): -6904930 or 10396566. OLE color: 10396566.

HSL color Cylindrical-coordinate representation of color #96A39E: hue angle of 156.92º 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 #96A39E is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB150163158-
CMYK0.0800.030.36
HSL156.92º6.6%61.37%-
HSV(B)156.92º7.98%63.92%-
XYZ31.8535.1537.45-
YUV158.54127.69121.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=31.85%
G=34.61%
B=33.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631580.0800.030.36156.926.661.37
Hex96A39E803249d73d
Octal226243236100344235775
Binary100101101010001110011110100001110010010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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