COLOR #AAB79D

HEX: #AAB79D
RGB: (170,183,157)

Color info

#AAB79D contains red, green and blue colors in about the same proportion. Web safe color of #AAB79D is #99CC99 (or #9C9).

RGB color model

#AAB79D color RGB value is (170,183,157).

  • red value is 170;
  • green value is 183;
  • blue value is 157.
RGB:
(170,183,157)
(67%,72%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 157 of 255 = 62%

170
183
157

R + G + B ~ 67%. #AAB79D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 183 + 157 = 510 (100%)
R 170 of 510 ~ 33.33%
G 183 of 510 ~ 35.88%
B 157 of 510 ~ 30.78%

%33.33
%35.88
%30.78

CMYK color model

#AAB79D color CMYK value is (7,0,14,28).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK:
(7,0,14,28)
C7M0Y14K28 
(7%,0%,14%,28%)
(0.07/0.00/0.14/0.28)	

CMYK percentages

%7.1
%0
%14.21
%28.24

Codes

Color #AAB79D in popluar color models

AAB79D
RGB170183157
HSL90°15.29%66.67%
HSB/HSV90°14.21%71.76%
CMYK7.10%0.00%14.21%
28.24%

Color #AAB79D in popluar number systems.

HEXAAB79D
Decimal170183157
Binary101010101011011110011101
Octal252267235

Shades and tints

Shades of #AAB79D

#AAB79D
(170,183,157)
#9BA78F
(155,167,143)
#8C9781
(140,151,129)
#7D8773
(125,135,115)
#6E7765
(110,119,101)
#5F6757
(95,103,87)
#505749
(80,87,73)
#41473B
(65,71,59)
#32372D
(50,55,45)
#23271F
(35,39,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AAB79D

#AAB79D
(170,183,157)
#B1BDA5
(177,189,165)
#B8C3AD
(184,195,173)
#BFC9B5
(191,201,181)
#C6CFBD
(198,207,189)
#CDD5C5
(205,213,197)
#D4DBCD
(212,219,205)
#DBE1D5
(219,225,213)
#E2E7DD
(226,231,221)
#E9EDE5
(233,237,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB79D color. Also use rgb(170,183,157) instead hex code.

Text Font Color

.myTextColor { color: #AAB79D; }

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

This text font color is #AAB79D.


Background Color

.myBgColor { background-color: #AAB79D; }

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

This div background color is #AAB79D.


Border color

.myBorderColor { border: 1px solid #AAB79D; }

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

This div border color is #AAB79D.


Opacity

.myOpacity80 { color: #AAB79D; opacity: 0.8; }

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

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

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

This text has shadow with #AAB79D color.

.textShadow {text-shadow: 3px 3px 1px #AAB79D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAB79D;
-webkit-box-shadow: 1px 1px 3px 2px #AAB79D;
box-shadow:1px 1px 3px 2px #AAB79D;">
Div content here</div>
This div box has shadow with color #AAB79D.

Preview

Color preview on black background

This text has color #AAB79D on black background.


Color preview on white background

This text has color #AAB79D on white background.



Black color preview on #AAB79D background

This text has black color on #AAB79D background.


White color preview on #AAB79D background

This text has white color on #AAB79D background.