COLOR #AAC985

HEX: #AAC985
RGB: (170,201,133)

Color info

#AAC985 contains mainly red and green colors. Web safe color of #AAC985 is #99CC99 (or #9C9).

RGB color model

#AAC985 color RGB value is (170,201,133).

  • red value is 170;
  • green value is 201;
  • blue value is 133.
RGB:
(170,201,133)
(67%,79%,52%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 133 of 255 = 52%

170
201
133

R + G + B ~ 66%. #AAC985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 201 + 133 = 504 (100%)
R 170 of 504 ~ 33.73%
G 201 of 504 ~ 39.88%
B 133 of 504 ~ 26.39%

%33.73
%39.88
%26.39

CMYK color model

#AAC985 color CMYK value is (15,0,34,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 21.18%
CMYK:
(15,0,34,21)
C15M0Y34K21 
(15%,0%,34%,21%)
(0.15/0.00/0.34/0.21)	

CMYK percentages

%15.42
%0
%33.83
%21.18

Codes

Color #AAC985 in popluar color models

AAC985
RGB170201133
HSL87°38.64%65.49%
HSB/HSV87°33.83%78.82%
CMYK15.42%0.00%33.83%
21.18%

Color #AAC985 in popluar number systems.

HEXAAC985
Decimal170201133
Binary101010101100100110000101
Octal252311205

Shades and tints

Shades of #AAC985

#AAC985
(170,201,133)
#9BB779
(155,183,121)
#8CA56D
(140,165,109)
#7D9361
(125,147,97)
#6E8155
(110,129,85)
#5F6F49
(95,111,73)
#505D3D
(80,93,61)
#414B31
(65,75,49)
#323925
(50,57,37)
#232719
(35,39,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #AAC985

#AAC985
(170,201,133)
#B1CD90
(177,205,144)
#B8D19B
(184,209,155)
#BFD5A6
(191,213,166)
#C6D9B1
(198,217,177)
#CDDDBC
(205,221,188)
#D4E1C7
(212,225,199)
#DBE5D2
(219,229,210)
#E2E9DD
(226,233,221)
#E9EDE8
(233,237,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC985; }

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

This text font color is #AAC985.


Background Color

.myBgColor { background-color: #AAC985; }

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

This div background color is #AAC985.


Border color

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

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

This div border color is #AAC985.


Opacity

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

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

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

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

This text has shadow with #AAC985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC985 on black background.


Color preview on white background

This text has color #AAC985 on white background.



Black color preview on #AAC985 background

This text has black color on #AAC985 background.


White color preview on #AAC985 background

This text has white color on #AAC985 background.