Html Css Color HEX #93AB9F Tower Grey

📋 copy color: '#93AB9F'

red 147 ◦ green 171 ◦ blue 159

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

Shades of Tower Grey #93AB9F

Tints of Tower Grey #93AB9F

RGB

 RED value IS 147 (57.81% from 255) = 30.82%

 GREEN value IS 171 (67.19% from 255) = 35.85%

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 30.82%
G = 35.85%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#93AB9F (or 0x93AB9F) is known color: Tower Grey. HEX triplet: 93, AB and 9F. RGB value is (147,171,159). Sum of RGB (Red+Green+Blue) = 147+171+159=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB9F is #6C5460. Grayscale: #A2A2A2. Windows color (decimal): -7099489 or 10464147. OLE color: 10464147.

HSL color Cylindrical-coordinate representation of color #93AB9F: hue angle of 150º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AB9F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 159 -
CMYK 0.14 0 0.07 0.33
HSL 150º 0.13% 0.62% -
HSV(B) 150º 0.14% 0.67% -
XYZ 32.85 37.83 38.37 -
YUV 162.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 147 171 159 0.14 0 0.07 0.33 150 0.13 0.62
Hex 93 AB 9F E 0 7 21 96 C 3E
Octal 223 253 237 16 0 7 41 226 14 76
Binary 10010011 10101011 10011111 1110 0 111 100001 10010110 1100 111110

Color Harmonies of #93AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB9F

Black with #93AB9F

Text Example


Text Example

White with #93AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,159); }

 H1.HeaderClassName
 {
   color: #93AB9F;
 }
 .AnyTagClassName
 {
   color: #93AB9F;
 }
</style>

background-color css

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

 a { background-color: rgb(147,171,159); }

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

border-color css

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

 span { border-color: rgb(147,171,159); }

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