Shades of Nepal #A2AEBA
Tints of Nepal #A2AEBA
RGB
CMYK
RGB Variations
Color information
#A2AEBA (or 0xA2AEBA) is known color: Nepal. HEX triplet: A2, AE and BA. RGB value is (162,174,186). Sum of RGB (Red+Green+Blue) = 162+174+186=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AEBA is #5D5145. Grayscale: #ABABAB. Windows color (decimal): -6115654 or 12234402. OLE color: 12234402.
HSL color Cylindrical-coordinate representation of color #A2AEBA: 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 #A2AEBA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 174 | 186 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.27 |
| HSL | 210º | 0.15% | 0.68% | - |
| HSV(B) | 210º | 0.13% | 0.73% | - |
| XYZ | 38.9 | 41.5 | 52.41 | - |
| YUV | 171.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 186 | 0.13 | 0.06 | 0 | 0.27 | 210 | 0.15 | 0.68 |
| Hex | A2 | AE | BA | D | 6 | 0 | 1B | D2 | F | 44 |
| Octal | 242 | 256 | 272 | 15 | 6 | 0 | 33 | 322 | 17 | 104 |
| Binary | 10100010 | 10101110 | 10111010 | 1101 | 110 | 0 | 11011 | 11010010 | 1111 | 1000100 |
Color Harmonies of #A2AEBA
Complementary color
Monochromatic Colors of #A2AEBA
Black with #A2AEBA
Text Example
Text Example
White with #A2AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AEBA; }
p { color: rgb(162,174,186); }
H1.HeaderClassName
{
color: #A2AEBA;
}
.AnyTagClassName
{
color: #A2AEBA;
}
</style>
background-color css
<style>
a { background-color: #A2AEBA; }
a { background-color: rgb(162,174,186); }
div.DivClassName
{
background-color: #A2AEBA;
}
.BgClassName
{
background-color: #A2AEBA;
}
</style>
border-color css
<style>
span { border-color: #A2AEBA; }
span { border-color: rgb(162,174,186); }
td.TdClassName
{
border-color: #A2AEBA;
}
.TagClassName
{
border-color: #A2AEBA;
}
</style>