COLOR #AACA99

HEX: #AACA99 RGB: (170,202,153)

Color info

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

RGB color model

#AACA99 color RGB value is (170,202,153).

RGB: (170,202,153) (67%, 79%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 202 of 255 = 79%
B 153 of 255 = 60%

170
202
153

R + G + B ~ 69%. #AACA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 202 + 153 = 525 (100%)
R 170 of 525 ~ 32.38%
G 202 of 525 ~ 38.48%
B 153 of 525 ~ 29.14'%

%32.38
%38.48
%29.14

CMYK color model

#AACA99 color CMYK value is (16,0,24,21).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 20.78%

CMYK: (16,0,24,21)
C16M0Y24K21 (16%, 0%, 24%, 21%)
(0.16 / 0.00 / 0.24 / 0.21)

CMYK percentages

%15.84
%0
%24.26
%20.78

Codes

Color #AACA99 in popluar color models

AA CA 99
RGB 170 202 153
HSL 99° 31.61% 69.61%
HSB/HSV 99° 24.26% 79.22%
CMYK 15.84% 0.00% 24.26%
20.78%

Color #AACA99 in popluar number systems.

HEX AA CA 99
Decimal 170 202 153
Binary 10101010 11001010 10011001
Octal 252 312 231

Shades and tints

Shades of #AACA99

#AACA99
(170,202,153)
#9BB88C
(155,184,140)
#8CA67F
(140,166,127)
#7D9472
(125,148,114)
#6E8265
(110,130,101)
#5F7058
(95,112,88)
#505E4B
(80,94,75)
#414C3E
(65,76,62)
#323A31
(50,58,49)
#232824
(35,40,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AACA99

#AACA99
(170,202,153)
#B1CEA2
(177,206,162)
#B8D2AB
(184,210,171)
#BFD6B4
(191,214,180)
#C6DABD
(198,218,189)
#CDDEC6
(205,222,198)
#D4E2CF
(212,226,207)
#DBE6D8
(219,230,216)
#E2EAE1
(226,234,225)
#E9EEEA
(233,238,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACA99; }

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

This text font color is #AACA99.

Background Color

.myBgColor { background-color: #AACA99; }

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

This div background color is #AACA99.

Border color

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

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

This div border color is #AACA99.

Opacity

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

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

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

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

This text has shadow with #AACA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACA99.

Preview

Color preview on black background

This text has color #AACA99 on black background.


Color preview on white background

This text has color #AACA99 on white background.


Black color preview on #AACA99 background

This text has black color on #AACA99 background.


White color preview on #AACA99 background

This text has white color on #AACA99 background.


Related colors

Complementary color

Complementary color for #hex is #553566.


I love getcolorcode.com

Triadic colors

1 #99AACA and #CA99AA with #AACA99 are triadic colors.

2 #99CAAA and #CAAA99 with #AACA99 are triadic colors.