COLOR #AAC19E

HEX: #AAC19E RGB: (170,193,158)

Color info

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

RGB color model

#AAC19E color RGB value is (170,193,158).

RGB: (170,193,158) (67%, 76%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 158 of 255 = 62%

170
193
158

R + G + B ~ 68%. #AAC19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 158 = 521 (100%)
R 170 of 521 ~ 32.63%
G 193 of 521 ~ 37.04%
B 158 of 521 ~ 30.33'%

%32.63
%37.04
%30.33

CMYK color model

#AAC19E color CMYK value is (12,0,18,24).

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

CMYK: (12,0,18,24)
C12M0Y18K24 (12%, 0%, 18%, 24%)
(0.12 / 0.00 / 0.18 / 0.24)

CMYK percentages

%11.92
%0
%18.13
%24.31

Codes

Color #AAC19E in popluar color models

AA C1 9E
RGB 170 193 158
HSL 99° 22.01% 68.82%
HSB/HSV 99° 18.13% 75.69%
CMYK 11.92% 0.00% 18.13%
24.31%

Color #AAC19E in popluar number systems.

HEX AA C1 9E
Decimal 170 193 158
Binary 10101010 11000001 10011110
Octal 252 301 236

Shades and tints

Shades of #AAC19E

#AAC19E
(170,193,158)
#9BB090
(155,176,144)
#8C9F82
(140,159,130)
#7D8E74
(125,142,116)
#6E7D66
(110,125,102)
#5F6C58
(95,108,88)
#505B4A
(80,91,74)
#414A3C
(65,74,60)
#32392E
(50,57,46)
#232820
(35,40,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AAC19E

#AAC19E
(170,193,158)
#B1C6A6
(177,198,166)
#B8CBAE
(184,203,174)
#BFD0B6
(191,208,182)
#C6D5BE
(198,213,190)
#CDDAC6
(205,218,198)
#D4DFCE
(212,223,206)
#DBE4D6
(219,228,214)
#E2E9DE
(226,233,222)
#E9EEE6
(233,238,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC19E; }

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

This text font color is #AAC19E.

Background Color

.myBgColor { background-color: #AAC19E; }

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

This div background color is #AAC19E.

Border color

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

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

This div border color is #AAC19E.

Opacity

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

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

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

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

This text has shadow with #AAC19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC19E.

Preview

Color preview on black background

This text has color #AAC19E on black background.


Color preview on white background

This text has color #AAC19E on white background.


Black color preview on #AAC19E background

This text has black color on #AAC19E background.


White color preview on #AAC19E background

This text has white color on #AAC19E background.


Related colors

Complementary color

Complementary color for #hex is #553E61.


I love getcolorcode.com

Triadic colors

1 #9EAAC1 and #C19EAA with #AAC19E are triadic colors.

2 #9EC1AA and #C1AA9E with #AAC19E are triadic colors.