#93A59B

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

Shades of Tower Grey #93A59B

Tints of Tower Grey #93A59B

Color information

#93A59B (or 0x93A59B) is unknown color: approx Tower Grey. HEX triplet: 93, A5 and 9B. RGB value is (147,165,155). Sum of RGB (Red+Green+Blue) = 147+165+155=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #93A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A59B is #6C5A64. Grayscale: #9E9E9E. Windows color (decimal): -7101029 or 10200467. OLE color: 10200467.

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

Color convert

RGB147165155-
CMYK0.1100.060.35
HSL146.67º9.09%61.18%-
HSV(B)146.67º10.91%64.71%-
XYZ31.435.4836.2-
YUV158.48126.04119.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=31.48%
G=35.33%
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.35
SystemRedGreenBlueCMYKHSL
Decimal1471651550.1100.060.35146.679.0961.18
Hex93A59BB06239393d
Octal2232452331306432231175
Binary10010011101001011001101110110110100011100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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