COLOR #AAC184

HEX: #AAC184 RGB: (170,193,132)

Color info

#AAC184 contains mainly red and green colors. Web safe color of #AAC184 is #99CC99 (or #9C9).

RGB color model

#AAC184 color RGB value is (170,193,132).

RGB: (170,193,132) (67%, 76%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 132 of 255 = 52%

170
193
132

R + G + B ~ 65%. #AAC184 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 132 = 495 (100%)
R 170 of 495 ~ 34.34%
G 193 of 495 ~ 38.99%
B 132 of 495 ~ 26.67'%

%34.34
%38.99
%26.67

CMYK color model

#AAC184 color CMYK value is (12,0,32,24).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 31.61%
  • key color value is 24.31%

CMYK: (12,0,32,24)
C12M0Y32K24 (12%, 0%, 32%, 24%)
(0.12 / 0.00 / 0.32 / 0.24)

CMYK percentages

%11.92
%0
%31.61
%24.31

Codes

Color #AAC184 in popluar color models

AA C1 84
RGB 170 193 132
HSL 83° 32.97% 63.73%
HSB/HSV 83° 31.61% 75.69%
CMYK 11.92% 0.00% 31.61%
24.31%

Color #AAC184 in popluar number systems.

HEX AA C1 84
Decimal 170 193 132
Binary 10101010 11000001 10000100
Octal 252 301 204

Shades and tints

Shades of #AAC184

#AAC184
(170,193,132)
#9BB078
(155,176,120)
#8C9F6C
(140,159,108)
#7D8E60
(125,142,96)
#6E7D54
(110,125,84)
#5F6C48
(95,108,72)
#505B3C
(80,91,60)
#414A30
(65,74,48)
#323924
(50,57,36)
#232818
(35,40,24)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #AAC184

#AAC184
(170,193,132)
#B1C68F
(177,198,143)
#B8CB9A
(184,203,154)
#BFD0A5
(191,208,165)
#C6D5B0
(198,213,176)
#CDDABB
(205,218,187)
#D4DFC6
(212,223,198)
#DBE4D1
(219,228,209)
#E2E9DC
(226,233,220)
#E9EEE7
(233,238,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC184; }

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

This text font color is #AAC184.

Background Color

.myBgColor { background-color: #AAC184; }

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

This div background color is #AAC184.

Border color

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

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

This div border color is #AAC184.

Opacity

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

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

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

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

This text has shadow with #AAC184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC184.

Preview

Color preview on black background

This text has color #AAC184 on black background.


Color preview on white background

This text has color #AAC184 on white background.


Black color preview on #AAC184 background

This text has black color on #AAC184 background.


White color preview on #AAC184 background

This text has white color on #AAC184 background.


Related colors

Complementary color

Complementary color for #hex is #553E7B.


I love getcolorcode.com

Triadic colors

1 #84AAC1 and #C184AA with #AAC184 are triadic colors.

2 #84C1AA and #C1AA84 with #AAC184 are triadic colors.