COLOR #AACCAA

HEX: #AACCAA RGB: (170,204,170)

Color info

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

RGB color model

#AACCAA color RGB value is (170,204,170).

RGB: (170,204,170) (67%, 80%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 170 of 255 = 67%

170
204
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 170 = 544 (100%)
R 170 of 544 ~ 31.25%
G 204 of 544 ~ 37.5%
B 170 of 544 ~ 31.25'%

%31.25
%37.5
%31.25

CMYK color model

#AACCAA color CMYK value is (17,0,17,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK: (17,0,17,20) C17M0Y17K20 (17%,0%,17%,20%) (0.17/0.00/0.17/0.20) 

CMYK percentages

%16.67
%0
%16.67
%20

Codes

Color #AACCAA in popluar color models

AA CC AA
RGB 170 204 170
HSL 120° 25.00% 73.33%
HSB/HSV 120° 16.67% 80.00%
CMYK 16.67% 0.00% 16.67%
20.00%

Color #AACCAA in popluar number systems.

HEX AA CC AA
Decimal 170 204 170
Binary 10101010 11001100 10101010
Octal 252 314 252

Shades and tints

Shades of #AACCAA

#AACCAA
(170,204,170)
#9BBA9B
(155,186,155)
#8CA88C
(140,168,140)
#7D967D
(125,150,125)
#6E846E
(110,132,110)
#5F725F
(95,114,95)
#506050
(80,96,80)
#414E41
(65,78,65)
#323C32
(50,60,50)
#232A23
(35,42,35)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AACCAA

#AACCAA
(170,204,170)
#B1D0B1
(177,208,177)
#B8D4B8
(184,212,184)
#BFD8BF
(191,216,191)
#C6DCC6
(198,220,198)
#CDE0CD
(205,224,205)
#D4E4D4
(212,228,212)
#DBE8DB
(219,232,219)
#E2ECE2
(226,236,226)
#E9F0E9
(233,240,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACCAA; }

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

This text font color is #AACCAA.

Background Color

.myBgColor { background-color: #AACCAA; }

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

This div background color is #AACCAA.

Border color

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

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

This div border color is #AACCAA.

Opacity

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

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

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

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

This text has shadow with #AACCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCAA.

Preview

Color preview on black background

This text has color #AACCAA on black background.


Color preview on white background

This text has color #AACCAA on white background.


Black color preview on #AACCAA background

This text has black color on #AACCAA background.


White color preview on #AACCAA background

This text has white color on #AACCAA background.


Related colors

Complementary color

Complementary color for #hex is #553355.


I love getcolorcode.com

Triadic colors

1 #AAAACC and #CCAAAA with #AACCAA are triadic colors.

2 #AACCAA and #CCAAAA with #AACCAA are triadic colors.