#93A4AE

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

Shades of Nepal #93A4AE

Tints of Nepal #93A4AE

Color information

#93A4AE (or 0x93A4AE) is unknown color: approx Nepal. HEX triplet: 93, A4 and AE. RGB value is (147,164,174). Sum of RGB (Red+Green+Blue) = 147+164+174=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #93A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A4AE is #6C5B51. Grayscale: #A0A0A0. Windows color (decimal): -7101266 or 11445395. OLE color: 11445395.

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

Color convert

RGB147164174-
CMYK0.160.0600.32
HSL202.22º14.29%62.94%-
HSV(B)202.22º15.52%68.24%-
XYZ32.9535.8145.22-
YUV160.06135.87118.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=30.31%
G=33.81%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471641740.160.0600.32202.2214.2962.94
Hex93A4AE106020cae3f
Octal2232442562060403121677
Binary100100111010010010101110100001100100000110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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