COLOR #AAC0A6

HEX: #AAC0A6 RGB: (170,192,166)

Color info

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

RGB color model

#AAC0A6 color RGB value is (170,192,166).

RGB: (170,192,166) (67%, 75%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 166 of 255 = 65%

170
192
166

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

Portions of RGB colors in percentages

R + G + B = 170 + 192 + 166 = 528 (100%)
R 170 of 528 ~ 32.2%
G 192 of 528 ~ 36.36%
B 166 of 528 ~ 31.44'%

%32.2
%36.36
%31.44

CMYK color model

#AAC0A6 color CMYK value is (11,0,14,25).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 13.54%
  • key color value is 24.71%

CMYK: (11,0,14,25)
C11M0Y14K25 (11%, 0%, 14%, 25%)
(0.11 / 0.00 / 0.14 / 0.25)

CMYK percentages

%11.46
%0
%13.54
%24.71

Codes

Color #AAC0A6 in popluar color models

AA C0 A6
RGB 170 192 166
HSL 111° 17.11% 70.20%
HSB/HSV 111° 13.54% 75.29%
CMYK 11.46% 0.00% 13.54%
24.71%

Color #AAC0A6 in popluar number systems.

HEX AA C0 A6
Decimal 170 192 166
Binary 10101010 11000000 10100110
Octal 252 300 246

Shades and tints

Shades of #AAC0A6

#AAC0A6
(170,192,166)
#9BAF97
(155,175,151)
#8C9E88
(140,158,136)
#7D8D79
(125,141,121)
#6E7C6A
(110,124,106)
#5F6B5B
(95,107,91)
#505A4C
(80,90,76)
#41493D
(65,73,61)
#32382E
(50,56,46)
#23271F
(35,39,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AAC0A6

#AAC0A6
(170,192,166)
#B1C5AE
(177,197,174)
#B8CAB6
(184,202,182)
#BFCFBE
(191,207,190)
#C6D4C6
(198,212,198)
#CDD9CE
(205,217,206)
#D4DED6
(212,222,214)
#DBE3DE
(219,227,222)
#E2E8E6
(226,232,230)
#E9EDEE
(233,237,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC0A6; }

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

This text font color is #AAC0A6.

Background Color

.myBgColor { background-color: #AAC0A6; }

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

This div background color is #AAC0A6.

Border color

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

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

This div border color is #AAC0A6.

Opacity

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

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

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

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

This text has shadow with #AAC0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC0A6.

Preview

Color preview on black background

This text has color #AAC0A6 on black background.


Color preview on white background

This text has color #AAC0A6 on white background.


Black color preview on #AAC0A6 background

This text has black color on #AAC0A6 background.


White color preview on #AAC0A6 background

This text has white color on #AAC0A6 background.


Related colors

Complementary color

Complementary color for #hex is #553F59.


I love getcolorcode.com

Triadic colors

1 #A6AAC0 and #C0A6AA with #AAC0A6 are triadic colors.

2 #A6C0AA and #C0AAA6 with #AAC0A6 are triadic colors.