#A3B0BA

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

Shades of Nepal #A3B0BA

Tints of Nepal #A3B0BA

Color information

#A3B0BA (or 0xA3B0BA) is unknown color: approx Nepal. HEX triplet: A3, B0 and BA. RGB value is (163,176,186). Sum of RGB (Red+Green+Blue) = 163+176+186=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0BA is #5C4F45. Grayscale: #ADADAD. Windows color (decimal): -6049606 or 12234915. OLE color: 12234915.

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

Color convert

RGB163176186-
CMYK0.120.0500.27
HSL206.09º14.29%68.43%-
HSV(B)206.09º12.37%72.94%-
XYZ39.4942.3852.55-
YUV173.25135.19120.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=31.05%
G=33.52%
B=35.43%

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
Decimal1631761860.120.0500.27206.0914.2968.43
HexA3B0BAC501Bcee44
Octal24326027214503331616104
Binary10100011101100001011101011001010110111100111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0BA; }

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

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

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

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

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

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

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

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