#A1AEBC

Color #A1AEBC Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #A1AEBC

Tints of Nepal #A1AEBC

Color information

#A1AEBC (or 0xA1AEBC) is unknown color: approx 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

RGB161174188-
CMYK0.140.0700.26
HSL211.11º16.77%68.43%-
HSV(B)211.11º14.36%73.73%-
XYZ38.9141.4853.53-
YUV171.71137.19120.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=30.78%
G=33.27%
B=35.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611741880.140.0700.26211.1116.7768.43
HexA1AEBCE701Ad31144
Octal24125627416703232321104
Binary101000011010111010111100111011101101011010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>