Shades of Nepal #96A6AF
Tints of Nepal #96A6AF
RGB
CMYK
RGB Variations
Color information
#96A6AF (or 0x96A6AF) is known color: Nepal. HEX triplet: 96, A6 and AF. RGB value is (150,166,175). Sum of RGB (Red+Green+Blue) = 150+166+175=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #96A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6AF is #695950. Grayscale: #A2A2A2. Windows color (decimal): -6904145 or 11511446. OLE color: 11511446.
HSL color Cylindrical-coordinate representation of color #96A6AF: hue angle of 201.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A6AF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 166 | 175 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.31 |
| HSL | 201.6º | 0.14% | 0.64% | - |
| HSV(B) | 201.6º | 0.14% | 0.69% | - |
| XYZ | 33.95 | 36.85 | 45.88 | - |
| YUV | 162.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 175 | 0.14 | 0.05 | 0 | 0.31 | 201.6 | 0.14 | 0.64 |
| Hex | 96 | A6 | AF | E | 5 | 0 | 1F | CA | E | 40 |
| Octal | 226 | 246 | 257 | 16 | 5 | 0 | 37 | 312 | 16 | 100 |
| Binary | 10010110 | 10100110 | 10101111 | 1110 | 101 | 0 | 11111 | 11001010 | 1110 | 1000000 |
Color Harmonies of #96A6AF
Complementary color
Monochromatic Colors of #96A6AF
Black with #96A6AF
Text Example
Text Example
White with #96A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6AF; }
p { color: rgb(150,166,175); }
H1.HeaderClassName
{
color: #96A6AF;
}
.AnyTagClassName
{
color: #96A6AF;
}
</style>
background-color css
<style>
a { background-color: #96A6AF; }
a { background-color: rgb(150,166,175); }
div.DivClassName
{
background-color: #96A6AF;
}
.BgClassName
{
background-color: #96A6AF;
}
</style>
border-color css
<style>
span { border-color: #96A6AF; }
span { border-color: rgb(150,166,175); }
td.TdClassName
{
border-color: #96A6AF;
}
.TagClassName
{
border-color: #96A6AF;
}
</style>