COLOR #A1C9AA

HEX: #A1C9AA RGB: (161,201,170)

Color info

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

RGB color model

#A1C9AA color RGB value is (161,201,170).

RGB: (161,201,170) (63%, 79%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 201 of 255 = 79%
B 170 of 255 = 67%

161
201
170

R + G + B ~ 70%. #A1C9AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 201 + 170 = 532 (100%)
R 161 of 532 ~ 30.26%
G 201 of 532 ~ 37.78%
B 170 of 532 ~ 31.95'%

%30.26
%37.78
%31.95

CMYK color model

#A1C9AA color CMYK value is (20,0,15,21).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (20,0,15,21)
C20M0Y15K21 (20%, 0%, 15%, 21%)
(0.20 / 0.00 / 0.15 / 0.21)

CMYK percentages

%19.9
%0
%15.42
%21.18

Codes

Color #A1C9AA in popluar color models

A1 C9 AA
RGB 161 201 170
HSL 134° 27.03% 70.98%
HSB/HSV 134° 19.90% 78.82%
CMYK 19.90% 0.00% 15.42%
21.18%

Color #A1C9AA in popluar number systems.

HEX A1 C9 AA
Decimal 161 201 170
Binary 10100001 11001001 10101010
Octal 241 311 252

Shades and tints

Shades of #A1C9AA

#A1C9AA
(161,201,170)
#93B79B
(147,183,155)
#85A58C
(133,165,140)
#77937D
(119,147,125)
#69816E
(105,129,110)
#5B6F5F
(91,111,95)
#4D5D50
(77,93,80)
#3F4B41
(63,75,65)
#313932
(49,57,50)
#232723
(35,39,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #A1C9AA

#A1C9AA
(161,201,170)
#A9CDB1
(169,205,177)
#B1D1B8
(177,209,184)
#B9D5BF
(185,213,191)
#C1D9C6
(193,217,198)
#C9DDCD
(201,221,205)
#D1E1D4
(209,225,212)
#D9E5DB
(217,229,219)
#E1E9E2
(225,233,226)
#E9EDE9
(233,237,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C9AA; }

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

This text font color is #A1C9AA.

Background Color

.myBgColor { background-color: #A1C9AA; }

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

This div background color is #A1C9AA.

Border color

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

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

This div border color is #A1C9AA.

Opacity

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

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

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

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

This text has shadow with #A1C9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C9AA.

Preview

Color preview on black background

This text has color #A1C9AA on black background.


Color preview on white background

This text has color #A1C9AA on white background.


Black color preview on #A1C9AA background

This text has black color on #A1C9AA background.


White color preview on #A1C9AA background

This text has white color on #A1C9AA background.


Related colors

Complementary color

Complementary color for #hex is #5E3655.


I love getcolorcode.com

Triadic colors

1 #AAA1C9 and #C9AAA1 with #A1C9AA are triadic colors.

2 #AAC9A1 and #C9A1AA with #A1C9AA are triadic colors.