#A3AFBA

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

Shades of Nepal #A3AFBA

Tints of Nepal #A3AFBA

Color information

#A3AFBA (or 0xA3AFBA) is unknown color: approx Nepal. HEX triplet: A3, AF and BA. RGB value is (163,175,186). Sum of RGB (Red+Green+Blue) = 163+175+186=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFBA is #5C5045. Grayscale: #ACACAC. Windows color (decimal): -6049862 or 12234659. OLE color: 12234659.

HSL color Cylindrical-coordinate representation of color #A3AFBA: hue angle of 208.7º 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 #A3AFBA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163175186-
CMYK0.120.0600.27
HSL208.7º14.29%68.43%-
HSV(B)208.7º12.37%72.94%-
XYZ39.341.9952.49-
YUV172.67135.52121.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=31.11%
G=33.40%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631751860.120.0600.27208.714.2968.43
HexA3AFBAC601Bd1e44
Octal24325727214603332116104
Binary10100011101011111011101011001100110111101000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFBA; }

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

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

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

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

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

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

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

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