#96A29D

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

Shades of Tower Grey #96A29D

Tints of Tower Grey #96A29D

Color information

#96A29D (or 0x96A29D) is unknown color: approx Tower Grey. HEX triplet: 96, A2 and 9D. RGB value is (150,162,157). Sum of RGB (Red+Green+Blue) = 150+162+157=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #96A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A29D is #695D62. Grayscale: #9D9D9D. Windows color (decimal): -6905187 or 10330774. OLE color: 10330774.

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

Color convert

RGB150162157-
CMYK0.0700.030.36
HSL155º6.06%61.18%-
HSV(B)155º7.41%63.53%-
XYZ31.5834.7636.94-
YUV157.84127.52122.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=31.98%
G=34.54%
B=33.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621570.0700.030.361556.0661.18
Hex96A29D703249b63d
Octal22624223570344233675
Binary10010110101000101001110111101110010010011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,157); }

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

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

 a { background-color: rgb(150,162,157); }

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

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

 span { border-color: rgb(150,162,157); }

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