COLOR #AAC690

HEX: #AAC690
RGB: (170,198,144)

Color info

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

RGB color model

#AAC690 color RGB value is (170,198,144).

  • red value is 170;
  • green value is 198;
  • blue value is 144.
RGB:
(170,198,144)
(67%,78%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 144 of 255 = 56%

170
198
144

R + G + B ~ 67%. #AAC690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 144 = 512 (100%)
R 170 of 512 ~ 33.2%
G 198 of 512 ~ 38.67%
B 144 of 512 ~ 28.13%

%33.2
%38.67
%28.13

CMYK color model

#AAC690 color CMYK value is (14,0,27,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(14,0,27,22)
C14M0Y27K22 
(14%,0%,27%,22%)
(0.14/0.00/0.27/0.22)	

CMYK percentages

%14.14
%0
%27.27
%22.35

Codes

Color #AAC690 in popluar color models

AAC690
RGB170198144
HSL91°32.14%67.06%
HSB/HSV91°27.27%77.65%
CMYK14.14%0.00%27.27%
22.35%

Color #AAC690 in popluar number systems.

HEXAAC690
Decimal170198144
Binary101010101100011010010000
Octal252306220

Shades and tints

Shades of #AAC690

#AAC690
(170,198,144)
#9BB483
(155,180,131)
#8CA276
(140,162,118)
#7D9069
(125,144,105)
#6E7E5C
(110,126,92)
#5F6C4F
(95,108,79)
#505A42
(80,90,66)
#414835
(65,72,53)
#323628
(50,54,40)
#23241B
(35,36,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AAC690

#AAC690
(170,198,144)
#B1CB9A
(177,203,154)
#B8D0A4
(184,208,164)
#BFD5AE
(191,213,174)
#C6DAB8
(198,218,184)
#CDDFC2
(205,223,194)
#D4E4CC
(212,228,204)
#DBE9D6
(219,233,214)
#E2EEE0
(226,238,224)
#E9F3EA
(233,243,234)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC690 color. Also use rgb(170,198,144) instead hex code.

Text Font Color

.myTextColor { color: #AAC690; }

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

This text font color is #AAC690.


Background Color

.myBgColor { background-color: #AAC690; }

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

This div background color is #AAC690.


Border color

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

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

This div border color is #AAC690.


Opacity

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

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

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

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

This text has shadow with #AAC690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC690 on black background.


Color preview on white background

This text has color #AAC690 on white background.



Black color preview on #AAC690 background

This text has black color on #AAC690 background.


White color preview on #AAC690 background

This text has white color on #AAC690 background.