#9FA49E

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

Shades of Mantle #9FA49E

Tints of Mantle #9FA49E

Color information

#9FA49E (or 0x9FA49E) is unknown color: approx Mantle. HEX triplet: 9F, A4 and 9E. RGB value is (159,164,158). Sum of RGB (Red+Green+Blue) = 159+164+158=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA49E is #605B61. Grayscale: #A1A1A1. Windows color (decimal): -6314850 or 10396831. OLE color: 10396831.

HSL color Cylindrical-coordinate representation of color #9FA49E: hue angle of 110º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA49E is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB159164158-
CMYK0.0300.040.36
HSL110º3.19%63.14%-
HSV(B)110º3.66%64.31%-
XYZ33.7536.3937.59-
YUV161.82125.84125.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=33.06%
G=34.10%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641580.0300.040.361103.1963.14
Hex9FA49E304246e33f
Octal23724423630444156377
Binary100111111010010010011110110100100100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA49E; }

 p { color: rgb(159,164,158); }

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

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

 a { background-color: rgb(159,164,158); }

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

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

 span { border-color: rgb(159,164,158); }

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