Shades of Nepal #A0B2C0
Tints of Nepal #A0B2C0
RGB
CMYK
RGB Variations
Color information
#A0B2C0 (or 0xA0B2C0) is known color: Nepal. HEX triplet: A0, B2 and C0. RGB value is (160,178,192). Sum of RGB (Red+Green+Blue) = 160+178+192=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #A0B2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2C0 is #5F4D3F. Grayscale: #AEAEAE. Windows color (decimal): -6245696 or 12628640. OLE color: 12628640.
HSL color Cylindrical-coordinate representation of color #A0B2C0: hue angle of 206.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0B2C0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 178 | 192 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.25 |
| HSL | 206.25º | 0.2% | 0.69% | - |
| HSV(B) | 206.25º | 0.17% | 0.75% | - |
| XYZ | 39.93 | 43.12 | 56.09 | - |
| YUV | 174.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 192 | 0.17 | 0.07 | 0 | 0.25 | 206.25 | 0.2 | 0.69 |
| Hex | A0 | B2 | C0 | 11 | 7 | 0 | 19 | CE | 14 | 45 |
| Octal | 240 | 262 | 300 | 21 | 7 | 0 | 31 | 316 | 24 | 105 |
| Binary | 10100000 | 10110010 | 11000000 | 10001 | 111 | 0 | 11001 | 11001110 | 10100 | 1000101 |
Color Harmonies of #A0B2C0
Complementary color
Monochromatic Colors of #A0B2C0
Black with #A0B2C0
Text Example
Text Example
White with #A0B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2C0; }
p { color: rgb(160,178,192); }
H1.HeaderClassName
{
color: #A0B2C0;
}
.AnyTagClassName
{
color: #A0B2C0;
}
</style>
background-color css
<style>
a { background-color: #A0B2C0; }
a { background-color: rgb(160,178,192); }
div.DivClassName
{
background-color: #A0B2C0;
}
.BgClassName
{
background-color: #A0B2C0;
}
</style>
border-color css
<style>
span { border-color: #A0B2C0; }
span { border-color: rgb(160,178,192); }
td.TdClassName
{
border-color: #A0B2C0;
}
.TagClassName
{
border-color: #A0B2C0;
}
</style>