#93A59C

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

Shades of Tower Grey #93A59C

Tints of Tower Grey #93A59C

Color information

#93A59C (or 0x93A59C) is unknown color: approx Tower Grey. HEX triplet: 93, A5 and 9C. RGB value is (147,165,156). Sum of RGB (Red+Green+Blue) = 147+165+156=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #93A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A59C is #6C5A63. Grayscale: #9E9E9E. Windows color (decimal): -7101028 or 10266003. OLE color: 10266003.

HSL color Cylindrical-coordinate representation of color #93A59C: hue angle of 150º degrees, saturation: 0.09, 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 #93A59C is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB147165156-
CMYK0.1100.050.35
HSL150º9.09%61.18%-
HSV(B)150º10.91%64.71%-
XYZ31.4935.5136.65-
YUV158.59126.54119.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=31.41%
G=35.26%
B=33.33%

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
Decimal1471651560.1100.050.351509.0961.18
Hex93A59CB05239693d
Octal2232452341305432261175
Binary10010011101001011001110010110101100011100101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,156); }

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

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

 a { background-color: rgb(147,165,156); }

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

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

 span { border-color: rgb(147,165,156); }

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