Shades of Nepal #90A2AE
Tints of Nepal #90A2AE
RGB
CMYK
RGB Variations
Color information
#90A2AE (or 0x90A2AE) is known color: Nepal. HEX triplet: 90, A2 and AE. RGB value is (144,162,174). Sum of RGB (Red+Green+Blue) = 144+162+174=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #90A2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A2AE is #6F5D51. Grayscale: #9D9D9D. Windows color (decimal): -7298386 or 11444880. OLE color: 11444880.
HSL color Cylindrical-coordinate representation of color #90A2AE: hue angle of 204º 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 #90A2AE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 162 | 174 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.32 |
| HSL | 204º | 0.16% | 0.62% | - |
| HSV(B) | 204º | 0.17% | 0.68% | - |
| XYZ | 32.06 | 34.83 | 45.08 | - |
| YUV | 157.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 174 | 0.17 | 0.07 | 0 | 0.32 | 204 | 0.16 | 0.62 |
| Hex | 90 | A2 | AE | 11 | 7 | 0 | 20 | CC | 10 | 3E |
| Octal | 220 | 242 | 256 | 21 | 7 | 0 | 40 | 314 | 20 | 76 |
| Binary | 10010000 | 10100010 | 10101110 | 10001 | 111 | 0 | 100000 | 11001100 | 10000 | 111110 |
Color Harmonies of #90A2AE
Complementary color
Monochromatic Colors of #90A2AE
Black with #90A2AE
Text Example
Text Example
White with #90A2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A2AE; }
p { color: rgb(144,162,174); }
H1.HeaderClassName
{
color: #90A2AE;
}
.AnyTagClassName
{
color: #90A2AE;
}
</style>
background-color css
<style>
a { background-color: #90A2AE; }
a { background-color: rgb(144,162,174); }
div.DivClassName
{
background-color: #90A2AE;
}
.BgClassName
{
background-color: #90A2AE;
}
</style>
border-color css
<style>
span { border-color: #90A2AE; }
span { border-color: rgb(144,162,174); }
td.TdClassName
{
border-color: #90A2AE;
}
.TagClassName
{
border-color: #90A2AE;
}
</style>