#A0AEBD

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

Shades of Nepal #A0AEBD

Tints of Nepal #A0AEBD

Color information

#A0AEBD (or 0xA0AEBD) is unknown color: approx Nepal. HEX triplet: A0, AE and BD. RGB value is (160,174,189). Sum of RGB (Red+Green+Blue) = 160+174+189=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEBD is #5F5142. Grayscale: #ABABAB. Windows color (decimal): -6246723 or 12431008. OLE color: 12431008.

HSL color Cylindrical-coordinate representation of color #A0AEBD: hue angle of 211.03º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0AEBD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160174189-
CMYK0.150.0800.26
HSL211.03º18.01%68.43%-
HSV(B)211.03º15.34%74.12%-
XYZ38.8241.4254.09-
YUV171.52137.86119.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=30.59%
G=33.27%
B=36.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601741890.150.0800.26211.0318.0168.43
HexA0AEBDF801Ad31244
Octal240256275171003232322104
Binary1010000010101110101111011111100001101011010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEBD; }

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

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

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

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

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

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

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

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