Shades of Nepal #91A2AE
Tints of Nepal #91A2AE
RGB
CMYK
RGB Variations
Color information
#91A2AE (or 0x91A2AE) is known color: Nepal. HEX triplet: 91, A2 and AE. RGB value is (145,162,174). Sum of RGB (Red+Green+Blue) = 145+162+174=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 162 (63.67% from 255 or 33.68% 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 #91A2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A2AE is #6E5D51. Grayscale: #9E9E9E. Windows color (decimal): -7232850 or 11444881. OLE color: 11444881.
HSL color Cylindrical-coordinate representation of color #91A2AE: hue angle of 204.83º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91A2AE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 162 | 174 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.32 |
| HSL | 204.83º | 0.15% | 0.63% | - |
| HSV(B) | 204.83º | 0.17% | 0.68% | - |
| XYZ | 32.24 | 34.92 | 45.08 | - |
| YUV | 158.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 174 | 0.17 | 0.07 | 0 | 0.32 | 204.83 | 0.15 | 0.63 |
| Hex | 91 | A2 | AE | 11 | 7 | 0 | 20 | CD | F | 3F |
| Octal | 221 | 242 | 256 | 21 | 7 | 0 | 40 | 315 | 17 | 77 |
| Binary | 10010001 | 10100010 | 10101110 | 10001 | 111 | 0 | 100000 | 11001101 | 1111 | 111111 |
Color Harmonies of #91A2AE
Complementary color
Monochromatic Colors of #91A2AE
Black with #91A2AE
Text Example
Text Example
White with #91A2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2AE; }
p { color: rgb(145,162,174); }
H1.HeaderClassName
{
color: #91A2AE;
}
.AnyTagClassName
{
color: #91A2AE;
}
</style>
background-color css
<style>
a { background-color: #91A2AE; }
a { background-color: rgb(145,162,174); }
div.DivClassName
{
background-color: #91A2AE;
}
.BgClassName
{
background-color: #91A2AE;
}
</style>
border-color css
<style>
span { border-color: #91A2AE; }
span { border-color: rgb(145,162,174); }
td.TdClassName
{
border-color: #91A2AE;
}
.TagClassName
{
border-color: #91A2AE;
}
</style>