COLOR #AAC69B

HEX: #AAC69B
RGB: (170,198,155)

Color info

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

RGB color model

#AAC69B color RGB value is (170,198,155).

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

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 155 of 255 = 61%

170
198
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 155 = 523 (100%)
R 170 of 523 ~ 32.5%
G 198 of 523 ~ 37.86%
B 155 of 523 ~ 29.64%

%32.5
%37.86
%29.64

CMYK color model

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

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(14,0,22,22)
C14M0Y22K22 
(14%,0%,22%,22%)
(0.14/0.00/0.22/0.22)	

CMYK percentages

%14.14
%0
%21.72
%22.35

Codes

Color #AAC69B in popluar color models

AAC69B
RGB170198155
HSL99°27.39%69.22%
HSB/HSV99°21.72%77.65%
CMYK14.14%0.00%21.72%
22.35%

Color #AAC69B in popluar number systems.

HEXAAC69B
Decimal170198155
Binary101010101100011010011011
Octal252306233

Shades and tints

Shades of #AAC69B

#AAC69B
(170,198,155)
#9BB48D
(155,180,141)
#8CA27F
(140,162,127)
#7D9071
(125,144,113)
#6E7E63
(110,126,99)
#5F6C55
(95,108,85)
#505A47
(80,90,71)
#414839
(65,72,57)
#32362B
(50,54,43)
#23241D
(35,36,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #AAC69B

#AAC69B
(170,198,155)
#B1CBA4
(177,203,164)
#B8D0AD
(184,208,173)
#BFD5B6
(191,213,182)
#C6DABF
(198,218,191)
#CDDFC8
(205,223,200)
#D4E4D1
(212,228,209)
#DBE9DA
(219,233,218)
#E2EEE3
(226,238,227)
#E9F3EC
(233,243,236)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC69B; }

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

This text font color is #AAC69B.


Background Color

.myBgColor { background-color: #AAC69B; }

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

This div background color is #AAC69B.


Border color

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

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

This div border color is #AAC69B.


Opacity

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

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

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

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

This text has shadow with #AAC69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC69B on black background.


Color preview on white background

This text has color #AAC69B on white background.



Black color preview on #AAC69B background

This text has black color on #AAC69B background.


White color preview on #AAC69B background

This text has white color on #AAC69B background.