Shades of Nepal #A3ADB6
Tints of Nepal #A3ADB6
RGB
CMYK
RGB Variations
Color information
#A3ADB6 (or 0xA3ADB6) is known color: Nepal. HEX triplet: A3, AD and B6. RGB value is (163,173,182). Sum of RGB (Red+Green+Blue) = 163+173+182=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #A3ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADB6 is #5C5249. Grayscale: #AAAAAA. Windows color (decimal): -6050378 or 11972003. OLE color: 11972003.
HSL color Cylindrical-coordinate representation of color #A3ADB6: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3ADB6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 173 | 182 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.29 |
| HSL | 208.42º | 0.12% | 0.68% | - |
| HSV(B) | 208.42º | 0.1% | 0.71% | - |
| XYZ | 38.49 | 41.05 | 50.15 | - |
| YUV | 171.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 182 | 0.10 | 0.05 | 0 | 0.29 | 208.42 | 0.12 | 0.68 |
| Hex | A3 | AD | B6 | A | 5 | 0 | 1D | D0 | C | 44 |
| Octal | 243 | 255 | 266 | 12 | 5 | 0 | 35 | 320 | 14 | 104 |
| Binary | 10100011 | 10101101 | 10110110 | 1010 | 101 | 0 | 11101 | 11010000 | 1100 | 1000100 |
Color Harmonies of #A3ADB6
Complementary color
Monochromatic Colors of #A3ADB6
Black with #A3ADB6
Text Example
Text Example
White with #A3ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADB6; }
p { color: rgb(163,173,182); }
H1.HeaderClassName
{
color: #A3ADB6;
}
.AnyTagClassName
{
color: #A3ADB6;
}
</style>
background-color css
<style>
a { background-color: #A3ADB6; }
a { background-color: rgb(163,173,182); }
div.DivClassName
{
background-color: #A3ADB6;
}
.BgClassName
{
background-color: #A3ADB6;
}
</style>
border-color css
<style>
span { border-color: #A3ADB6; }
span { border-color: rgb(163,173,182); }
td.TdClassName
{
border-color: #A3ADB6;
}
.TagClassName
{
border-color: #A3ADB6;
}
</style>