#93A4AD

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

Shades of Nepal #93A4AD

Tints of Nepal #93A4AD

Color information

#93A4AD (or 0x93A4AD) is unknown color: approx Nepal. HEX triplet: 93, A4 and AD. RGB value is (147,164,173). Sum of RGB (Red+Green+Blue) = 147+164+173=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A4AD is #6C5B52. Grayscale: #9F9F9F. Windows color (decimal): -7101267 or 11379859. OLE color: 11379859.

HSL color Cylindrical-coordinate representation of color #93A4AD: hue angle of 200.77º 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 #93A4AD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147164173-
CMYK0.150.0500.32
HSL200.77º13.68%62.75%-
HSV(B)200.77º15.03%67.84%-
XYZ32.8535.7744.71-
YUV159.94135.37118.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=30.37%
G=33.88%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471641730.150.0500.32200.7713.6862.75
Hex93A4ADF5020c9e3f
Octal2232442551750403111677
Binary10010011101001001010110111111010100000110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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