#95A6AF

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

Shades of Nepal #95A6AF

Tints of Nepal #95A6AF

Color information

#95A6AF (or 0x95A6AF) is unknown color: approx Nepal. HEX triplet: 95, A6 and AF. RGB value is (149,166,175). Sum of RGB (Red+Green+Blue) = 149+166+175=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #95A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A6AF is #6A5950. Grayscale: #A1A1A1. Windows color (decimal): -6969681 or 11511445. OLE color: 11511445.

HSL color Cylindrical-coordinate representation of color #95A6AF: hue angle of 200.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95A6AF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149166175-
CMYK0.150.0500.31
HSL200.77º13.98%63.53%-
HSV(B)200.77º14.86%68.63%-
XYZ33.7736.7645.87-
YUV161.94135.37118.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=30.41%
G=33.88%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491661750.150.0500.31200.7713.9863.53
Hex95A6AFF501Fc9e40
Octal22524625717503731116100
Binary10010101101001101010111111111010111111100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A6AF; }

 p { color: rgb(149,166,175); }

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

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

 a { background-color: rgb(149,166,175); }

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

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

 span { border-color: rgb(149,166,175); }

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