COLOR #AAC9A1

HEX: #AAC9A1 RGB: (170,201,161)

Color info

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

RGB color model

#AAC9A1 color RGB value is (170,201,161).

RGB: (170,201,161) (67%, 79%, 63%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 161 of 255 = 63%

170
201
161

R + G + B ~ 70%. #AAC9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 201 + 161 = 532 (100%)
R 170 of 532 ~ 31.95%
G 201 of 532 ~ 37.78%
B 161 of 532 ~ 30.26'%

%31.95
%37.78
%30.26

CMYK color model

#AAC9A1 color CMYK value is (15,0,20,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 21.18%

CMYK: (15,0,20,21)
C15M0Y20K21 (15%, 0%, 20%, 21%)
(0.15 / 0.00 / 0.20 / 0.21)

CMYK percentages

%15.42
%0
%19.9
%21.18

Codes

Color #AAC9A1 in popluar color models

AA C9 A1
RGB 170 201 161
HSL 107° 27.03% 70.98%
HSB/HSV 107° 19.90% 78.82%
CMYK 15.42% 0.00% 19.90%
21.18%

Color #AAC9A1 in popluar number systems.

HEX AA C9 A1
Decimal 170 201 161
Binary 10101010 11001001 10100001
Octal 252 311 241

Shades and tints

Shades of #AAC9A1

#AAC9A1
(170,201,161)
#9BB793
(155,183,147)
#8CA585
(140,165,133)
#7D9377
(125,147,119)
#6E8169
(110,129,105)
#5F6F5B
(95,111,91)
#505D4D
(80,93,77)
#414B3F
(65,75,63)
#323931
(50,57,49)
#232723
(35,39,35)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAC9A1

#AAC9A1
(170,201,161)
#B1CDA9
(177,205,169)
#B8D1B1
(184,209,177)
#BFD5B9
(191,213,185)
#C6D9C1
(198,217,193)
#CDDDC9
(205,221,201)
#D4E1D1
(212,225,209)
#DBE5D9
(219,229,217)
#E2E9E1
(226,233,225)
#E9EDE9
(233,237,233)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC9A1 color. Also use rgb(170,201,161) instead hex code.

Text Font Color

.myTextColor { color: #AAC9A1; }

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

This text font color is #AAC9A1.

Background Color

.myBgColor { background-color: #AAC9A1; }

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

This div background color is #AAC9A1.

Border color

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

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

This div border color is #AAC9A1.

Opacity

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

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

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

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

This text has shadow with #AAC9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC9A1.

Preview

Color preview on black background

This text has color #AAC9A1 on black background.


Color preview on white background

This text has color #AAC9A1 on white background.


Black color preview on #AAC9A1 background

This text has black color on #AAC9A1 background.


White color preview on #AAC9A1 background

This text has white color on #AAC9A1 background.


Related colors

Complementary color

Complementary color for #hex is #55365E.


I love getcolorcode.com

Triadic colors

1 #A1AAC9 and #C9A1AA with #AAC9A1 are triadic colors.

2 #A1C9AA and #C9AAA1 with #AAC9A1 are triadic colors.