#96A99F

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

Shades of Tower Grey #96A99F

Tints of Tower Grey #96A99F

Color information

#96A99F (or 0x96A99F) is unknown color: approx Tower Grey. HEX triplet: 96, A9 and 9F. RGB value is (150,169,159). Sum of RGB (Red+Green+Blue) = 150+169+159=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #96A99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A99F is #695660. Grayscale: #A2A2A2. Windows color (decimal): -6903393 or 10463638. OLE color: 10463638.

HSL color Cylindrical-coordinate representation of color #96A99F: hue angle of 148.42º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A99F is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB150169159-
CMYK0.1100.060.34
HSL148.42º9.95%62.55%-
HSV(B)148.42º11.24%66.27%-
XYZ33.0237.3638.27-
YUV162.18126.21119.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=31.38%
G=35.36%
B=33.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691590.1100.060.34148.429.9562.55
Hex96A99FB062294a3f
Octal2262512371306422241277
Binary10010110101010011001111110110110100010100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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