Shades of Nepal #A0B0C1
Tints of Nepal #A0B0C1
RGB
CMYK
RGB Variations
Color information
#A0B0C1 (or 0xA0B0C1) is known color: Nepal. HEX triplet: A0, B0 and C1. RGB value is (160,176,193). Sum of RGB (Red+Green+Blue) = 160+176+193=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0C1 is #5F4F3E. Grayscale: #ADADAD. Windows color (decimal): -6246207 or 12693664. OLE color: 12693664.
HSL color Cylindrical-coordinate representation of color #A0B0C1: hue angle of 210.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0B0C1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 176 | 193 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.24 |
| HSL | 210.91º | 0.21% | 0.69% | - |
| HSV(B) | 210.91º | 0.17% | 0.76% | - |
| XYZ | 39.65 | 42.37 | 56.54 | - |
| YUV | 173.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 193 | 0.17 | 0.09 | 0 | 0.24 | 210.91 | 0.21 | 0.69 |
| Hex | A0 | B0 | C1 | 11 | 9 | 0 | 18 | D3 | 15 | 45 |
| Octal | 240 | 260 | 301 | 21 | 11 | 0 | 30 | 323 | 25 | 105 |
| Binary | 10100000 | 10110000 | 11000001 | 10001 | 1001 | 0 | 11000 | 11010011 | 10101 | 1000101 |
Color Harmonies of #A0B0C1
Complementary color
Monochromatic Colors of #A0B0C1
Black with #A0B0C1
Text Example
Text Example
White with #A0B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0C1; }
p { color: rgb(160,176,193); }
H1.HeaderClassName
{
color: #A0B0C1;
}
.AnyTagClassName
{
color: #A0B0C1;
}
</style>
background-color css
<style>
a { background-color: #A0B0C1; }
a { background-color: rgb(160,176,193); }
div.DivClassName
{
background-color: #A0B0C1;
}
.BgClassName
{
background-color: #A0B0C1;
}
</style>
border-color css
<style>
span { border-color: #A0B0C1; }
span { border-color: rgb(160,176,193); }
td.TdClassName
{
border-color: #A0B0C1;
}
.TagClassName
{
border-color: #A0B0C1;
}
</style>