#A0AEBA

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

Shades of Nepal #A0AEBA

Tints of Nepal #A0AEBA

Color information

#A0AEBA (or 0xA0AEBA) is unknown color: approx Nepal. HEX triplet: A0, AE and BA. RGB value is (160,174,186). Sum of RGB (Red+Green+Blue) = 160+174+186=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEBA is #5F5145. Grayscale: #ABABAB. Windows color (decimal): -6246726 or 12234400. OLE color: 12234400.

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

Color convert

RGB160174186-
CMYK0.140.0600.27
HSL207.69º15.85%67.84%-
HSV(B)207.69º13.98%72.94%-
XYZ38.541.2952.4-
YUV171.18136.36120.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=30.77%
G=33.46%
B=35.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601741860.140.0600.27207.6915.8567.84
HexA0AEBAE601Bd01044
Octal24025627216603332020104
Binary101000001010111010111010111011001101111010000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEBA; }

 p { color: rgb(160,174,186); }

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

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

 a { background-color: rgb(160,174,186); }

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

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

 span { border-color: rgb(160,174,186); }

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