COLOR #AAA88E

HEX: #AAA88E RGB: (170,168,142)

Color info

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

RGB color model

#AAA88E color RGB value is (170,168,142).

RGB: (170,168,142) (67%, 66%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 142 of 255 = 56%

170
168
142

R + G + B ~ 63%. #AAA88E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 168 + 142 = 480 (100%)
R 170 of 480 ~ 35.42%
G 168 of 480 ~ 35%
B 142 of 480 ~ 29.58'%

%35.42
%35
%29.58

CMYK color model

#AAA88E color CMYK value is (0,1,16,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK: (0,1,16,33) C0M1Y16K33 (0%,1%,16%,33%) (0.00/0.01/0.16/0.33) 

CMYK percentages

%0
%1.18
%16.47
%33.33

Codes

Color #AAA88E in popluar color models

AA A8 8E
RGB 170 168 142
HSL 56° 14.14% 61.18%
HSB/HSV 56° 16.47% 66.67%
CMYK 0.00% 1.18% 16.47%
33.33%

Color #AAA88E in popluar number systems.

HEX AA A8 8E
Decimal 170 168 142
Binary 10101010 10101000 10001110
Octal 252 250 216

Shades and tints

Shades of #AAA88E

#AAA88E
(170,168,142)
#9B9982
(155,153,130)
#8C8A76
(140,138,118)
#7D7B6A
(125,123,106)
#6E6C5E
(110,108,94)
#5F5D52
(95,93,82)
#504E46
(80,78,70)
#413F3A
(65,63,58)
#32302E
(50,48,46)
#232122
(35,33,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AAA88E

#AAA88E
(170,168,142)
#B1AF98
(177,175,152)
#B8B6A2
(184,182,162)
#BFBDAC
(191,189,172)
#C6C4B6
(198,196,182)
#CDCBC0
(205,203,192)
#D4D2CA
(212,210,202)
#DBD9D4
(219,217,212)
#E2E0DE
(226,224,222)
#E9E7E8
(233,231,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA88E; }

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

This text font color is #AAA88E.

Background Color

.myBgColor { background-color: #AAA88E; }

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

This div background color is #AAA88E.

Border color

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

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

This div border color is #AAA88E.

Opacity

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

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

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

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

This text has shadow with #AAA88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA88E.

Preview

Color preview on black background

This text has color #AAA88E on black background.


Color preview on white background

This text has color #AAA88E on white background.


Black color preview on #AAA88E background

This text has black color on #AAA88E background.


White color preview on #AAA88E background

This text has white color on #AAA88E background.


Related colors

Complementary color

Complementary color for #hex is #555771.


I love getcolorcode.com

Triadic colors

1 #8EAAA8 and #A88EAA with #AAA88E are triadic colors.

2 #8EA8AA and #A8AA8E with #AAA88E are triadic colors.