COLOR #AAC1A4

HEX: #AAC1A4
RGB: (170,193,164)

Color info

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

RGB color model

#AAC1A4 color RGB value is (170,193,164).

  • red value is 170;
  • green value is 193;
  • blue value is 164.
RGB:
(170,193,164)
(67%,76%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 164 of 255 = 64%

170
193
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 193 + 164 = 527 (100%)
R 170 of 527 ~ 32.26%
G 193 of 527 ~ 36.62%
B 164 of 527 ~ 31.12%

%32.26
%36.62
%31.12

CMYK color model

#AAC1A4 color CMYK value is (12,0,15,24).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 24.31%
CMYK:
(12,0,15,24)
C12M0Y15K24 
(12%,0%,15%,24%)
(0.12/0.00/0.15/0.24)	

CMYK percentages

%11.92
%0
%15.03
%24.31

Codes

Color #AAC1A4 in popluar color models

AAC1A4
RGB170193164
HSL108°18.95%70.00%
HSB/HSV108°15.03%75.69%
CMYK11.92%0.00%15.03%
24.31%

Color #AAC1A4 in popluar number systems.

HEXAAC1A4
Decimal170193164
Binary101010101100000110100100
Octal252301244

Shades and tints

Shades of #AAC1A4

#AAC1A4
(170,193,164)
#9BB096
(155,176,150)
#8C9F88
(140,159,136)
#7D8E7A
(125,142,122)
#6E7D6C
(110,125,108)
#5F6C5E
(95,108,94)
#505B50
(80,91,80)
#414A42
(65,74,66)
#323934
(50,57,52)
#232826
(35,40,38)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAC1A4

#AAC1A4
(170,193,164)
#B1C6AC
(177,198,172)
#B8CBB4
(184,203,180)
#BFD0BC
(191,208,188)
#C6D5C4
(198,213,196)
#CDDACC
(205,218,204)
#D4DFD4
(212,223,212)
#DBE4DC
(219,228,220)
#E2E9E4
(226,233,228)
#E9EEEC
(233,238,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC1A4; }

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

This text font color is #AAC1A4.


Background Color

.myBgColor { background-color: #AAC1A4; }

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

This div background color is #AAC1A4.


Border color

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

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

This div border color is #AAC1A4.


Opacity

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

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

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

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

This text has shadow with #AAC1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC1A4 on black background.


Color preview on white background

This text has color #AAC1A4 on white background.



Black color preview on #AAC1A4 background

This text has black color on #AAC1A4 background.


White color preview on #AAC1A4 background

This text has white color on #AAC1A4 background.