COLOR #A1C5AA

HEX: #A1C5AA RGB: (161,197,170)

Color info

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

RGB color model

#A1C5AA color RGB value is (161,197,170).

RGB: (161,197,170) (63%, 77%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 170 of 255 = 67%

161
197
170

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

Portions of RGB colors in percentages

R + G + B = 161 + 197 + 170 = 528 (100%)
R 161 of 528 ~ 30.49%
G 197 of 528 ~ 37.31%
B 170 of 528 ~ 32.2'%

%30.49
%37.31
%32.2

CMYK color model

#A1C5AA color CMYK value is (18,0,14,23).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (18,0,14,23)
C18M0Y14K23 (18%, 0%, 14%, 23%)
(0.18 / 0.00 / 0.14 / 0.23)

CMYK percentages

%18.27
%0
%13.71
%22.75

Codes

Color #A1C5AA in popluar color models

A1 C5 AA
RGB 161 197 170
HSL 135° 23.68% 70.20%
HSB/HSV 135° 18.27% 77.25%
CMYK 18.27% 0.00% 13.71%
22.75%

Color #A1C5AA in popluar number systems.

HEX A1 C5 AA
Decimal 161 197 170
Binary 10100001 11000101 10101010
Octal 241 305 252

Shades and tints

Shades of #A1C5AA

#A1C5AA
(161,197,170)
#93B49B
(147,180,155)
#85A38C
(133,163,140)
#77927D
(119,146,125)
#69816E
(105,129,110)
#5B705F
(91,112,95)
#4D5F50
(77,95,80)
#3F4E41
(63,78,65)
#313D32
(49,61,50)
#232C23
(35,44,35)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #A1C5AA

#A1C5AA
(161,197,170)
#A9CAB1
(169,202,177)
#B1CFB8
(177,207,184)
#B9D4BF
(185,212,191)
#C1D9C6
(193,217,198)
#C9DECD
(201,222,205)
#D1E3D4
(209,227,212)
#D9E8DB
(217,232,219)
#E1EDE2
(225,237,226)
#E9F2E9
(233,242,233)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C5AA; }

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

This text font color is #A1C5AA.

Background Color

.myBgColor { background-color: #A1C5AA; }

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

This div background color is #A1C5AA.

Border color

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

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

This div border color is #A1C5AA.

Opacity

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

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

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

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

This text has shadow with #A1C5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C5AA.

Preview

Color preview on black background

This text has color #A1C5AA on black background.


Color preview on white background

This text has color #A1C5AA on white background.


Black color preview on #A1C5AA background

This text has black color on #A1C5AA background.


White color preview on #A1C5AA background

This text has white color on #A1C5AA background.


Related colors

Complementary color

Complementary color for #hex is #5E3A55.


I love getcolorcode.com

Triadic colors

1 #AAA1C5 and #C5AAA1 with #A1C5AA are triadic colors.

2 #AAC5A1 and #C5A1AA with #A1C5AA are triadic colors.