#93A49C

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

Shades of Tower Grey #93A49C

Tints of Tower Grey #93A49C

Color information

#93A49C (or 0x93A49C) is unknown color: approx Tower Grey. HEX triplet: 93, A4 and 9C. RGB value is (147,164,156). Sum of RGB (Red+Green+Blue) = 147+164+156=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #93A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A49C is #6C5B63. Grayscale: #9E9E9E. Windows color (decimal): -7101284 or 10265747. OLE color: 10265747.

HSL color Cylindrical-coordinate representation of color #93A49C: hue angle of 151.76º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93A49C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB147164156-
CMYK0.1000.050.36
HSL151.76º8.54%60.98%-
HSV(B)151.76º10.37%64.31%-
XYZ31.3135.1536.59-
YUV158126.87120.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=31.48%
G=35.12%
B=33.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471641560.1000.050.36151.768.5460.98
Hex93A49CA05249893d
Octal2232442341205442301175
Binary10010011101001001001110010100101100100100110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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