Shades of Nepal #A1AEBC
Tints of Nepal #A1AEBC
RGB
CMYK
RGB Variations
Color information
#A1AEBC (or 0xA1AEBC) is known color: Nepal. HEX triplet: A1, AE and BC. RGB value is (161,174,188). Sum of RGB (Red+Green+Blue) = 161+174+188=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEBC is #5E5143. Grayscale: #ABABAB. Windows color (decimal): -6181188 or 12365473. OLE color: 12365473.
HSL color Cylindrical-coordinate representation of color #A1AEBC: hue angle of 211.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1AEBC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 174 | 188 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.26 |
| HSL | 211.11º | 0.17% | 0.68% | - |
| HSV(B) | 211.11º | 0.14% | 0.74% | - |
| XYZ | 38.91 | 41.48 | 53.53 | - |
| YUV | 171.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 188 | 0.14 | 0.07 | 0 | 0.26 | 211.11 | 0.17 | 0.68 |
| Hex | A1 | AE | BC | E | 7 | 0 | 1A | D3 | 11 | 44 |
| Octal | 241 | 256 | 274 | 16 | 7 | 0 | 32 | 323 | 21 | 104 |
| Binary | 10100001 | 10101110 | 10111100 | 1110 | 111 | 0 | 11010 | 11010011 | 10001 | 1000100 |
Color Harmonies of #A1AEBC
Complementary color
Monochromatic Colors of #A1AEBC
Black with #A1AEBC
Text Example
Text Example
White with #A1AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEBC; }
p { color: rgb(161,174,188); }
H1.HeaderClassName
{
color: #A1AEBC;
}
.AnyTagClassName
{
color: #A1AEBC;
}
</style>
background-color css
<style>
a { background-color: #A1AEBC; }
a { background-color: rgb(161,174,188); }
div.DivClassName
{
background-color: #A1AEBC;
}
.BgClassName
{
background-color: #A1AEBC;
}
</style>
border-color css
<style>
span { border-color: #A1AEBC; }
span { border-color: rgb(161,174,188); }
td.TdClassName
{
border-color: #A1AEBC;
}
.TagClassName
{
border-color: #A1AEBC;
}
</style>