#A2AFBA

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

Shades of Nepal #A2AFBA

Tints of Nepal #A2AFBA

Color information

#A2AFBA (or 0xA2AFBA) is unknown color: approx Nepal. HEX triplet: A2, AF and BA. RGB value is (162,175,186). Sum of RGB (Red+Green+Blue) = 162+175+186=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFBA is #5D5045. Grayscale: #ACACAC. Windows color (decimal): -6115398 or 12234658. OLE color: 12234658.

HSL color Cylindrical-coordinate representation of color #A2AFBA: hue angle of 207.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2AFBA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162175186-
CMYK0.130.0600.27
HSL207.5º14.81%68.24%-
HSV(B)207.5º12.9%72.94%-
XYZ39.0941.8952.48-
YUV172.37135.69120.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=30.98%
G=33.46%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621751860.130.0600.27207.514.8168.24
HexA2AFBAD601Bd0f44
Octal24225727215603332017104
Binary10100010101011111011101011011100110111101000011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFBA; }

 p { color: rgb(162,175,186); }

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

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

 a { background-color: rgb(162,175,186); }

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

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

 span { border-color: rgb(162,175,186); }

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