#A5AFB8

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

Shades of Nepal #A5AFB8

Tints of Nepal #A5AFB8

Color information

#A5AFB8 (or 0xA5AFB8) is unknown color: approx Nepal. HEX triplet: A5, AF and B8. RGB value is (165,175,184). Sum of RGB (Red+Green+Blue) = 165+175+184=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: blue. Hex color #A5AFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFB8 is #5A5047. Grayscale: #ACACAC. Windows color (decimal): -5918792 or 12103589. OLE color: 12103589.

HSL color Cylindrical-coordinate representation of color #A5AFB8: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5AFB8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165175184-
CMYK0.100.0500.28
HSL208.42º11.8%68.43%-
HSV(B)208.42º10.33%72.16%-
XYZ39.542.1251.4-
YUV173.04134.19122.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=31.49%
G=33.40%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651751840.100.0500.28208.4211.868.43
HexA5AFB8A501Cd0c44
Octal24525727012503432014104
Binary10100101101011111011100010101010111001101000011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFB8; }

 p { color: rgb(165,175,184); }

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

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

 a { background-color: rgb(165,175,184); }

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

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

 span { border-color: rgb(165,175,184); }

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