Shades of Nepal #A0AFBF
Tints of Nepal #A0AFBF
RGB
CMYK
RGB Variations
Color information
#A0AFBF (or 0xA0AFBF) is known color: Nepal. HEX triplet: A0, AF and BF. RGB value is (160,175,191). Sum of RGB (Red+Green+Blue) = 160+175+191=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBF is #5F5040. Grayscale: #ACACAC. Windows color (decimal): -6246465 or 12562336. OLE color: 12562336.
HSL color Cylindrical-coordinate representation of color #A0AFBF: hue angle of 210.97º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0AFBF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 175 | 191 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.25 |
| HSL | 210.97º | 0.19% | 0.69% | - |
| HSV(B) | 210.97º | 0.16% | 0.75% | - |
| XYZ | 39.23 | 41.9 | 55.31 | - |
| YUV | 172.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 191 | 0.16 | 0.08 | 0 | 0.25 | 210.97 | 0.19 | 0.69 |
| Hex | A0 | AF | BF | 10 | 8 | 0 | 19 | D3 | 13 | 45 |
| Octal | 240 | 257 | 277 | 20 | 10 | 0 | 31 | 323 | 23 | 105 |
| Binary | 10100000 | 10101111 | 10111111 | 10000 | 1000 | 0 | 11001 | 11010011 | 10011 | 1000101 |
Color Harmonies of #A0AFBF
Complementary color
Monochromatic Colors of #A0AFBF
Black with #A0AFBF
Text Example
Text Example
White with #A0AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFBF; }
p { color: rgb(160,175,191); }
H1.HeaderClassName
{
color: #A0AFBF;
}
.AnyTagClassName
{
color: #A0AFBF;
}
</style>
background-color css
<style>
a { background-color: #A0AFBF; }
a { background-color: rgb(160,175,191); }
div.DivClassName
{
background-color: #A0AFBF;
}
.BgClassName
{
background-color: #A0AFBF;
}
</style>
border-color css
<style>
span { border-color: #A0AFBF; }
span { border-color: rgb(160,175,191); }
td.TdClassName
{
border-color: #A0AFBF;
}
.TagClassName
{
border-color: #A0AFBF;
}
</style>