#A1AFBE

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

Shades of Nepal #A1AFBE

Tints of Nepal #A1AFBE

Color information

#A1AFBE (or 0xA1AFBE) is unknown color: approx Nepal. HEX triplet: A1, AF and BE. RGB value is (161,175,190). Sum of RGB (Red+Green+Blue) = 161+175+190=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFBE is #5E5041. Grayscale: #ACACAC. Windows color (decimal): -6180930 or 12496801. OLE color: 12496801.

HSL color Cylindrical-coordinate representation of color #A1AFBE: hue angle of 211.03º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AFBE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161175190-
CMYK0.150.0800.25
HSL211.03º18.24%68.82%-
HSV(B)211.03º15.26%74.51%-
XYZ39.3241.9554.74-
YUV172.52137.86119.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=30.61%
G=33.27%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611751900.150.0800.25211.0318.2468.82
HexA1AFBEF8019d31245
Octal241257276171003132322105
Binary1010000110101111101111101111100001100111010011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFBE; }

 p { color: rgb(161,175,190); }

 H1.HeaderClassName
 {
   color: #A1AFBE;
 }
 .AnyTagClassName
 {
   color: #A1AFBE;
 }
</style>
background-color css

<style>
 a { background-color: #A1AFBE; }

 a { background-color: rgb(161,175,190); }

 div.DivClassName
 {
   background-color: #A1AFBE;
 }
 .BgClassName
 {
   background-color: #A1AFBE;
 }
</style>
border-color css

<style>
 span { border-color: #A1AFBE; }

 span { border-color: rgb(161,175,190); }

 td.TdClassName
 {
   border-color: #A1AFBE;
 }
 .TagClassName
 {
   border-color: #A1AFBE;
 }
</style>