Shades of Nepal #9AAAB6
Tints of Nepal #9AAAB6
RGB
CMYK
RGB Variations
Color information
#9AAAB6 (or 0x9AAAB6) is known color: Nepal. HEX triplet: 9A, AA and B6. RGB value is (154,170,182). Sum of RGB (Red+Green+Blue) = 154+170+182=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #9AAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAAB6 is #655549. Grayscale: #A6A6A6. Windows color (decimal): -6640970 or 11971226. OLE color: 11971226.
HSL color Cylindrical-coordinate representation of color #9AAAB6: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AAAB6 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 170 | 182 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.29 |
| HSL | 205.71º | 0.16% | 0.66% | - |
| HSV(B) | 205.71º | 0.15% | 0.71% | - |
| XYZ | 36.14 | 39 | 49.88 | - |
| YUV | 166.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 182 | 0.15 | 0.07 | 0 | 0.29 | 205.71 | 0.16 | 0.66 |
| Hex | 9A | AA | B6 | F | 7 | 0 | 1D | CE | 10 | 42 |
| Octal | 232 | 252 | 266 | 17 | 7 | 0 | 35 | 316 | 20 | 102 |
| Binary | 10011010 | 10101010 | 10110110 | 1111 | 111 | 0 | 11101 | 11001110 | 10000 | 1000010 |
Color Harmonies of #9AAAB6
Complementary color
Monochromatic Colors of #9AAAB6
Black with #9AAAB6
Text Example
Text Example
White with #9AAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAAB6; }
p { color: rgb(154,170,182); }
H1.HeaderClassName
{
color: #9AAAB6;
}
.AnyTagClassName
{
color: #9AAAB6;
}
</style>
background-color css
<style>
a { background-color: #9AAAB6; }
a { background-color: rgb(154,170,182); }
div.DivClassName
{
background-color: #9AAAB6;
}
.BgClassName
{
background-color: #9AAAB6;
}
</style>
border-color css
<style>
span { border-color: #9AAAB6; }
span { border-color: rgb(154,170,182); }
td.TdClassName
{
border-color: #9AAAB6;
}
.TagClassName
{
border-color: #9AAAB6;
}
</style>