COLOR #AAC197

HEX: #AAC197 RGB: (170,193,151)

Color info

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

RGB color model

#AAC197 color RGB value is (170,193,151).

RGB: (170,193,151) (67%, 76%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 151 of 255 = 59%

170
193
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 151 = 514 (100%)
R 170 of 514 ~ 33.07%
G 193 of 514 ~ 37.55%
B 151 of 514 ~ 29.38'%

%33.07
%37.55
%29.38

CMYK color model

#AAC197 color CMYK value is (12,0,22,24).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%

CMYK: (12,0,22,24)
C12M0Y22K24 (12%, 0%, 22%, 24%)
(0.12 / 0.00 / 0.22 / 0.24)

CMYK percentages

%11.92
%0
%21.76
%24.31

Codes

Color #AAC197 in popluar color models

AA C1 97
RGB 170 193 151
HSL 93° 25.30% 67.45%
HSB/HSV 93° 21.76% 75.69%
CMYK 11.92% 0.00% 21.76%
24.31%

Color #AAC197 in popluar number systems.

HEX AA C1 97
Decimal 170 193 151
Binary 10101010 11000001 10010111
Octal 252 301 227

Shades and tints

Shades of #AAC197

#AAC197
(170,193,151)
#9BB08A
(155,176,138)
#8C9F7D
(140,159,125)
#7D8E70
(125,142,112)
#6E7D63
(110,125,99)
#5F6C56
(95,108,86)
#505B49
(80,91,73)
#414A3C
(65,74,60)
#32392F
(50,57,47)
#232822
(35,40,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAC197

#AAC197
(170,193,151)
#B1C6A0
(177,198,160)
#B8CBA9
(184,203,169)
#BFD0B2
(191,208,178)
#C6D5BB
(198,213,187)
#CDDAC4
(205,218,196)
#D4DFCD
(212,223,205)
#DBE4D6
(219,228,214)
#E2E9DF
(226,233,223)
#E9EEE8
(233,238,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC197 color. Also use rgb(170,193,151) instead hex code.

Text Font Color

.myTextColor { color: #AAC197; }

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

This text font color is #AAC197.

Background Color

.myBgColor { background-color: #AAC197; }

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

This div background color is #AAC197.

Border color

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

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

This div border color is #AAC197.

Opacity

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

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

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

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

This text has shadow with #AAC197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC197.

Preview

Color preview on black background

This text has color #AAC197 on black background.


Color preview on white background

This text has color #AAC197 on white background.


Black color preview on #AAC197 background

This text has black color on #AAC197 background.


White color preview on #AAC197 background

This text has white color on #AAC197 background.


Related colors

Complementary color

Complementary color for #hex is #553E68.


I love getcolorcode.com

Triadic colors

1 #97AAC1 and #C197AA with #AAC197 are triadic colors.

2 #97C1AA and #C1AA97 with #AAC197 are triadic colors.