COLOR #AAA88F

HEX: #AAA88F RGB: (170,168,143)

Color info

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

RGB color model

#AAA88F color RGB value is (170,168,143).

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

RGB channels and saturation

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

170
168
143

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

Portions of RGB colors in percentages

R + G + B = 170 + 168 + 143 = 481 (100%)
R 170 of 481 ~ 35.34%
G 168 of 481 ~ 34.93%
B 143 of 481 ~ 29.73'%

%35.34
%34.93
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 15.88%
  • 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
%15.88
%33.33

Codes

Color #AAA88F in popluar color models

AA A8 8F
RGB 170 168 143
HSL 56° 13.71% 61.37%
HSB/HSV 56° 15.88% 66.67%
CMYK 0.00% 1.18% 15.88%
33.33%

Color #AAA88F in popluar number systems.

HEX AA A8 8F
Decimal 170 168 143
Binary 10101010 10101000 10001111
Octal 252 250 217

Shades and tints

Shades of #AAA88F

#AAA88F
(170,168,143)
#9B9982
(155,153,130)
#8C8A75
(140,138,117)
#7D7B68
(125,123,104)
#6E6C5B
(110,108,91)
#5F5D4E
(95,93,78)
#504E41
(80,78,65)
#413F34
(65,63,52)
#323027
(50,48,39)
#23211A
(35,33,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #AAA88F

#AAA88F
(170,168,143)
#B1AF99
(177,175,153)
#B8B6A3
(184,182,163)
#BFBDAD
(191,189,173)
#C6C4B7
(198,196,183)
#CDCBC1
(205,203,193)
#D4D2CB
(212,210,203)
#DBD9D5
(219,217,213)
#E2E0DF
(226,224,223)
#E9E7E9
(233,231,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA88F; }

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

This text font color is #AAA88F.

Background Color

.myBgColor { background-color: #AAA88F; }

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

This div background color is #AAA88F.

Border color

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

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

This div border color is #AAA88F.

Opacity

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

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

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

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

This text has shadow with #AAA88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA88F.

Preview

Color preview on black background

This text has color #AAA88F on black background.


Color preview on white background

This text has color #AAA88F on white background.


Black color preview on #AAA88F background

This text has black color on #AAA88F background.


White color preview on #AAA88F background

This text has white color on #AAA88F background.


Related colors

Complementary color

Complementary color for #hex is #555770.


I love getcolorcode.com

Triadic colors

1 #8FAAA8 and #A88FAA with #AAA88F are triadic colors.

2 #8FA8AA and #A8AA8F with #AAA88F are triadic colors.