COLOR #AAC689

HEX: #AAC689
RGB: (170,198,137)

Color info

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

RGB color model

#AAC689 color RGB value is (170,198,137).

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

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 137 of 255 = 54%

170
198
137

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 137 = 505 (100%)
R 170 of 505 ~ 33.66%
G 198 of 505 ~ 39.21%
B 137 of 505 ~ 27.13%

%33.66
%39.21
%27.13

CMYK color model

#AAC689 color CMYK value is (14,0,31,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 22.35%
CMYK:
(14,0,31,22)
C14M0Y31K22 
(14%,0%,31%,22%)
(0.14/0.00/0.31/0.22)	

CMYK percentages

%14.14
%0
%30.81
%22.35

Codes

Color #AAC689 in popluar color models

AAC689
RGB170198137
HSL88°34.86%65.69%
HSB/HSV88°30.81%77.65%
CMYK14.14%0.00%30.81%
22.35%

Color #AAC689 in popluar number systems.

HEXAAC689
Decimal170198137
Binary101010101100011010001001
Octal252306211

Shades and tints

Shades of #AAC689

#AAC689
(170,198,137)
#9BB47D
(155,180,125)
#8CA271
(140,162,113)
#7D9065
(125,144,101)
#6E7E59
(110,126,89)
#5F6C4D
(95,108,77)
#505A41
(80,90,65)
#414835
(65,72,53)
#323629
(50,54,41)
#23241D
(35,36,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AAC689

#AAC689
(170,198,137)
#B1CB93
(177,203,147)
#B8D09D
(184,208,157)
#BFD5A7
(191,213,167)
#C6DAB1
(198,218,177)
#CDDFBB
(205,223,187)
#D4E4C5
(212,228,197)
#DBE9CF
(219,233,207)
#E2EED9
(226,238,217)
#E9F3E3
(233,243,227)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC689; }

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

This text font color is #AAC689.


Background Color

.myBgColor { background-color: #AAC689; }

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

This div background color is #AAC689.


Border color

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

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

This div border color is #AAC689.


Opacity

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

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

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

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

This text has shadow with #AAC689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC689 on black background.


Color preview on white background

This text has color #AAC689 on white background.



Black color preview on #AAC689 background

This text has black color on #AAC689 background.


White color preview on #AAC689 background

This text has white color on #AAC689 background.