COLOR #9AA177

HEX: #9AA177 RGB: (154,161,119)

Color info

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

RGB color model

#9AA177 color RGB value is (154,161,119).

RGB: (154,161,119) (60%, 63%, 47%)

RGB channels and saturation

R 154 of 255 = 60%
G 161 of 255 = 63%
B 119 of 255 = 47%

154
161
119

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

Portions of RGB colors in percentages

R + G + B = 154 + 161 + 119 = 434 (100%)
R 154 of 434 ~ 35.48%
G 161 of 434 ~ 37.1%
B 119 of 434 ~ 27.42'%

%35.48
%37.1
%27.42

CMYK color model

#9AA177 color CMYK value is (4,0,26,37).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 36.86%
CMYK: (4,0,26,37) C4M0Y26K37 (4%,0%,26%,37%) (0.04/0.00/0.26/0.37) 

CMYK percentages

%4.35
%0
%26.09
%36.86

Codes

Color #9AA177 in popluar color models

9A A1 77
RGB 154 161 119
HSL 70° 18.26% 54.90%
HSB/HSV 70° 26.09% 63.14%
CMYK 4.35% 0.00% 26.09%
36.86%

Color #9AA177 in popluar number systems.

HEX 9A A1 77
Decimal 154 161 119
Binary 10011010 10100001 1110111
Octal 232 241 167

Shades and tints

Shades of #9AA177

#9AA177
(154,161,119)
#8C936D
(140,147,109)
#7E8563
(126,133,99)
#707759
(112,119,89)
#62694F
(98,105,79)
#545B45
(84,91,69)
#464D3B
(70,77,59)
#383F31
(56,63,49)
#2A3127
(42,49,39)
#1C231D
(28,35,29)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #9AA177

#9AA177
(154,161,119)
#A3A983
(163,169,131)
#ACB18F
(172,177,143)
#B5B99B
(181,185,155)
#BEC1A7
(190,193,167)
#C7C9B3
(199,201,179)
#D0D1BF
(208,209,191)
#D9D9CB
(217,217,203)
#E2E1D7
(226,225,215)
#EBE9E3
(235,233,227)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA177 color. Also use rgb(154,161,119) instead hex code.

Text Font Color

.myTextColor { color: #9AA177; }

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

This text font color is #9AA177.

Background Color

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

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

This div background color is #9AA177.

Border color

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

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

This div border color is #9AA177.

Opacity

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

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

Text with #9AA177 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 #9AA177;}

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

This text has shadow with #9AA177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA177.

Preview

Color preview on black background

This text has color #9AA177 on black background.


Color preview on white background

This text has color #9AA177 on white background.


Black color preview on #9AA177 background

This text has black color on #9AA177 background.


White color preview on #9AA177 background

This text has white color on #9AA177 background.


Related colors

Complementary color

Complementary color for #hex is #655E88.


I love getcolorcode.com

Triadic colors

1 #779AA1 and #A1779A with #9AA177 are triadic colors.

2 #77A19A and #A19A77 with #9AA177 are triadic colors.