#93A4AF

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

Shades of Nepal #93A4AF

Tints of Nepal #93A4AF

Color information

#93A4AF (or 0x93A4AF) is unknown color: approx Nepal. HEX triplet: 93, A4 and AF. RGB value is (147,164,175). Sum of RGB (Red+Green+Blue) = 147+164+175=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #93A4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A4AF is #6C5B50. Grayscale: #A0A0A0. Windows color (decimal): -7101265 or 11510931. OLE color: 11510931.

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

Color convert

RGB147164175-
CMYK0.160.0600.31
HSL203.57º14.89%63.14%-
HSV(B)203.57º16%68.63%-
XYZ33.0535.8545.74-
YUV160.17136.37118.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471641750.160.0600.31203.5714.8963.14
Hex93A4AF10601Fccf3f
Octal2232442572060373141777
Binary10010011101001001010111110000110011111110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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