Shades of Nepal #A3AFB9
Tints of Nepal #A3AFB9
RGB
CMYK
RGB Variations
Color information
#A3AFB9 (or 0xA3AFB9) is known color: Nepal. HEX triplet: A3, AF and B9. RGB value is (163,175,185). Sum of RGB (Red+Green+Blue) = 163+175+185=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #A3AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFB9 is #5C5046. Grayscale: #ACACAC. Windows color (decimal): -6049863 or 12169123. OLE color: 12169123.
HSL color Cylindrical-coordinate representation of color #A3AFB9: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3AFB9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 175 | 185 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.27 |
| HSL | 207.27º | 0.14% | 0.68% | - |
| HSV(B) | 207.27º | 0.12% | 0.73% | - |
| XYZ | 39.19 | 41.95 | 51.93 | - |
| YUV | 172.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 185 | 0.12 | 0.05 | 0 | 0.27 | 207.27 | 0.14 | 0.68 |
| Hex | A3 | AF | B9 | C | 5 | 0 | 1B | CF | E | 44 |
| Octal | 243 | 257 | 271 | 14 | 5 | 0 | 33 | 317 | 16 | 104 |
| Binary | 10100011 | 10101111 | 10111001 | 1100 | 101 | 0 | 11011 | 11001111 | 1110 | 1000100 |
Color Harmonies of #A3AFB9
Complementary color
Monochromatic Colors of #A3AFB9
Black with #A3AFB9
Text Example
Text Example
White with #A3AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFB9; }
p { color: rgb(163,175,185); }
H1.HeaderClassName
{
color: #A3AFB9;
}
.AnyTagClassName
{
color: #A3AFB9;
}
</style>
background-color css
<style>
a { background-color: #A3AFB9; }
a { background-color: rgb(163,175,185); }
div.DivClassName
{
background-color: #A3AFB9;
}
.BgClassName
{
background-color: #A3AFB9;
}
</style>
border-color css
<style>
span { border-color: #A3AFB9; }
span { border-color: rgb(163,175,185); }
td.TdClassName
{
border-color: #A3AFB9;
}
.TagClassName
{
border-color: #A3AFB9;
}
</style>