Html Css Color HEX #90A1AE Nepal

📋 copy color: '#90A1AE'

red 144 ◦ green 161 ◦ blue 174

#90A1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #90A1AE

Tints of Nepal #90A1AE

RGB

 RED value IS 144 (56.64% from 255) = 30.06%

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 30.06%
G = 33.61%
B = 36.33%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#90A1AE (or 0x90A1AE) is known color: Nepal. HEX triplet: 90, A1 and AE. RGB value is (144,161,174). Sum of RGB (Red+Green+Blue) = 144+161+174=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #90A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A1AE is #6F5E51. Grayscale: #9D9D9D. Windows color (decimal): -7298642 or 11444624. OLE color: 11444624.

HSL color Cylindrical-coordinate representation of color #90A1AE: hue angle of 206º 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 #90A1AE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 161 174 -
CMYK 0.17 0.07 0 0.32
HSL 206º 0.16% 0.62% -
HSV(B) 206º 0.17% 0.68% -
XYZ 31.89 34.48 45.02 -
YUV 157.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 144 161 174 0.17 0.07 0 0.32 206 0.16 0.62
Hex 90 A1 AE 11 7 0 20 CE 10 3E
Octal 220 241 256 21 7 0 40 316 20 76
Binary 10010000 10100001 10101110 10001 111 0 100000 11001110 10000 111110

Color Harmonies of #90A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A1AE

Black with #90A1AE

Text Example


Text Example

White with #90A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A1AE;
 }
 .AnyTagClassName
 {
   color: #90A1AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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