COLOR #AA8B8A

HEX: #AA8B8A RGB: (170,139,138)

Color info

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

RGB color model

#AA8B8A color RGB value is (170,139,138).

RGB: (170,139,138) (67%, 55%, 54%)

RGB channels and saturation

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

170
139
138

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

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 138 = 447 (100%)
R 170 of 447 ~ 38.03%
G 139 of 447 ~ 31.1%
B 138 of 447 ~ 30.87'%

%38.03
%31.1
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.24%
  • 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
%18.24
%18.82
%33.33

Codes

Color #AA8B8A in popluar color models

AA 8B 8A
RGB 170 139 138
HSL 15.84% 60.39%
HSB/HSV 18.82% 66.67%
CMYK 0.00% 18.24% 18.82%
33.33%

Color #AA8B8A in popluar number systems.

HEX AA 8B 8A
Decimal 170 139 138
Binary 10101010 10001011 10001010
Octal 252 213 212

Shades and tints

Shades of #AA8B8A

#AA8B8A
(170,139,138)
#9B7F7E
(155,127,126)
#8C7372
(140,115,114)
#7D6766
(125,103,102)
#6E5B5A
(110,91,90)
#5F4F4E
(95,79,78)
#504342
(80,67,66)
#413736
(65,55,54)
#322B2A
(50,43,42)
#231F1E
(35,31,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AA8B8A

#AA8B8A
(170,139,138)
#B19594
(177,149,148)
#B89F9E
(184,159,158)
#BFA9A8
(191,169,168)
#C6B3B2
(198,179,178)
#CDBDBC
(205,189,188)
#D4C7C6
(212,199,198)
#DBD1D0
(219,209,208)
#E2DBDA
(226,219,218)
#E9E5E4
(233,229,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B8A; }

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

This text font color is #AA8B8A.

Background Color

.myBgColor { background-color: #AA8B8A; }

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

This div background color is #AA8B8A.

Border color

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

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

This div border color is #AA8B8A.

Opacity

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

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

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

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

This text has shadow with #AA8B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B8A.

Preview

Color preview on black background

This text has color #AA8B8A on black background.


Color preview on white background

This text has color #AA8B8A on white background.


Black color preview on #AA8B8A background

This text has black color on #AA8B8A background.


White color preview on #AA8B8A background

This text has white color on #AA8B8A background.


Related colors

Complementary color

Complementary color for #hex is #557475.


I love getcolorcode.com

Triadic colors

1 #8AAA8B and #8B8AAA with #AA8B8A are triadic colors.

2 #8A8BAA and #8BAA8A with #AA8B8A are triadic colors.