#93AFA1

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

Shades of Tower Grey #93AFA1

Tints of Tower Grey #93AFA1

Color information

#93AFA1 (or 0x93AFA1) is unknown color: approx Tower Grey. HEX triplet: 93, AF and A1. RGB value is (147,175,161). Sum of RGB (Red+Green+Blue) = 147+175+161=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFA1 is #6C505E. Grayscale: #A5A5A5. Windows color (decimal): -7098463 or 10596243. OLE color: 10596243.

HSL color Cylindrical-coordinate representation of color #93AFA1: hue angle of 150º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AFA1 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB147175161-
CMYK0.1600.080.31
HSL150º14.89%63.14%-
HSV(B)150º16%68.63%-
XYZ33.839.4439.55-
YUV165.03125.72115.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=30.43%
G=36.23%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751610.1600.080.3115014.8963.14
Hex93AFA110081F96f3f
Octal22325724120010372261777
Binary100100111010111110100001100000100011111100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,161); }

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

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

 a { background-color: rgb(147,175,161); }

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

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

 span { border-color: rgb(147,175,161); }

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