#96A69F

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

Shades of Tower Grey #96A69F

Tints of Tower Grey #96A69F

Color information

#96A69F (or 0x96A69F) is unknown color: approx Tower Grey. HEX triplet: 96, A6 and 9F. RGB value is (150,166,159). Sum of RGB (Red+Green+Blue) = 150+166+159=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #96A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A69F is #695960. Grayscale: #A0A0A0. Windows color (decimal): -6904161 or 10462870. OLE color: 10462870.

HSL color Cylindrical-coordinate representation of color #96A69F: hue angle of 153.75º 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 #96A69F is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB150166159-
CMYK0.1000.040.35
HSL153.75º8.25%61.96%-
HSV(B)153.75º9.64%65.1%-
XYZ32.4736.2638.09-
YUV160.42127.2120.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=31.58%
G=34.95%
B=33.47%

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
Decimal1501661590.1000.040.35153.758.2561.96
Hex96A69FA04239a83e
Octal2262462371204432321076
Binary10010110101001101001111110100100100011100110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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