Html Css Color HEX #90A2AF Nepal

📋 copy color: '#90A2AF'

red 144 ◦ green 162 ◦ blue 175

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

Shades of Nepal #90A2AF

Tints of Nepal #90A2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 29.94%
G = 33.68%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#90A2AF (or 0x90A2AF) is known color: Nepal. HEX triplet: 90, A2 and AF. RGB value is (144,162,175). Sum of RGB (Red+Green+Blue) = 144+162+175=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #90A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A2AF is #6F5D50. Grayscale: #9E9E9E. Windows color (decimal): -7298385 or 11510416. OLE color: 11510416.

HSL color Cylindrical-coordinate representation of color #90A2AF: hue angle of 205.16º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90A2AF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 162 175 -
CMYK 0.18 0.07 0 0.31
HSL 205.16º 0.16% 0.63% -
HSV(B) 205.16º 0.18% 0.69% -
XYZ 32.16 34.87 45.59 -
YUV 158.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 144 162 175 0.18 0.07 0 0.31 205.16 0.16 0.63
Hex 90 A2 AF 12 7 0 1F CD 10 3F
Octal 220 242 257 22 7 0 37 315 20 77
Binary 10010000 10100010 10101111 10010 111 0 11111 11001101 10000 111111

Color Harmonies of #90A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A2AF

Black with #90A2AF

Text Example


Text Example

White with #90A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,162,175); }

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

background-color css

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

 a { background-color: rgb(144,162,175); }

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

border-color css

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

 span { border-color: rgb(144,162,175); }

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