COLOR #AA8D8D

HEX: #AA8D8D RGB: (170,141,141)

Color info

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

RGB color model

#AA8D8D color RGB value is (170,141,141).

RGB: (170,141,141) (67%, 55%, 55%)

RGB channels and saturation

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

170
141
141

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

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 141 = 452 (100%)
R 170 of 452 ~ 37.61%
G 141 of 452 ~ 31.19%
B 141 of 452 ~ 31.19'%

%37.61
%31.19
%31.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 17.06%
  • key color value is 33.33%

CMYK: (0,17,17,33)
C0M17Y17K33 (0%, 17%, 17%, 33%)
(0.00 / 0.17 / 0.17 / 0.33)

CMYK percentages

%0
%17.06
%17.06
%33.33

Codes

Color #AA8D8D in popluar color models

AA 8D 8D
RGB 170 141 141
HSL 14.57% 60.98%
HSB/HSV 17.06% 66.67%
CMYK 0.00% 17.06% 17.06%
33.33%

Color #AA8D8D in popluar number systems.

HEX AA 8D 8D
Decimal 170 141 141
Binary 10101010 10001101 10001101
Octal 252 215 215

Shades and tints

Shades of #AA8D8D

#AA8D8D
(170,141,141)
#9B8181
(155,129,129)
#8C7575
(140,117,117)
#7D6969
(125,105,105)
#6E5D5D
(110,93,93)
#5F5151
(95,81,81)
#504545
(80,69,69)
#413939
(65,57,57)
#322D2D
(50,45,45)
#232121
(35,33,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AA8D8D

#AA8D8D
(170,141,141)
#B19797
(177,151,151)
#B8A1A1
(184,161,161)
#BFABAB
(191,171,171)
#C6B5B5
(198,181,181)
#CDBFBF
(205,191,191)
#D4C9C9
(212,201,201)
#DBD3D3
(219,211,211)
#E2DDDD
(226,221,221)
#E9E7E7
(233,231,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8D8D; }

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

This text font color is #AA8D8D.

Background Color

.myBgColor { background-color: #AA8D8D; }

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

This div background color is #AA8D8D.

Border color

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

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

This div border color is #AA8D8D.

Opacity

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

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

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

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

This text has shadow with #AA8D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8D8D.

Preview

Color preview on black background

This text has color #AA8D8D on black background.


Color preview on white background

This text has color #AA8D8D on white background.


Black color preview on #AA8D8D background

This text has black color on #AA8D8D background.


White color preview on #AA8D8D background

This text has white color on #AA8D8D background.


Related colors

Complementary color

Complementary color for #hex is #557272.


I love getcolorcode.com