COLOR #A0C5AA

HEX: #A0C5AA RGB: (160,197,170)

Color info

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

RGB color model

#A0C5AA color RGB value is (160,197,170).

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

RGB channels and saturation

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

160
197
170

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

Portions of RGB colors in percentages

R + G + B = 160 + 197 + 170 = 527 (100%)
R 160 of 527 ~ 30.36%
G 197 of 527 ~ 37.38%
B 170 of 527 ~ 32.26'%

%30.36
%37.38
%32.26

CMYK color model

#A0C5AA color CMYK value is (19,0,14,23).

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

CMYK: (19,0,14,23)
C19M0Y14K23 (19%, 0%, 14%, 23%)
(0.19 / 0.00 / 0.14 / 0.23)

CMYK percentages

%18.78
%0
%13.71
%22.75

Codes

Color #A0C5AA in popluar color models

A0 C5 AA
RGB 160 197 170
HSL 136° 24.18% 70.00%
HSB/HSV 136° 18.78% 77.25%
CMYK 18.78% 0.00% 13.71%
22.75%

Color #A0C5AA in popluar number systems.

HEX A0 C5 AA
Decimal 160 197 170
Binary 10100000 11000101 10101010
Octal 240 305 252

Shades and tints

Shades of #A0C5AA

#A0C5AA
(160,197,170)
#92B49B
(146,180,155)
#84A38C
(132,163,140)
#76927D
(118,146,125)
#68816E
(104,129,110)
#5A705F
(90,112,95)
#4C5F50
(76,95,80)
#3E4E41
(62,78,65)
#303D32
(48,61,50)
#222C23
(34,44,35)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #A0C5AA

#A0C5AA
(160,197,170)
#A8CAB1
(168,202,177)
#B0CFB8
(176,207,184)
#B8D4BF
(184,212,191)
#C0D9C6
(192,217,198)
#C8DECD
(200,222,205)
#D0E3D4
(208,227,212)
#D8E8DB
(216,232,219)
#E0EDE2
(224,237,226)
#E8F2E9
(232,242,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C5AA; }

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

This text font color is #A0C5AA.

Background Color

.myBgColor { background-color: #A0C5AA; }

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

This div background color is #A0C5AA.

Border color

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

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

This div border color is #A0C5AA.

Opacity

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

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

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

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

This text has shadow with #A0C5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C5AA.

Preview

Color preview on black background

This text has color #A0C5AA on black background.


Color preview on white background

This text has color #A0C5AA on white background.


Black color preview on #A0C5AA background

This text has black color on #A0C5AA background.


White color preview on #A0C5AA background

This text has white color on #A0C5AA background.


Related colors

Complementary color

Complementary color for #hex is #5F3A55.


I love getcolorcode.com

Triadic colors

1 #AAA0C5 and #C5AAA0 with #A0C5AA are triadic colors.

2 #AAC5A0 and #C5A0AA with #A0C5AA are triadic colors.