#93AFA2

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

Shades of Tower Grey #93AFA2

Tints of Tower Grey #93AFA2

Color information

#93AFA2 (or 0x93AFA2) is unknown color: approx Tower Grey. HEX triplet: 93, AF and A2. RGB value is (147,175,162). Sum of RGB (Red+Green+Blue) = 147+175+162=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFA2 is #6C505D. Grayscale: #A5A5A5. Windows color (decimal): -7098462 or 10661779. OLE color: 10661779.

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

Color convert

RGB147175162-
CMYK0.1600.070.31
HSL152.14º14.89%63.14%-
HSV(B)152.14º16%68.63%-
XYZ33.8839.4740.02-
YUV165.15126.22115.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=30.37%
G=36.16%
B=33.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751620.1600.070.31152.1414.8963.14
Hex93AFA210071F98f3f
Octal2232572422007372301777
Binary10010011101011111010001010000011111111100110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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