Html Css Color HEX #93A59B Tower Grey

📋 copy color: '#93A59B'

red 147 ◦ green 165 ◦ blue 155

#93A59B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #93A59B

Tints of Tower Grey #93A59B

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 value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#93A59B (or 0x93A59B) is known color: 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

RGB 147 165 155 -
CMYK 0.11 0 0.06 0.35
HSL 146.67º 0.09% 0.61% -
HSV(B) 146.67º 0.11% 0.65% -
XYZ 31.4 35.48 36.2 -
YUV 158.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 147 165 155 0.11 0 0.06 0.35 146.67 0.09 0.61
Hex 93 A5 9B B 0 6 23 93 9 3D
Octal 223 245 233 13 0 6 43 223 11 75
Binary 10010011 10100101 10011011 1011 0 110 100011 10010011 1001 111101

Color Harmonies of #93A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A59B

Black with #93A59B

Text Example


Text Example

White with #93A59B

Text Example


Text Example

HTML Codes & Css Web 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>