#93A69E

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

Shades of Tower Grey #93A69E

Tints of Tower Grey #93A69E

Color information

#93A69E (or 0x93A69E) is unknown color: approx Tower Grey. HEX triplet: 93, A6 and 9E. RGB value is (147,166,158). Sum of RGB (Red+Green+Blue) = 147+166+158=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #93A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A69E is #6C5961. Grayscale: #9F9F9F. Windows color (decimal): -7100770 or 10397331. OLE color: 10397331.

HSL color Cylindrical-coordinate representation of color #93A69E: hue angle of 154.74º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A69E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB147166158-
CMYK0.1100.050.35
HSL154.74º9.64%61.37%-
HSV(B)154.74º11.45%65.1%-
XYZ31.8435.9437.61-
YUV159.41127.21119.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=31.21%
G=35.24%
B=33.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471661580.1100.050.35154.749.6461.37
Hex93A69EB05239ba3d
Octal2232462361305432331275
Binary10010011101001101001111010110101100011100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A69E; }

 p { color: rgb(147,166,158); }

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

<style>
 a { background-color: #93A69E; }

 a { background-color: rgb(147,166,158); }

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

<style>
 span { border-color: #93A69E; }

 span { border-color: rgb(147,166,158); }

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