#93AFA0

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

Shades of Tower Grey #93AFA0

Tints of Tower Grey #93AFA0

Color information

#93AFA0 (or 0x93AFA0) is unknown color: approx Tower Grey. HEX triplet: 93, AF and A0. RGB value is (147,175,160). Sum of RGB (Red+Green+Blue) = 147+175+160=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFA0 is #6C505F. Grayscale: #A4A4A4. Windows color (decimal): -7098464 or 10530707. OLE color: 10530707.

HSL color Cylindrical-coordinate representation of color #93AFA0: hue angle of 147.86º 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 #93AFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB147175160-
CMYK0.1600.090.31
HSL147.86º14.89%63.14%-
HSV(B)147.86º16%68.63%-
XYZ33.7139.439.09-
YUV164.92125.22115.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=30.50%
G=36.31%
B=33.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751600.1600.090.31147.8614.8963.14
Hex93AFA010091F94f3f
Octal22325724020011372241777
Binary100100111010111110100000100000100111111100101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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