#93A5AF

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

Shades of Nepal #93A5AF

Tints of Nepal #93A5AF

Color information

#93A5AF (or 0x93A5AF) is unknown color: approx Nepal. HEX triplet: 93, A5 and AF. RGB value is (147,165,175). Sum of RGB (Red+Green+Blue) = 147+165+175=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #93A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A5AF is #6C5A50. Grayscale: #A0A0A0. Windows color (decimal): -7101009 or 11511187. OLE color: 11511187.

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

Color convert

RGB147165175-
CMYK0.160.0600.31
HSL201.43º14.89%63.14%-
HSV(B)201.43º16%68.63%-
XYZ33.2336.2145.8-
YUV160.76136.04118.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=30.18%
G=33.88%
B=35.93%

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
Decimal1471651750.160.0600.31201.4314.8963.14
Hex93A5AF10601Fc9f3f
Octal2232452572060373111777
Binary10010011101001011010111110000110011111110010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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