COLOR #AA8F83

HEX: #AA8F83
RGB: (170,143,131)

Color info

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

RGB color model

#AA8F83 color RGB value is (170,143,131).

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

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 131 of 255 = 51%

170
143
131

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 131 = 444 (100%)
R 170 of 444 ~ 38.29%
G 143 of 444 ~ 32.21%
B 131 of 444 ~ 29.5%

%38.29
%32.21
%29.5

CMYK color model

#AA8F83 color CMYK value is (0,16,23,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,16,23,33)
C0M16Y23K33 
(0%,16%,23%,33%)
(0.00/0.16/0.23/0.33)	

CMYK percentages

%0
%15.88
%22.94
%33.33

Codes

Color #AA8F83 in popluar color models

AA8F83
RGB170143131
HSL18°18.66%59.02%
HSB/HSV18°22.94%66.67%
CMYK0.00%15.88%22.94%
33.33%

Color #AA8F83 in popluar number systems.

HEXAA8F83
Decimal170143131
Binary101010101000111110000011
Octal252217203

Shades and tints

Shades of #AA8F83

#AA8F83
(170,143,131)
#9B8278
(155,130,120)
#8C756D
(140,117,109)
#7D6862
(125,104,98)
#6E5B57
(110,91,87)
#5F4E4C
(95,78,76)
#504141
(80,65,65)
#413436
(65,52,54)
#32272B
(50,39,43)
#231A20
(35,26,32)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #AA8F83

#AA8F83
(170,143,131)
#B1998E
(177,153,142)
#B8A399
(184,163,153)
#BFADA4
(191,173,164)
#C6B7AF
(198,183,175)
#CDC1BA
(205,193,186)
#D4CBC5
(212,203,197)
#DBD5D0
(219,213,208)
#E2DFDB
(226,223,219)
#E9E9E6
(233,233,230)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8F83; }

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

This text font color is #AA8F83.


Background Color

.myBgColor { background-color: #AA8F83; }

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

This div background color is #AA8F83.


Border color

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

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

This div border color is #AA8F83.


Opacity

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

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

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

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

This text has shadow with #AA8F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8F83 on black background.


Color preview on white background

This text has color #AA8F83 on white background.



Black color preview on #AA8F83 background

This text has black color on #AA8F83 background.


White color preview on #AA8F83 background

This text has white color on #AA8F83 background.