COLOR #AA8492

HEX: #AA8492
RGB: (170,132,146)

Color info

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

RGB color model

#AA8492 color RGB value is (170,132,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 146 of 255 = 57%

170
132
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 146 = 448 (100%)
R 170 of 448 ~ 37.95%
G 132 of 448 ~ 29.46%
B 146 of 448 ~ 32.59%

%37.95
%29.46
%32.59

CMYK color model

#AA8492 color CMYK value is (0,22,14,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,22,14,33)
C0M22Y14K33 
(0%,22%,14%,33%)
(0.00/0.22/0.14/0.33)	

CMYK percentages

%0
%22.35
%14.12
%33.33

Codes

Color #AA8492 in popluar color models

AA8492
RGB170132146
HSL338°18.27%59.22%
HSB/HSV338°22.35%66.67%
CMYK0.00%22.35%14.12%
33.33%

Color #AA8492 in popluar number systems.

HEXAA8492
Decimal170132146
Binary101010101000010010010010
Octal252204222

Shades and tints

Shades of #AA8492

#AA8492
(170,132,146)
#9B7885
(155,120,133)
#8C6C78
(140,108,120)
#7D606B
(125,96,107)
#6E545E
(110,84,94)
#5F4851
(95,72,81)
#503C44
(80,60,68)
#413037
(65,48,55)
#32242A
(50,36,42)
#23181D
(35,24,29)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #AA8492

#AA8492
(170,132,146)
#B18F9B
(177,143,155)
#B89AA4
(184,154,164)
#BFA5AD
(191,165,173)
#C6B0B6
(198,176,182)
#CDBBBF
(205,187,191)
#D4C6C8
(212,198,200)
#DBD1D1
(219,209,209)
#E2DCDA
(226,220,218)
#E9E7E3
(233,231,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8492; }

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

This text font color is #AA8492.


Background Color

.myBgColor { background-color: #AA8492; }

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

This div background color is #AA8492.


Border color

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

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

This div border color is #AA8492.


Opacity

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

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

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

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

This text has shadow with #AA8492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8492 on black background.


Color preview on white background

This text has color #AA8492 on white background.



Black color preview on #AA8492 background

This text has black color on #AA8492 background.


White color preview on #AA8492 background

This text has white color on #AA8492 background.