#93ADA1

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

Shades of Tower Grey #93ADA1

Tints of Tower Grey #93ADA1

Color information

#93ADA1 (or 0x93ADA1) is unknown color: approx Tower Grey. HEX triplet: 93, AD and A1. RGB value is (147,173,161). Sum of RGB (Red+Green+Blue) = 147+173+161=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADA1 is #6C525E. Grayscale: #A3A3A3. Windows color (decimal): -7098975 or 10595731. OLE color: 10595731.

HSL color Cylindrical-coordinate representation of color #93ADA1: hue angle of 152.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ADA1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB147173161-
CMYK0.1500.070.32
HSL152.31º13.68%62.75%-
HSV(B)152.31º15.03%67.84%-
XYZ33.4138.6639.42-
YUV163.86126.39115.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=30.56%
G=35.97%
B=33.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731610.1500.070.32152.3113.6862.75
Hex93ADA1F072098e3f
Octal2232552411707402301677
Binary10010011101011011010000111110111100000100110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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