COLOR #AA8C8A

HEX: #AA8C8A
RGB: (170,140,138)

Color info

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

RGB color model

#AA8C8A color RGB value is (170,140,138).

  • red value is 170;
  • green value is 140;
  • blue value is 138.
RGB:
(170,140,138)
(67%,55%,54%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 138 of 255 = 54%

170
140
138

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 138 = 448 (100%)
R 170 of 448 ~ 37.95%
G 140 of 448 ~ 31.25%
B 138 of 448 ~ 30.8%

%37.95
%31.25
%30.8

CMYK color model

#AA8C8A color CMYK value is (0,18,19,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(0,18,19,33)
C0M18Y19K33 
(0%,18%,19%,33%)
(0.00/0.18/0.19/0.33)	

CMYK percentages

%0
%17.65
%18.82
%33.33

Codes

Color #AA8C8A in popluar color models

AA8C8A
RGB170140138
HSL15.84%60.39%
HSB/HSV18.82%66.67%
CMYK0.00%17.65%18.82%
33.33%

Color #AA8C8A in popluar number systems.

HEXAA8C8A
Decimal170140138
Binary101010101000110010001010
Octal252214212

Shades and tints

Shades of #AA8C8A

#AA8C8A
(170,140,138)
#9B807E
(155,128,126)
#8C7472
(140,116,114)
#7D6866
(125,104,102)
#6E5C5A
(110,92,90)
#5F504E
(95,80,78)
#504442
(80,68,66)
#413836
(65,56,54)
#322C2A
(50,44,42)
#23201E
(35,32,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA8C8A

#AA8C8A
(170,140,138)
#B19694
(177,150,148)
#B8A09E
(184,160,158)
#BFAAA8
(191,170,168)
#C6B4B2
(198,180,178)
#CDBEBC
(205,190,188)
#D4C8C6
(212,200,198)
#DBD2D0
(219,210,208)
#E2DCDA
(226,220,218)
#E9E6E4
(233,230,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C8A; }

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

This text font color is #AA8C8A.


Background Color

.myBgColor { background-color: #AA8C8A; }

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

This div background color is #AA8C8A.


Border color

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

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

This div border color is #AA8C8A.


Opacity

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

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

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

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

This text has shadow with #AA8C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C8A on black background.


Color preview on white background

This text has color #AA8C8A on white background.



Black color preview on #AA8C8A background

This text has black color on #AA8C8A background.


White color preview on #AA8C8A background

This text has white color on #AA8C8A background.