COLOR #AAC6AA

HEX: #AAC6AA
RGB: (170,198,170)

Color info

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

RGB color model

#AAC6AA color RGB value is (170,198,170).

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

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 170 of 255 = 67%

170
198
170

R + G + B ~ 71%. #AAC6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 170 = 538 (100%)
R 170 of 538 ~ 31.6%
G 198 of 538 ~ 36.8%
B 170 of 538 ~ 31.6%

%31.6
%36.8
%31.6

CMYK color model

#AAC6AA color CMYK value is (14,0,14,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(14,0,14,22)
C14M0Y14K22 
(14%,0%,14%,22%)
(0.14/0.00/0.14/0.22)	

CMYK percentages

%14.14
%0
%14.14
%22.35

Codes

Color #AAC6AA in popluar color models

AAC6AA
RGB170198170
HSL120°19.72%72.16%
HSB/HSV120°14.14%77.65%
CMYK14.14%0.00%14.14%
22.35%

Color #AAC6AA in popluar number systems.

HEXAAC6AA
Decimal170198170
Binary101010101100011010101010
Octal252306252

Shades and tints

Shades of #AAC6AA

#AAC6AA
(170,198,170)
#9BB49B
(155,180,155)
#8CA28C
(140,162,140)
#7D907D
(125,144,125)
#6E7E6E
(110,126,110)
#5F6C5F
(95,108,95)
#505A50
(80,90,80)
#414841
(65,72,65)
#323632
(50,54,50)
#232423
(35,36,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AAC6AA

#AAC6AA
(170,198,170)
#B1CBB1
(177,203,177)
#B8D0B8
(184,208,184)
#BFD5BF
(191,213,191)
#C6DAC6
(198,218,198)
#CDDFCD
(205,223,205)
#D4E4D4
(212,228,212)
#DBE9DB
(219,233,219)
#E2EEE2
(226,238,226)
#E9F3E9
(233,243,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC6AA; }

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

This text font color is #AAC6AA.


Background Color

.myBgColor { background-color: #AAC6AA; }

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

This div background color is #AAC6AA.


Border color

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

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

This div border color is #AAC6AA.


Opacity

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

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

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

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

This text has shadow with #AAC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC6AA on black background.


Color preview on white background

This text has color #AAC6AA on white background.



Black color preview on #AAC6AA background

This text has black color on #AAC6AA background.


White color preview on #AAC6AA background

This text has white color on #AAC6AA background.