COLOR #AAC0A7

HEX: #AAC0A7 RGB: (170,192,167)

Color info

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

RGB color model

#AAC0A7 color RGB value is (170,192,167).

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

RGB channels and saturation

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

170
192
167

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

Portions of RGB colors in percentages

R + G + B = 170 + 192 + 167 = 529 (100%)
R 170 of 529 ~ 32.14%
G 192 of 529 ~ 36.29%
B 167 of 529 ~ 31.57'%

%32.14
%36.29
%31.57

CMYK color model

#AAC0A7 color CMYK value is (11,0,13,25).

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

CMYK: (11,0,13,25)
C11M0Y13K25 (11%, 0%, 13%, 25%)
(0.11 / 0.00 / 0.13 / 0.25)

CMYK percentages

%11.46
%0
%13.02
%24.71

Codes

Color #AAC0A7 in popluar color models

AA C0 A7
RGB 170 192 167
HSL 113° 16.56% 70.39%
HSB/HSV 113° 13.02% 75.29%
CMYK 11.46% 0.00% 13.02%
24.71%

Color #AAC0A7 in popluar number systems.

HEX AA C0 A7
Decimal 170 192 167
Binary 10101010 11000000 10100111
Octal 252 300 247

Shades and tints

Shades of #AAC0A7

#AAC0A7
(170,192,167)
#9BAF98
(155,175,152)
#8C9E89
(140,158,137)
#7D8D7A
(125,141,122)
#6E7C6B
(110,124,107)
#5F6B5C
(95,107,92)
#505A4D
(80,90,77)
#41493E
(65,73,62)
#32382F
(50,56,47)
#232720
(35,39,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAC0A7

#AAC0A7
(170,192,167)
#B1C5AF
(177,197,175)
#B8CAB7
(184,202,183)
#BFCFBF
(191,207,191)
#C6D4C7
(198,212,199)
#CDD9CF
(205,217,207)
#D4DED7
(212,222,215)
#DBE3DF
(219,227,223)
#E2E8E7
(226,232,231)
#E9EDEF
(233,237,239)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC0A7; }

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

This text font color is #AAC0A7.

Background Color

.myBgColor { background-color: #AAC0A7; }

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

This div background color is #AAC0A7.

Border color

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

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

This div border color is #AAC0A7.

Opacity

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

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

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

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

This text has shadow with #AAC0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC0A7.

Preview

Color preview on black background

This text has color #AAC0A7 on black background.


Color preview on white background

This text has color #AAC0A7 on white background.


Black color preview on #AAC0A7 background

This text has black color on #AAC0A7 background.


White color preview on #AAC0A7 background

This text has white color on #AAC0A7 background.


Related colors

Complementary color

Complementary color for #hex is #553F58.


I love getcolorcode.com

Triadic colors

1 #A7AAC0 and #C0A7AA with #AAC0A7 are triadic colors.

2 #A7C0AA and #C0AAA7 with #AAC0A7 are triadic colors.