COLOR #AAB79C

HEX: #AAB79C RGB: (170,183,156)

Color info

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

RGB color model

#AAB79C color RGB value is (170,183,156).

RGB: (170,183,156) (67%, 72%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 156 of 255 = 61%

170
183
156

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

Portions of RGB colors in percentages

R + G + B = 170 + 183 + 156 = 509 (100%)
R 170 of 509 ~ 33.4%
G 183 of 509 ~ 35.95%
B 156 of 509 ~ 30.65'%

%33.4
%35.95
%30.65

CMYK color model

#AAB79C color CMYK value is (7,0,15,28).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%

CMYK: (7,0,15,28)
C7M0Y15K28 (7%, 0%, 15%, 28%)
(0.07 / 0.00 / 0.15 / 0.28)

CMYK percentages

%7.1
%0
%14.75
%28.24

Codes

Color #AAB79C in popluar color models

AA B7 9C
RGB 170 183 156
HSL 89° 15.79% 66.47%
HSB/HSV 89° 14.75% 71.76%
CMYK 7.10% 0.00% 14.75%
28.24%

Color #AAB79C in popluar number systems.

HEX AA B7 9C
Decimal 170 183 156
Binary 10101010 10110111 10011100
Octal 252 267 234

Shades and tints

Shades of #AAB79C

#AAB79C
(170,183,156)
#9BA78E
(155,167,142)
#8C9780
(140,151,128)
#7D8772
(125,135,114)
#6E7764
(110,119,100)
#5F6756
(95,103,86)
#505748
(80,87,72)
#41473A
(65,71,58)
#32372C
(50,55,44)
#23271E
(35,39,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #AAB79C

#AAB79C
(170,183,156)
#B1BDA5
(177,189,165)
#B8C3AE
(184,195,174)
#BFC9B7
(191,201,183)
#C6CFC0
(198,207,192)
#CDD5C9
(205,213,201)
#D4DBD2
(212,219,210)
#DBE1DB
(219,225,219)
#E2E7E4
(226,231,228)
#E9EDED
(233,237,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB79C; }

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

This text font color is #AAB79C.

Background Color

.myBgColor { background-color: #AAB79C; }

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

This div background color is #AAB79C.

Border color

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

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

This div border color is #AAB79C.

Opacity

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

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

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

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

This text has shadow with #AAB79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB79C.

Preview

Color preview on black background

This text has color #AAB79C on black background.


Color preview on white background

This text has color #AAB79C on white background.


Black color preview on #AAB79C background

This text has black color on #AAB79C background.


White color preview on #AAB79C background

This text has white color on #AAB79C background.


Related colors

Complementary color

Complementary color for #hex is #554863.


I love getcolorcode.com

Triadic colors

1 #9CAAB7 and #B79CAA with #AAB79C are triadic colors.

2 #9CB7AA and #B7AA9C with #AAB79C are triadic colors.