COLOR #AA9383

HEX: #AA9383
RGB: (170,147,131)

Color info

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

RGB color model

#AA9383 color RGB value is (170,147,131).

  • red value is 170;
  • green value is 147;
  • blue value is 131.
RGB:
(170,147,131)
(67%,58%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 131 of 255 = 51%

170
147
131

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

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 131 = 448 (100%)
R 170 of 448 ~ 37.95%
G 147 of 448 ~ 32.81%
B 131 of 448 ~ 29.24%

%37.95
%32.81
%29.24

CMYK color model

#AA9383 color CMYK value is (0,14,23,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,14,23,33)
C0M14Y23K33 
(0%,14%,23%,33%)
(0.00/0.14/0.23/0.33)	

CMYK percentages

%0
%13.53
%22.94
%33.33

Codes

Color #AA9383 in popluar color models

AA9383
RGB170147131
HSL25°18.66%59.02%
HSB/HSV25°22.94%66.67%
CMYK0.00%13.53%22.94%
33.33%

Color #AA9383 in popluar number systems.

HEXAA9383
Decimal170147131
Binary101010101001001110000011
Octal252223203

Shades and tints

Shades of #AA9383

#AA9383
(170,147,131)
#9B8678
(155,134,120)
#8C796D
(140,121,109)
#7D6C62
(125,108,98)
#6E5F57
(110,95,87)
#5F524C
(95,82,76)
#504541
(80,69,65)
#413836
(65,56,54)
#322B2B
(50,43,43)
#231E20
(35,30,32)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AA9383

#AA9383
(170,147,131)
#B19C8E
(177,156,142)
#B8A599
(184,165,153)
#BFAEA4
(191,174,164)
#C6B7AF
(198,183,175)
#CDC0BA
(205,192,186)
#D4C9C5
(212,201,197)
#DBD2D0
(219,210,208)
#E2DBDB
(226,219,219)
#E9E4E6
(233,228,230)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9383 color. Also use rgb(170,147,131) instead hex code.

Text Font Color

.myTextColor { color: #AA9383; }

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

This text font color is #AA9383.


Background Color

.myBgColor { background-color: #AA9383; }

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

This div background color is #AA9383.


Border color

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

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

This div border color is #AA9383.


Opacity

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

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

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

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

This text has shadow with #AA9383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9383 on black background.


Color preview on white background

This text has color #AA9383 on white background.



Black color preview on #AA9383 background

This text has black color on #AA9383 background.


White color preview on #AA9383 background

This text has white color on #AA9383 background.