Shades of Nepal #A0ADBB
Tints of Nepal #A0ADBB
RGB
CMYK
RGB Variations
Color information
#A0ADBB (or 0xA0ADBB) is known color: Nepal. HEX triplet: A0, AD and BB. RGB value is (160,173,187). Sum of RGB (Red+Green+Blue) = 160+173+187=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADBB is #5F5244. Grayscale: #AAAAAA. Windows color (decimal): -6246981 or 12299680. OLE color: 12299680.
HSL color Cylindrical-coordinate representation of color #A0ADBB: hue angle of 211.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0ADBB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 173 | 187 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.27 |
| HSL | 211.11º | 0.17% | 0.68% | - |
| HSV(B) | 211.11º | 0.14% | 0.73% | - |
| XYZ | 38.41 | 40.95 | 52.89 | - |
| YUV | 170.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 187 | 0.14 | 0.07 | 0 | 0.27 | 211.11 | 0.17 | 0.68 |
| Hex | A0 | AD | BB | E | 7 | 0 | 1B | D3 | 11 | 44 |
| Octal | 240 | 255 | 273 | 16 | 7 | 0 | 33 | 323 | 21 | 104 |
| Binary | 10100000 | 10101101 | 10111011 | 1110 | 111 | 0 | 11011 | 11010011 | 10001 | 1000100 |
Color Harmonies of #A0ADBB
Complementary color
Monochromatic Colors of #A0ADBB
Black with #A0ADBB
Text Example
Text Example
White with #A0ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADBB; }
p { color: rgb(160,173,187); }
H1.HeaderClassName
{
color: #A0ADBB;
}
.AnyTagClassName
{
color: #A0ADBB;
}
</style>
background-color css
<style>
a { background-color: #A0ADBB; }
a { background-color: rgb(160,173,187); }
div.DivClassName
{
background-color: #A0ADBB;
}
.BgClassName
{
background-color: #A0ADBB;
}
</style>
border-color css
<style>
span { border-color: #A0ADBB; }
span { border-color: rgb(160,173,187); }
td.TdClassName
{
border-color: #A0ADBB;
}
.TagClassName
{
border-color: #A0ADBB;
}
</style>