COLOR #8AA173

HEX: #8AA173 RGB: (138,161,115)

Color info

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

RGB color model

#8AA173 color RGB value is (138,161,115).

RGB: (138,161,115) (54%, 63%, 45%)

RGB channels and saturation

R 138 of 255 = 54%
G 161 of 255 = 63%
B 115 of 255 = 45%

138
161
115

R + G + B ~ 54%. #8AA173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 161 + 115 = 414 (100%)
R 138 of 414 ~ 33.33%
G 161 of 414 ~ 38.89%
B 115 of 414 ~ 27.78'%

%33.33
%38.89
%27.78

CMYK color model

#8AA173 color CMYK value is (14,0,29,37).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 36.86%

CMYK: (14,0,29,37)
C14M0Y29K37 (14%, 0%, 29%, 37%)
(0.14 / 0.00 / 0.29 / 0.37)

CMYK percentages

%14.29
%0
%28.57
%36.86

Codes

Color #8AA173 in popluar color models

8A A1 73
RGB 138 161 115
HSL 90° 19.66% 54.12%
HSB/HSV 90° 28.57% 63.14%
CMYK 14.29% 0.00% 28.57%
36.86%

Color #8AA173 in popluar number systems.

HEX 8A A1 73
Decimal 138 161 115
Binary 10001010 10100001 1110011
Octal 212 241 163

Shades and tints

Shades of #8AA173

#8AA173
(138,161,115)
#7E9369
(126,147,105)
#72855F
(114,133,95)
#667755
(102,119,85)
#5A694B
(90,105,75)
#4E5B41
(78,91,65)
#424D37
(66,77,55)
#363F2D
(54,63,45)
#2A3123
(42,49,35)
#1E2319
(30,35,25)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #8AA173

#8AA173
(138,161,115)
#94A97F
(148,169,127)
#9EB18B
(158,177,139)
#A8B997
(168,185,151)
#B2C1A3
(178,193,163)
#BCC9AF
(188,201,175)
#C6D1BB
(198,209,187)
#D0D9C7
(208,217,199)
#DAE1D3
(218,225,211)
#E4E9DF
(228,233,223)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA173 color. Also use rgb(138,161,115) instead hex code.

Text Font Color

.myTextColor { color: #8AA173; }

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

This text font color is #8AA173.

Background Color

.myBgColor { background-color: #8AA173; }

<div style="background-color:#8AA173">Inner text</div>

This div background color is #8AA173.

Border color

.myBorderColor { border: 1px solid #8AA173; }

<div style="border:3px solid #8AA173">Div</div>

This div border color is #8AA173.

Opacity

.myOpacity80 { color: #8AA173; opacity: 0.8; }

<p style="color:#8AA173;opacity:0.8;">80%</p>

Text with #8AA173 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 #8AA173;}

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

This text has shadow with #8AA173 color.


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

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

This text has shadow with #8AA173 primary color and red secondary color.


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

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

This text has shadow with #8AA173 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8AA173.

Preview

Color preview on black background

This text has color #8AA173 on black background.


Color preview on white background

This text has color #8AA173 on white background.


Black color preview on #8AA173 background

This text has black color on #8AA173 background.


White color preview on #8AA173 background

This text has white color on #8AA173 background.


Related colors

Complementary color

Complementary color for #hex is #755E8C.


I love getcolorcode.com

Triadic colors

1 #738AA1 and #A1738A with #8AA173 are triadic colors.

2 #73A18A and #A18A73 with #8AA173 are triadic colors.