#96A89E

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

Shades of Tower Grey #96A89E

Tints of Tower Grey #96A89E

Color information

#96A89E (or 0x96A89E) is unknown color: approx Tower Grey. HEX triplet: 96, A8 and 9E. RGB value is (150,168,158). Sum of RGB (Red+Green+Blue) = 150+168+158=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #96A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A89E is #695761. Grayscale: #A1A1A1. Windows color (decimal): -6903650 or 10397846. OLE color: 10397846.

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

Color convert

RGB150168158-
CMYK0.1100.060.34
HSL146.67º9.38%62.35%-
HSV(B)146.67º10.71%65.88%-
XYZ32.7536.9637.76-
YUV161.48126.04119.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=31.51%
G=35.29%
B=33.19%

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
Decimal1501681580.1100.060.34146.679.3862.35
Hex96A89EB06229393e
Octal2262502361306422231176
Binary10010110101010001001111010110110100010100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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