COLOR #AA8B92

HEX: #AA8B92
RGB: (170,139,146)

Color info

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

RGB color model

#AA8B92 color RGB value is (170,139,146).

  • red value is 170;
  • green value is 139;
  • blue value is 146.
RGB:
(170,139,146)
(67%,55%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 146 of 255 = 57%

170
139
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 139 + 146 = 455 (100%)
R 170 of 455 ~ 37.36%
G 139 of 455 ~ 30.55%
B 146 of 455 ~ 32.09%

%37.36
%30.55
%32.09

CMYK color model

#AA8B92 color CMYK value is (0,18,14,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,18,14,33)
C0M18Y14K33 
(0%,18%,14%,33%)
(0.00/0.18/0.14/0.33)	

CMYK percentages

%0
%18.24
%14.12
%33.33

Codes

Color #AA8B92 in popluar color models

AA8B92
RGB170139146
HSL346°15.42%60.59%
HSB/HSV346°18.24%66.67%
CMYK0.00%18.24%14.12%
33.33%

Color #AA8B92 in popluar number systems.

HEXAA8B92
Decimal170139146
Binary101010101000101110010010
Octal252213222

Shades and tints

Shades of #AA8B92

#AA8B92
(170,139,146)
#9B7F85
(155,127,133)
#8C7378
(140,115,120)
#7D676B
(125,103,107)
#6E5B5E
(110,91,94)
#5F4F51
(95,79,81)
#504344
(80,67,68)
#413737
(65,55,55)
#322B2A
(50,43,42)
#231F1D
(35,31,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AA8B92

#AA8B92
(170,139,146)
#B1959B
(177,149,155)
#B89FA4
(184,159,164)
#BFA9AD
(191,169,173)
#C6B3B6
(198,179,182)
#CDBDBF
(205,189,191)
#D4C7C8
(212,199,200)
#DBD1D1
(219,209,209)
#E2DBDA
(226,219,218)
#E9E5E3
(233,229,227)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B92; }

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

This text font color is #AA8B92.


Background Color

.myBgColor { background-color: #AA8B92; }

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

This div background color is #AA8B92.


Border color

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

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

This div border color is #AA8B92.


Opacity

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

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

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

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

This text has shadow with #AA8B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8B92 on black background.


Color preview on white background

This text has color #AA8B92 on white background.



Black color preview on #AA8B92 background

This text has black color on #AA8B92 background.


White color preview on #AA8B92 background

This text has white color on #AA8B92 background.