#A3AFBB

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

Shades of Nepal #A3AFBB

Tints of Nepal #A3AFBB

Color information

#A3AFBB (or 0xA3AFBB) is unknown color: approx Nepal. HEX triplet: A3, AF and BB. RGB value is (163,175,187). Sum of RGB (Red+Green+Blue) = 163+175+187=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFBB is #5C5044. Grayscale: #ACACAC. Windows color (decimal): -6049861 or 12300195. OLE color: 12300195.

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

Color convert

RGB163175187-
CMYK0.130.0600.27
HSL210º15%68.63%-
HSV(B)210º12.83%73.33%-
XYZ39.442.0353.05-
YUV172.78136.02121.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=31.05%
G=33.33%
B=35.62%

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
Decimal1631751870.130.0600.272101568.63
HexA3AFBBD601Bd2f45
Octal24325727315603332217105
Binary10100011101011111011101111011100110111101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFBB; }

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

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

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

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

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

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

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

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