COLOR #AAC5AA

HEX: #AAC5AA
RGB: (170,197,170)

Color info

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

RGB color model

#AAC5AA color RGB value is (170,197,170).

  • red value is 170;
  • green value is 197;
  • blue value is 170.
RGB:
(170,197,170)
(67%,77%,67%)

RGB channels and saturation

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

170
197
170

R + G + B ~ 70%. #AAC5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 170 = 537 (100%)
R 170 of 537 ~ 31.66%
G 197 of 537 ~ 36.69%
B 170 of 537 ~ 31.66%

%31.66
%36.69
%31.66

CMYK color model

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

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(14,0,14,23)
C14M0Y14K23 
(14%,0%,14%,23%)
(0.14/0.00/0.14/0.23)	

CMYK percentages

%13.71
%0
%13.71
%22.75

Codes

Color #AAC5AA in popluar color models

AAC5AA
RGB170197170
HSL120°18.88%71.96%
HSB/HSV120°13.71%77.25%
CMYK13.71%0.00%13.71%
22.75%

Color #AAC5AA in popluar number systems.

HEXAAC5AA
Decimal170197170
Binary101010101100010110101010
Octal252305252

Shades and tints

Shades of #AAC5AA

#AAC5AA
(170,197,170)
#9BB49B
(155,180,155)
#8CA38C
(140,163,140)
#7D927D
(125,146,125)
#6E816E
(110,129,110)
#5F705F
(95,112,95)
#505F50
(80,95,80)
#414E41
(65,78,65)
#323D32
(50,61,50)
#232C23
(35,44,35)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #AAC5AA

#AAC5AA
(170,197,170)
#B1CAB1
(177,202,177)
#B8CFB8
(184,207,184)
#BFD4BF
(191,212,191)
#C6D9C6
(198,217,198)
#CDDECD
(205,222,205)
#D4E3D4
(212,227,212)
#DBE8DB
(219,232,219)
#E2EDE2
(226,237,226)
#E9F2E9
(233,242,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5AA; }

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

This text font color is #AAC5AA.


Background Color

.myBgColor { background-color: #AAC5AA; }

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

This div background color is #AAC5AA.


Border color

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

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

This div border color is #AAC5AA.


Opacity

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

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

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

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

This text has shadow with #AAC5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5AA on black background.


Color preview on white background

This text has color #AAC5AA on white background.



Black color preview on #AAC5AA background

This text has black color on #AAC5AA background.


White color preview on #AAC5AA background

This text has white color on #AAC5AA background.