#93AFA4

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

Shades of Tower Grey #93AFA4

Tints of Tower Grey #93AFA4

Color information

#93AFA4 (or 0x93AFA4) is unknown color: approx Tower Grey. HEX triplet: 93, AF and A4. RGB value is (147,175,164). Sum of RGB (Red+Green+Blue) = 147+175+164=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFA4 is #6C505B. Grayscale: #A5A5A5. Windows color (decimal): -7098460 or 10792851. OLE color: 10792851.

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

Color convert

RGB147175164-
CMYK0.1600.060.31
HSL156.43º14.89%63.14%-
HSV(B)156.43º16%68.63%-
XYZ34.0639.5440.96-
YUV165.37127.22114.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=30.25%
G=36.01%
B=33.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751640.1600.060.31156.4314.8963.14
Hex93AFA410061F9cf3f
Octal2232572442006372341777
Binary10010011101011111010010010000011011111100111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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