#90A3AE

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

Shades of Nepal #90A3AE

Tints of Nepal #90A3AE

Color information

#90A3AE (or 0x90A3AE) is unknown color: approx Nepal. HEX triplet: 90, A3 and AE. RGB value is (144,163,174). Sum of RGB (Red+Green+Blue) = 144+163+174=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #90A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A3AE is #6F5C51. Grayscale: #9E9E9E. Windows color (decimal): -7298130 or 11445136. OLE color: 11445136.

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

Color convert

RGB144163174-
CMYK0.170.0600.32
HSL202º15.62%62.35%-
HSV(B)202º17.24%68.24%-
XYZ32.2435.1845.14-
YUV158.57136.71117.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=29.94%
G=33.89%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441631740.170.0600.3220215.6262.35
Hex90A3AE116020ca103e
Octal2202432562160403122076
Binary1001000010100011101011101000111001000001100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A3AE; }

 p { color: rgb(144,163,174); }

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

<style>
 a { background-color: #90A3AE; }

 a { background-color: rgb(144,163,174); }

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

<style>
 span { border-color: #90A3AE; }

 span { border-color: rgb(144,163,174); }

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