#A2AFB9

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

Shades of Nepal #A2AFB9

Tints of Nepal #A2AFB9

Color information

#A2AFB9 (or 0xA2AFB9) is unknown color: approx Nepal. HEX triplet: A2, AF and B9. RGB value is (162,175,185). Sum of RGB (Red+Green+Blue) = 162+175+185=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #A2AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFB9 is #5D5046. Grayscale: #ACACAC. Windows color (decimal): -6115399 or 12169122. OLE color: 12169122.

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

Color convert

RGB162175185-
CMYK0.120.0500.27
HSL206.09º14.11%68.04%-
HSV(B)206.09º12.43%72.55%-
XYZ38.9941.8451.92-
YUV172.25135.19120.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=31.03%
G=33.52%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621751850.120.0500.27206.0914.1168.04
HexA2AFB9C501Bcee44
Octal24225727114503331616104
Binary10100010101011111011100111001010110111100111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFB9; }

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

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

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

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

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

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

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

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