COLOR #AAC573

HEX: #AAC573 RGB: (170,197,115)

Color info

#AAC573 contains mainly red and green colors. Web safe color of #AAC573 is #99CC66 (or #9C6).

RGB color model

#AAC573 color RGB value is (170,197,115).

RGB: (170,197,115) (67%, 77%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 115 of 255 = 45%

170
197
115

R + G + B ~ 63%. #AAC573 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 197 + 115 = 482 (100%)
R 170 of 482 ~ 35.27%
G 197 of 482 ~ 40.87%
B 115 of 482 ~ 23.86'%

%35.27
%40.87
%23.86

CMYK color model

#AAC573 color CMYK value is (14,0,42,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 41.62%
  • key color value is 22.75%

CMYK: (14,0,42,23)
C14M0Y42K23 (14%, 0%, 42%, 23%)
(0.14 / 0.00 / 0.42 / 0.23)

CMYK percentages

%13.71
%0
%41.62
%22.75

Codes

Color #AAC573 in popluar color models

AA C5 73
RGB 170 197 115
HSL 80° 41.41% 61.18%
HSB/HSV 80° 41.62% 77.25%
CMYK 13.71% 0.00% 41.62%
22.75%

Color #AAC573 in popluar number systems.

HEX AA C5 73
Decimal 170 197 115
Binary 10101010 11000101 1110011
Octal 252 305 163

Shades and tints

Shades of #AAC573

#AAC573
(170,197,115)
#9BB469
(155,180,105)
#8CA35F
(140,163,95)
#7D9255
(125,146,85)
#6E814B
(110,129,75)
#5F7041
(95,112,65)
#505F37
(80,95,55)
#414E2D
(65,78,45)
#323D23
(50,61,35)
#232C19
(35,44,25)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #AAC573

#AAC573
(170,197,115)
#B1CA7F
(177,202,127)
#B8CF8B
(184,207,139)
#BFD497
(191,212,151)
#C6D9A3
(198,217,163)
#CDDEAF
(205,222,175)
#D4E3BB
(212,227,187)
#DBE8C7
(219,232,199)
#E2EDD3
(226,237,211)
#E9F2DF
(233,242,223)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC573 color. Also use rgb(170,197,115) instead hex code.

Text Font Color

.myTextColor { color: #AAC573; }

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

This text font color is #AAC573.

Background Color

.myBgColor { background-color: #AAC573; }

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

This div background color is #AAC573.

Border color

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

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

This div border color is #AAC573.

Opacity

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

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

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

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

This text has shadow with #AAC573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC573.

Preview

Color preview on black background

This text has color #AAC573 on black background.


Color preview on white background

This text has color #AAC573 on white background.


Black color preview on #AAC573 background

This text has black color on #AAC573 background.


White color preview on #AAC573 background

This text has white color on #AAC573 background.


Related colors

Complementary color

Complementary color for #hex is #553A8C.


I love getcolorcode.com

Triadic colors

1 #73AAC5 and #C573AA with #AAC573 are triadic colors.

2 #73C5AA and #C5AA73 with #AAC573 are triadic colors.