Shades of Nepal #A3AFBB
Tints of Nepal #A3AFBB
RGB
CMYK
RGB Variations
Color information
#A3AFBB (or 0xA3AFBB) is known color: Nepal. HEX triplet: A3, AF and BB. RGB value is (163,175,187). Sum of RGB (Red+Green+Blue) = 163+175+187=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFBB is #5C5044. Grayscale: #ACACAC. Windows color (decimal): -6049861 or 12300195. OLE color: 12300195.
HSL color Cylindrical-coordinate representation of color #A3AFBB: hue angle of 210º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3AFBB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 175 | 187 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.27 |
| HSL | 210º | 0.15% | 0.69% | - |
| HSV(B) | 210º | 0.13% | 0.73% | - |
| XYZ | 39.4 | 42.03 | 53.05 | - |
| YUV | 172.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 187 | 0.13 | 0.06 | 0 | 0.27 | 210 | 0.15 | 0.69 |
| Hex | A3 | AF | BB | D | 6 | 0 | 1B | D2 | F | 45 |
| Octal | 243 | 257 | 273 | 15 | 6 | 0 | 33 | 322 | 17 | 105 |
| Binary | 10100011 | 10101111 | 10111011 | 1101 | 110 | 0 | 11011 | 11010010 | 1111 | 1000101 |
Color Harmonies of #A3AFBB
Complementary color
Monochromatic Colors of #A3AFBB
Black with #A3AFBB
Text Example
Text Example
White with #A3AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFBB; }
p { color: rgb(163,175,187); }
H1.HeaderClassName
{
color: #A3AFBB;
}
.AnyTagClassName
{
color: #A3AFBB;
}
</style>
background-color css
<style>
a { background-color: #A3AFBB; }
a { background-color: rgb(163,175,187); }
div.DivClassName
{
background-color: #A3AFBB;
}
.BgClassName
{
background-color: #A3AFBB;
}
</style>
border-color css
<style>
span { border-color: #A3AFBB; }
span { border-color: rgb(163,175,187); }
td.TdClassName
{
border-color: #A3AFBB;
}
.TagClassName
{
border-color: #A3AFBB;
}
</style>