Shades of Nepal #90A3AE
Tints of Nepal #90A3AE
RGB
CMYK
RGB Variations
Color information
#90A3AE (or 0x90A3AE) is known color: 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
| RGB | 144 | 163 | 174 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.32 |
| HSL | 202º | 0.16% | 0.62% | - |
| HSV(B) | 202º | 0.17% | 0.68% | - |
| XYZ | 32.24 | 35.18 | 45.14 | - |
| YUV | 158.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 174 | 0.17 | 0.06 | 0 | 0.32 | 202 | 0.16 | 0.62 |
| Hex | 90 | A3 | AE | 11 | 6 | 0 | 20 | CA | 10 | 3E |
| Octal | 220 | 243 | 256 | 21 | 6 | 0 | 40 | 312 | 20 | 76 |
| Binary | 10010000 | 10100011 | 10101110 | 10001 | 110 | 0 | 100000 | 11001010 | 10000 | 111110 |
Color Harmonies of #90A3AE
Complementary color
Monochromatic Colors of #90A3AE
Black with #90A3AE
Text Example
Text Example
White with #90A3AE
Text Example
Text Example
HTML Codes & Css Web 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>