COLOR #9FA170

HEX: #9FA170 RGB: (159,161,112)

Color info

#9FA170 contains red, green and blue colors in about the same proportion. Web safe color of #9FA170 is #999966 (or #996).

RGB color model

#9FA170 color RGB value is (159,161,112).

RGB: (159,161,112) (62%, 63%, 44%)

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 112 of 255 = 44%

159
161
112

R + G + B ~ 56%. #9FA170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 161 + 112 = 432 (100%)
R 159 of 432 ~ 36.81%
G 161 of 432 ~ 37.27%
B 112 of 432 ~ 25.93'%

%36.81
%37.27
%25.93

CMYK color model

#9FA170 color CMYK value is (1,0,30,37).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 36.86%

CMYK: (1,0,30,37)
C1M0Y30K37 (1%, 0%, 30%, 37%)
(0.01 / 0.00 / 0.30 / 0.37)

CMYK percentages

%1.24
%0
%30.43
%36.86

Codes

Color #9FA170 in popluar color models

9F A1 70
RGB 159 161 112
HSL 62° 20.68% 53.53%
HSB/HSV 62° 30.43% 63.14%
CMYK 1.24% 0.00% 30.43%
36.86%

Color #9FA170 in popluar number systems.

HEX 9F A1 70
Decimal 159 161 112
Binary 10011111 10100001 1110000
Octal 237 241 160

Shades and tints

Shades of #9FA170

#9FA170
(159,161,112)
#919366
(145,147,102)
#83855C
(131,133,92)
#757752
(117,119,82)
#676948
(103,105,72)
#595B3E
(89,91,62)
#4B4D34
(75,77,52)
#3D3F2A
(61,63,42)
#2F3120
(47,49,32)
#212316
(33,35,22)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #9FA170

#9FA170
(159,161,112)
#A7A97D
(167,169,125)
#AFB18A
(175,177,138)
#B7B997
(183,185,151)
#BFC1A4
(191,193,164)
#C7C9B1
(199,201,177)
#CFD1BE
(207,209,190)
#D7D9CB
(215,217,203)
#DFE1D8
(223,225,216)
#E7E9E5
(231,233,229)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA170 color. Also use rgb(159,161,112) instead hex code.

Text Font Color

.myTextColor { color: #9FA170; }

<p style="color:#9FA170">This sample text font color is #9FA170.</p>

This text font color is #9FA170.

Background Color

.myBgColor { background-color: #9FA170; }

<div style="background-color:#9FA170">Inner text</div>

This div background color is #9FA170.

Border color

.myBorderColor { border: 1px solid #9FA170; }

<div style="border:3px solid #9FA170">Div</div>

This div border color is #9FA170.

Opacity

.myOpacity80 { color: #9FA170; opacity: 0.8; }

<p style="color:#9FA170;opacity:0.8;">80%</p>

Text with #9FA170 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9FA170;}

<p style="text-shadow: 3px 3px 1px #9FA170">Text here.</p>

This text has shadow with #9FA170 color.


.textShadow {text-shadow: 3px 3px 1px #9FA170', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9FA170, 5px 5px 20px red">Text here.</p>

This text has shadow with #9FA170 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9FA170, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9FA170, Direction=45, Strength=4)">Text</p>

This text has shadow with #9FA170 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9FA170;
-webkit-box-shadow: 1px 1px 3px 2px #9FA170;
box-shadow: 1px 1px 3px 2px #9FA170;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9FA170; -webkit-box-shadow: 1px 1px 3px 2px #9FA170; box-shadow:1px 1px 3px 2px #9FA170;">
Div content here
</div>

This div box has shadow with color #9FA170.

Preview

Color preview on black background

This text has color #9FA170 on black background.


Color preview on white background

This text has color #9FA170 on white background.


Black color preview on #9FA170 background

This text has black color on #9FA170 background.


White color preview on #9FA170 background

This text has white color on #9FA170 background.


Related colors

Complementary color

Complementary color for #hex is #605E8F.


I love getcolorcode.com

Triadic colors

1 #709FA1 and #A1709F with #9FA170 are triadic colors.

2 #70A19F and #A19F70 with #9FA170 are triadic colors.