Shades of Nepal #A2ADB6
Tints of Nepal #A2ADB6
RGB
CMYK
RGB Variations
Color information
#A2ADB6 (or 0xA2ADB6) is known color: Nepal. HEX triplet: A2, AD and B6. RGB value is (162,173,182). Sum of RGB (Red+Green+Blue) = 162+173+182=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #A2ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADB6 is #5D5249. Grayscale: #AAAAAA. Windows color (decimal): -6115914 or 11972002. OLE color: 11972002.
HSL color Cylindrical-coordinate representation of color #A2ADB6: hue angle of 207º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2ADB6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 173 | 182 | - |
CMYK | 0.11 | 0.05 | 0 | 0.29 |
HSL | 207º | 0.12% | 0.67% | - |
HSV(B) | 207º | 0.11% | 0.71% | - |
XYZ | 38.29 | 40.95 | 50.14 | - |
YUV | 170.74 | 134.36 | 121.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 173 | 182 | 0.11 | 0.05 | 0 | 0.29 | 207 | 0.12 | 0.67 |
Hex | A2 | AD | B6 | B | 5 | 0 | 1D | CF | C | 43 |
Octal | 242 | 255 | 266 | 13 | 5 | 0 | 35 | 317 | 14 | 103 |
Binary | 10100010 | 10101101 | 10110110 | 1011 | 101 | 0 | 11101 | 11001111 | 1100 | 1000011 |
Color Harmonies of #A2ADB6
Complementary color
Monochromatic Colors of #A2ADB6
Black with #A2ADB6
Text Example
Text Example
White with #A2ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADB6; }
p { color: rgb(162,173,182); }
H1.HeaderClassName
{
color: #A2ADB6;
}
.AnyTagClassName
{
color: #A2ADB6;
}
</style>
background-color css
<style>
a { background-color: #A2ADB6; }
a { background-color: rgb(162,173,182); }
div.DivClassName
{
background-color: #A2ADB6;
}
.BgClassName
{
background-color: #A2ADB6;
}
</style>
border-color css
<style>
span { border-color: #A2ADB6; }
span { border-color: rgb(162,173,182); }
td.TdClassName
{
border-color: #A2ADB6;
}
.TagClassName
{
border-color: #A2ADB6;
}
</style>