COLOR #AA9181

HEX: #AA9181
RGB: (170,145,129)

Color info

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

RGB color model

#AA9181 color RGB value is (170,145,129).

  • red value is 170;
  • green value is 145;
  • blue value is 129.
RGB:
(170,145,129)
(67%,57%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 129 of 255 = 51%

170
145
129

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 129 = 444 (100%)
R 170 of 444 ~ 38.29%
G 145 of 444 ~ 32.66%
B 129 of 444 ~ 29.05%

%38.29
%32.66
%29.05

CMYK color model

#AA9181 color CMYK value is (0,15,24,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 24.12%
  • key color value is 33.33%
CMYK:
(0,15,24,33)
C0M15Y24K33 
(0%,15%,24%,33%)
(0.00/0.15/0.24/0.33)	

CMYK percentages

%0
%14.71
%24.12
%33.33

Codes

Color #AA9181 in popluar color models

AA9181
RGB170145129
HSL23°19.43%58.63%
HSB/HSV23°24.12%66.67%
CMYK0.00%14.71%24.12%
33.33%

Color #AA9181 in popluar number systems.

HEXAA9181
Decimal170145129
Binary101010101001000110000001
Octal252221201

Shades and tints

Shades of #AA9181

#AA9181
(170,145,129)
#9B8476
(155,132,118)
#8C776B
(140,119,107)
#7D6A60
(125,106,96)
#6E5D55
(110,93,85)
#5F504A
(95,80,74)
#50433F
(80,67,63)
#413634
(65,54,52)
#322929
(50,41,41)
#231C1E
(35,28,30)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA9181

#AA9181
(170,145,129)
#B19B8C
(177,155,140)
#B8A597
(184,165,151)
#BFAFA2
(191,175,162)
#C6B9AD
(198,185,173)
#CDC3B8
(205,195,184)
#D4CDC3
(212,205,195)
#DBD7CE
(219,215,206)
#E2E1D9
(226,225,217)
#E9EBE4
(233,235,228)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9181; }

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

This text font color is #AA9181.


Background Color

.myBgColor { background-color: #AA9181; }

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

This div background color is #AA9181.


Border color

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

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

This div border color is #AA9181.


Opacity

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

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

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

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

This text has shadow with #AA9181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9181 on black background.


Color preview on white background

This text has color #AA9181 on white background.



Black color preview on #AA9181 background

This text has black color on #AA9181 background.


White color preview on #AA9181 background

This text has white color on #AA9181 background.