Shades of Nepal #A1ADB9
Tints of Nepal #A1ADB9
RGB
CMYK
RGB Variations
Color information
#A1ADB9 (or 0xA1ADB9) is known color: Nepal. HEX triplet: A1, AD and B9. RGB value is (161,173,185). Sum of RGB (Red+Green+Blue) = 161+173+185=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #A1ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADB9 is #5E5246. Grayscale: #AAAAAA. Windows color (decimal): -6181447 or 12168609. OLE color: 12168609.
HSL color Cylindrical-coordinate representation of color #A1ADB9: hue angle of 210º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1ADB9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 161 | 173 | 185 | - |
CMYK | 0.13 | 0.06 | 0 | 0.27 |
HSL | 210º | 0.15% | 0.68% | - |
HSV(B) | 210º | 0.13% | 0.73% | - |
XYZ | 38.4 | 40.97 | 51.78 | - |
YUV | 170.78 | 136.02 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 173 | 185 | 0.13 | 0.06 | 0 | 0.27 | 210 | 0.15 | 0.68 |
Hex | A1 | AD | B9 | D | 6 | 0 | 1B | D2 | F | 44 |
Octal | 241 | 255 | 271 | 15 | 6 | 0 | 33 | 322 | 17 | 104 |
Binary | 10100001 | 10101101 | 10111001 | 1101 | 110 | 0 | 11011 | 11010010 | 1111 | 1000100 |
Color Harmonies of #A1ADB9
Complementary color
Monochromatic Colors of #A1ADB9
Black with #A1ADB9
Text Example
Text Example
White with #A1ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADB9; }
p { color: rgb(161,173,185); }
H1.HeaderClassName
{
color: #A1ADB9;
}
.AnyTagClassName
{
color: #A1ADB9;
}
</style>
background-color css
<style>
a { background-color: #A1ADB9; }
a { background-color: rgb(161,173,185); }
div.DivClassName
{
background-color: #A1ADB9;
}
.BgClassName
{
background-color: #A1ADB9;
}
</style>
border-color css
<style>
span { border-color: #A1ADB9; }
span { border-color: rgb(161,173,185); }
td.TdClassName
{
border-color: #A1ADB9;
}
.TagClassName
{
border-color: #A1ADB9;
}
</style>