Shades of Nepal #A1AFBA
Tints of Nepal #A1AFBA
RGB
CMYK
RGB Variations
Color information
#A1AFBA (or 0xA1AFBA) is known color: Nepal. HEX triplet: A1, AF and BA. RGB value is (161,175,186). Sum of RGB (Red+Green+Blue) = 161+175+186=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 175 (68.75% from 255 or 33.52% 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 #A1AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFBA is #5E5045. Grayscale: #ACACAC. Windows color (decimal): -6180934 or 12234657. OLE color: 12234657.
HSL color Cylindrical-coordinate representation of color #A1AFBA: hue angle of 206.4º 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 #A1AFBA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 175 | 186 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.27 |
| HSL | 206.4º | 0.15% | 0.68% | - |
| HSV(B) | 206.4º | 0.13% | 0.73% | - |
| XYZ | 38.89 | 41.78 | 52.47 | - |
| YUV | 172.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 186 | 0.13 | 0.06 | 0 | 0.27 | 206.4 | 0.15 | 0.68 |
| Hex | A1 | AF | BA | D | 6 | 0 | 1B | CE | F | 44 |
| Octal | 241 | 257 | 272 | 15 | 6 | 0 | 33 | 316 | 17 | 104 |
| Binary | 10100001 | 10101111 | 10111010 | 1101 | 110 | 0 | 11011 | 11001110 | 1111 | 1000100 |
Color Harmonies of #A1AFBA
Complementary color
Monochromatic Colors of #A1AFBA
Black with #A1AFBA
Text Example
Text Example
White with #A1AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFBA; }
p { color: rgb(161,175,186); }
H1.HeaderClassName
{
color: #A1AFBA;
}
.AnyTagClassName
{
color: #A1AFBA;
}
</style>
background-color css
<style>
a { background-color: #A1AFBA; }
a { background-color: rgb(161,175,186); }
div.DivClassName
{
background-color: #A1AFBA;
}
.BgClassName
{
background-color: #A1AFBA;
}
</style>
border-color css
<style>
span { border-color: #A1AFBA; }
span { border-color: rgb(161,175,186); }
td.TdClassName
{
border-color: #A1AFBA;
}
.TagClassName
{
border-color: #A1AFBA;
}
</style>