COLOR #AAA89A

HEX: #AAA89A
RGB: (170,168,154)

Color info

#AAA89A contains red, green and blue colors in about the same proportion. Web safe color of #AAA89A is #999999 (or #999).

RGB color model

#AAA89A color RGB value is (170,168,154).

  • red value is 170;
  • green value is 168;
  • blue value is 154.
RGB:
(170,168,154)
(67%,66%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 154 of 255 = 60%

170
168
154

R + G + B ~ 64%. #AAA89A is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 154 = 492 (100%)
R 170 of 492 ~ 34.55%
G 168 of 492 ~ 34.15%
B 154 of 492 ~ 31.3%

%34.55
%34.15
%31.3

CMYK color model

#AAA89A color CMYK value is (0,1,9,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,1,9,33)
C0M1Y9K33 
(0%,1%,9%,33%)
(0.00/0.01/0.09/0.33)	

CMYK percentages

%0
%1.18
%9.41
%33.33

Codes

Color #AAA89A in popluar color models

AAA89A
RGB170168154
HSL53°8.60%63.53%
HSB/HSV53°9.41%66.67%
CMYK0.00%1.18%9.41%
33.33%

Color #AAA89A in popluar number systems.

HEXAAA89A
Decimal170168154
Binary101010101010100010011010
Octal252250232

Shades and tints

Shades of #AAA89A

#AAA89A
(170,168,154)
#9B998C
(155,153,140)
#8C8A7E
(140,138,126)
#7D7B70
(125,123,112)
#6E6C62
(110,108,98)
#5F5D54
(95,93,84)
#504E46
(80,78,70)
#413F38
(65,63,56)
#32302A
(50,48,42)
#23211C
(35,33,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AAA89A

#AAA89A
(170,168,154)
#B1AFA3
(177,175,163)
#B8B6AC
(184,182,172)
#BFBDB5
(191,189,181)
#C6C4BE
(198,196,190)
#CDCBC7
(205,203,199)
#D4D2D0
(212,210,208)
#DBD9D9
(219,217,217)
#E2E0E2
(226,224,226)
#E9E7EB
(233,231,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA89A color. Also use rgb(170,168,154) instead hex code.

Text Font Color

.myTextColor { color: #AAA89A; }

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

This text font color is #AAA89A.


Background Color

.myBgColor { background-color: #AAA89A; }

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

This div background color is #AAA89A.


Border color

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

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

This div border color is #AAA89A.


Opacity

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

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

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

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

This text has shadow with #AAA89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA89A on black background.


Color preview on white background

This text has color #AAA89A on white background.



Black color preview on #AAA89A background

This text has black color on #AAA89A background.


White color preview on #AAA89A background

This text has white color on #AAA89A background.