#A0AFBE

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

Shades of Nepal #A0AFBE

Tints of Nepal #A0AFBE

Color information

#A0AFBE (or 0xA0AFBE) is unknown color: approx Nepal. HEX triplet: A0, AF and BE. RGB value is (160,175,190). Sum of RGB (Red+Green+Blue) = 160+175+190=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBE is #5F5041. Grayscale: #ACACAC. Windows color (decimal): -6246466 or 12496800. OLE color: 12496800.

HSL color Cylindrical-coordinate representation of color #A0AFBE: hue angle of 210º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0AFBE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160175190-
CMYK0.160.0800.25
HSL210º18.75%68.63%-
HSV(B)210º15.79%74.51%-
XYZ39.1241.8554.73-
YUV172.22138.03119.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=30.48%
G=33.33%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601751900.160.0800.2521018.7568.63
HexA0AFBE108019d21345
Octal240257276201003132223105
Binary10100000101011111011111010000100001100111010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFBE; }

 p { color: rgb(160,175,190); }

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

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

 a { background-color: rgb(160,175,190); }

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

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

 span { border-color: rgb(160,175,190); }

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