Shades of Nepal #A0AFBA
Tints of Nepal #A0AFBA
RGB
CMYK
RGB Variations
Color information
#A0AFBA (or 0xA0AFBA) is known color: Nepal. HEX triplet: A0, AF and BA. RGB value is (160,175,186). Sum of RGB (Red+Green+Blue) = 160+175+186=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBA is #5F5045. Grayscale: #ABABAB. Windows color (decimal): -6246470 or 12234656. OLE color: 12234656.
HSL color Cylindrical-coordinate representation of color #A0AFBA: hue angle of 205.38º degrees, saturation: 0.16, 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 #A0AFBA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 175 | 186 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.27 |
| HSL | 205.38º | 0.16% | 0.68% | - |
| HSV(B) | 205.38º | 0.14% | 0.73% | - |
| XYZ | 38.69 | 41.68 | 52.46 | - |
| YUV | 171.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 186 | 0.14 | 0.06 | 0 | 0.27 | 205.38 | 0.16 | 0.68 |
| Hex | A0 | AF | BA | E | 6 | 0 | 1B | CD | 10 | 44 |
| Octal | 240 | 257 | 272 | 16 | 6 | 0 | 33 | 315 | 20 | 104 |
| Binary | 10100000 | 10101111 | 10111010 | 1110 | 110 | 0 | 11011 | 11001101 | 10000 | 1000100 |
Color Harmonies of #A0AFBA
Complementary color
Monochromatic Colors of #A0AFBA
Black with #A0AFBA
Text Example
Text Example
White with #A0AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFBA; }
p { color: rgb(160,175,186); }
H1.HeaderClassName
{
color: #A0AFBA;
}
.AnyTagClassName
{
color: #A0AFBA;
}
</style>
background-color css
<style>
a { background-color: #A0AFBA; }
a { background-color: rgb(160,175,186); }
div.DivClassName
{
background-color: #A0AFBA;
}
.BgClassName
{
background-color: #A0AFBA;
}
</style>
border-color css
<style>
span { border-color: #A0AFBA; }
span { border-color: rgb(160,175,186); }
td.TdClassName
{
border-color: #A0AFBA;
}
.TagClassName
{
border-color: #A0AFBA;
}
</style>