COLOR #AAD4A1

HEX: #AAD4A1 RGB: (170,212,161)

Color info

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

RGB color model

#AAD4A1 color RGB value is (170,212,161).

RGB: (170,212,161) (67%, 83%, 63%)

RGB channels and saturation

R 170 of 255 = 67%
G 212 of 255 = 83%
B 161 of 255 = 63%

170
212
161

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

Portions of RGB colors in percentages

R + G + B = 170 + 212 + 161 = 543 (100%)
R 170 of 543 ~ 31.31%
G 212 of 543 ~ 39.04%
B 161 of 543 ~ 29.65'%

%31.31
%39.04
%29.65

CMYK color model

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

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 16.86%

CMYK: (20,0,24,17)
C20M0Y24K17 (20%, 0%, 24%, 17%)
(0.20 / 0.00 / 0.24 / 0.17)

CMYK percentages

%19.81
%0
%24.06
%16.86

Codes

Color #AAD4A1 in popluar color models

AA D4 A1
RGB 170 212 161
HSL 109° 37.23% 73.14%
HSB/HSV 109° 24.06% 83.14%
CMYK 19.81% 0.00% 24.06%
16.86%

Color #AAD4A1 in popluar number systems.

HEX AA D4 A1
Decimal 170 212 161
Binary 10101010 11010100 10100001
Octal 252 324 241

Shades and tints

Shades of #AAD4A1

#AAD4A1
(170,212,161)
#9BC193
(155,193,147)
#8CAE85
(140,174,133)
#7D9B77
(125,155,119)
#6E8869
(110,136,105)
#5F755B
(95,117,91)
#50624D
(80,98,77)
#414F3F
(65,79,63)
#323C31
(50,60,49)
#232923
(35,41,35)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AAD4A1

#AAD4A1
(170,212,161)
#B1D7A9
(177,215,169)
#B8DAB1
(184,218,177)
#BFDDB9
(191,221,185)
#C6E0C1
(198,224,193)
#CDE3C9
(205,227,201)
#D4E6D1
(212,230,209)
#DBE9D9
(219,233,217)
#E2ECE1
(226,236,225)
#E9EFE9
(233,239,233)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD4A1; }

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

This text font color is #AAD4A1.

Background Color

.myBgColor { background-color: #AAD4A1; }

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

This div background color is #AAD4A1.

Border color

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

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

This div border color is #AAD4A1.

Opacity

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

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

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

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

This text has shadow with #AAD4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD4A1.

Preview

Color preview on black background

This text has color #AAD4A1 on black background.


Color preview on white background

This text has color #AAD4A1 on white background.


Black color preview on #AAD4A1 background

This text has black color on #AAD4A1 background.


White color preview on #AAD4A1 background

This text has white color on #AAD4A1 background.


Related colors

Complementary color

Complementary color for #hex is #552B5E.


I love getcolorcode.com

Triadic colors

1 #A1AAD4 and #D4A1AA with #AAD4A1 are triadic colors.

2 #A1D4AA and #D4AAA1 with #AAD4A1 are triadic colors.