#A0AFBB

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

Shades of Nepal #A0AFBB

Tints of Nepal #A0AFBB

Color information

#A0AFBB (or 0xA0AFBB) is unknown color: approx Nepal. HEX triplet: A0, AF and BB. RGB value is (160,175,187). Sum of RGB (Red+Green+Blue) = 160+175+187=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBB is #5F5044. Grayscale: #ABABAB. Windows color (decimal): -6246469 or 12300192. OLE color: 12300192.

HSL color Cylindrical-coordinate representation of color #A0AFBB: hue angle of 206.67º degrees, saturation: 0.17, 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 #A0AFBB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160175187-
CMYK0.140.0600.27
HSL206.67º16.56%68.04%-
HSV(B)206.67º14.44%73.33%-
XYZ38.841.7253.02-
YUV171.88136.53119.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=30.65%
G=33.52%
B=35.82%

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
Decimal1601751870.140.0600.27206.6716.5668.04
HexA0AFBBE601Bcf1144
Octal24025727316603331721104
Binary101000001010111110111011111011001101111001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFBB; }

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

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

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

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

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

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

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

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