COLOR #AAC5A5

HEX: #AAC5A5
RGB: (170,197,165)

Color info

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

RGB color model

#AAC5A5 color RGB value is (170,197,165).

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

RGB channels and saturation

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

170
197
165

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 165 = 532 (100%)
R 170 of 532 ~ 31.95%
G 197 of 532 ~ 37.03%
B 165 of 532 ~ 31.02%

%31.95
%37.03
%31.02

CMYK color model

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

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

CMYK percentages

%13.71
%0
%16.24
%22.75

Codes

Color #AAC5A5 in popluar color models

AAC5A5
RGB170197165
HSL111°21.62%70.98%
HSB/HSV111°16.24%77.25%
CMYK13.71%0.00%16.24%
22.75%

Color #AAC5A5 in popluar number systems.

HEXAAC5A5
Decimal170197165
Binary101010101100010110100101
Octal252305245

Shades and tints

Shades of #AAC5A5

#AAC5A5
(170,197,165)
#9BB496
(155,180,150)
#8CA387
(140,163,135)
#7D9278
(125,146,120)
#6E8169
(110,129,105)
#5F705A
(95,112,90)
#505F4B
(80,95,75)
#414E3C
(65,78,60)
#323D2D
(50,61,45)
#232C1E
(35,44,30)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #AAC5A5

#AAC5A5
(170,197,165)
#B1CAAD
(177,202,173)
#B8CFB5
(184,207,181)
#BFD4BD
(191,212,189)
#C6D9C5
(198,217,197)
#CDDECD
(205,222,205)
#D4E3D5
(212,227,213)
#DBE8DD
(219,232,221)
#E2EDE5
(226,237,229)
#E9F2ED
(233,242,237)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5A5; }

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

This text font color is #AAC5A5.


Background Color

.myBgColor { background-color: #AAC5A5; }

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

This div background color is #AAC5A5.


Border color

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

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

This div border color is #AAC5A5.


Opacity

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

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

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

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

This text has shadow with #AAC5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5A5 on black background.


Color preview on white background

This text has color #AAC5A5 on white background.



Black color preview on #AAC5A5 background

This text has black color on #AAC5A5 background.


White color preview on #AAC5A5 background

This text has white color on #AAC5A5 background.