#94A5AF

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

Shades of Nepal #94A5AF

Tints of Nepal #94A5AF

Color information

#94A5AF (or 0x94A5AF) is unknown color: approx Nepal. HEX triplet: 94, A5 and AF. RGB value is (148,165,175). Sum of RGB (Red+Green+Blue) = 148+165+175=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #94A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A5AF is #6B5A50. Grayscale: #A1A1A1. Windows color (decimal): -7035473 or 11511188. OLE color: 11511188.

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

Color convert

RGB148165175-
CMYK0.150.0600.31
HSL202.22º14.44%63.33%-
HSV(B)202.22º15.43%68.63%-
XYZ33.4136.345.8-
YUV161.06135.87118.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=30.33%
G=33.81%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481651750.150.0600.31202.2214.4463.33
Hex94A5AFF601Fcae3f
Octal2242452571760373121677
Binary1001010010100101101011111111110011111110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A5AF; }

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

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

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

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

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

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

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

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