COLOR #AA8D7D

HEX: #AA8D7D
RGB: (170,141,125)

Color info

#AA8D7D contains red, green and blue colors in about the same proportion. Web safe color of #AA8D7D is #999966 (or #996).

RGB color model

#AA8D7D color RGB value is (170,141,125).

  • red value is 170;
  • green value is 141;
  • blue value is 125.
RGB:
(170,141,125)
(67%,55%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 125 of 255 = 49%

170
141
125

R + G + B ~ 57%. #AA8D7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 125 = 436 (100%)
R 170 of 436 ~ 38.99%
G 141 of 436 ~ 32.34%
B 125 of 436 ~ 28.67%

%38.99
%32.34
%28.67

CMYK color model

#AA8D7D color CMYK value is (0,17,26,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 26.47%
  • key color value is 33.33%
CMYK:
(0,17,26,33)
C0M17Y26K33 
(0%,17%,26%,33%)
(0.00/0.17/0.26/0.33)	

CMYK percentages

%0
%17.06
%26.47
%33.33

Codes

Color #AA8D7D in popluar color models

AA8D7D
RGB170141125
HSL21°20.93%57.84%
HSB/HSV21°26.47%66.67%
CMYK0.00%17.06%26.47%
33.33%

Color #AA8D7D in popluar number systems.

HEXAA8D7D
Decimal170141125
Binary10101010100011011111101
Octal252215175

Shades and tints

Shades of #AA8D7D

#AA8D7D
(170,141,125)
#9B8172
(155,129,114)
#8C7567
(140,117,103)
#7D695C
(125,105,92)
#6E5D51
(110,93,81)
#5F5146
(95,81,70)
#50453B
(80,69,59)
#413930
(65,57,48)
#322D25
(50,45,37)
#23211A
(35,33,26)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AA8D7D

#AA8D7D
(170,141,125)
#B19788
(177,151,136)
#B8A193
(184,161,147)
#BFAB9E
(191,171,158)
#C6B5A9
(198,181,169)
#CDBFB4
(205,191,180)
#D4C9BF
(212,201,191)
#DBD3CA
(219,211,202)
#E2DDD5
(226,221,213)
#E9E7E0
(233,231,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8D7D color. Also use rgb(170,141,125) instead hex code.

Text Font Color

.myTextColor { color: #AA8D7D; }

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

This text font color is #AA8D7D.


Background Color

.myBgColor { background-color: #AA8D7D; }

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

This div background color is #AA8D7D.


Border color

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

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

This div border color is #AA8D7D.


Opacity

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

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

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

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

This text has shadow with #AA8D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8D7D on black background.


Color preview on white background

This text has color #AA8D7D on white background.



Black color preview on #AA8D7D background

This text has black color on #AA8D7D background.


White color preview on #AA8D7D background

This text has white color on #AA8D7D background.