COLOR #AAC0A9

HEX: #AAC0A9 RGB: (170,192,169)

Color info

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

RGB color model

#AAC0A9 color RGB value is (170,192,169).

RGB: (170,192,169) (67%, 75%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 169 of 255 = 66%

170
192
169

R + G + B ~ 69%. #AAC0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 192 + 169 = 531 (100%)
R 170 of 531 ~ 32.02%
G 192 of 531 ~ 36.16%
B 169 of 531 ~ 31.83'%

%32.02
%36.16
%31.83

CMYK color model

#AAC0A9 color CMYK value is (11,0,12,25).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 24.71%
CMYK: (11,0,12,25) C11M0Y12K25 (11%,0%,12%,25%) (0.11/0.00/0.12/0.25) 

CMYK percentages

%11.46
%0
%11.98
%24.71

Codes

Color #AAC0A9 in popluar color models

AA C0 A9
RGB 170 192 169
HSL 117° 15.44% 70.78%
HSB/HSV 117° 11.98% 75.29%
CMYK 11.46% 0.00% 11.98%
24.71%

Color #AAC0A9 in popluar number systems.

HEX AA C0 A9
Decimal 170 192 169
Binary 10101010 11000000 10101001
Octal 252 300 251

Shades and tints

Shades of #AAC0A9

#AAC0A9
(170,192,169)
#9BAF9A
(155,175,154)
#8C9E8B
(140,158,139)
#7D8D7C
(125,141,124)
#6E7C6D
(110,124,109)
#5F6B5E
(95,107,94)
#505A4F
(80,90,79)
#414940
(65,73,64)
#323831
(50,56,49)
#232722
(35,39,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAC0A9

#AAC0A9
(170,192,169)
#B1C5B0
(177,197,176)
#B8CAB7
(184,202,183)
#BFCFBE
(191,207,190)
#C6D4C5
(198,212,197)
#CDD9CC
(205,217,204)
#D4DED3
(212,222,211)
#DBE3DA
(219,227,218)
#E2E8E1
(226,232,225)
#E9EDE8
(233,237,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC0A9 color. Also use rgb(170,192,169) instead hex code.

Text Font Color

.myTextColor { color: #AAC0A9; }

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

This text font color is #AAC0A9.

Background Color

.myBgColor { background-color: #AAC0A9; }

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

This div background color is #AAC0A9.

Border color

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

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

This div border color is #AAC0A9.

Opacity

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

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

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

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

This text has shadow with #AAC0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC0A9.

Preview

Color preview on black background

This text has color #AAC0A9 on black background.


Color preview on white background

This text has color #AAC0A9 on white background.


Black color preview on #AAC0A9 background

This text has black color on #AAC0A9 background.


White color preview on #AAC0A9 background

This text has white color on #AAC0A9 background.


Related colors

Complementary color

Complementary color for #hex is #553F56.


I love getcolorcode.com

Triadic colors

1 #A9AAC0 and #C0A9AA with #AAC0A9 are triadic colors.

2 #A9C0AA and #C0AAA9 with #AAC0A9 are triadic colors.