#A0AFBF

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

Shades of Nepal #A0AFBF

Tints of Nepal #A0AFBF

Color information

#A0AFBF (or 0xA0AFBF) is unknown color: approx Nepal. HEX triplet: A0, AF and BF. RGB value is (160,175,191). Sum of RGB (Red+Green+Blue) = 160+175+191=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFBF is #5F5040. Grayscale: #ACACAC. Windows color (decimal): -6246465 or 12562336. OLE color: 12562336.

HSL color Cylindrical-coordinate representation of color #A0AFBF: hue angle of 210.97º 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 #A0AFBF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160175191-
CMYK0.160.0800.25
HSL210.97º19.5%68.82%-
HSV(B)210.97º16.23%74.9%-
XYZ39.2341.955.31-
YUV172.34138.53119.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 36.31%
R=30.42%
G=33.27%
B=36.31%

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
Decimal1601751910.160.0800.25210.9719.568.82
HexA0AFBF108019d31345
Octal240257277201003132323105
Binary10100000101011111011111110000100001100111010011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFBF; }

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

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

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

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

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

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

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

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