COLOR #AA8F7B

HEX: #AA8F7B
RGB: (170,143,123)

Color info

#AA8F7B contains red, green and blue colors in about the same proportion. Web safe color of #AA8F7B is #999966 (or #996).

RGB color model

#AA8F7B color RGB value is (170,143,123).

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

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 123 of 255 = 48%

170
143
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 123 = 436 (100%)
R 170 of 436 ~ 38.99%
G 143 of 436 ~ 32.8%
B 123 of 436 ~ 28.21%

%38.99
%32.8
%28.21

CMYK color model

#AA8F7B color CMYK value is (0,16,28,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(0,16,28,33)
C0M16Y28K33 
(0%,16%,28%,33%)
(0.00/0.16/0.28/0.33)	

CMYK percentages

%0
%15.88
%27.65
%33.33

Codes

Color #AA8F7B in popluar color models

AA8F7B
RGB170143123
HSL26°21.66%57.45%
HSB/HSV26°27.65%66.67%
CMYK0.00%15.88%27.65%
33.33%

Color #AA8F7B in popluar number systems.

HEXAA8F7B
Decimal170143123
Binary10101010100011111111011
Octal252217173

Shades and tints

Shades of #AA8F7B

#AA8F7B
(170,143,123)
#9B8270
(155,130,112)
#8C7565
(140,117,101)
#7D685A
(125,104,90)
#6E5B4F
(110,91,79)
#5F4E44
(95,78,68)
#504139
(80,65,57)
#41342E
(65,52,46)
#322723
(50,39,35)
#231A18
(35,26,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #AA8F7B

#AA8F7B
(170,143,123)
#B19987
(177,153,135)
#B8A393
(184,163,147)
#BFAD9F
(191,173,159)
#C6B7AB
(198,183,171)
#CDC1B7
(205,193,183)
#D4CBC3
(212,203,195)
#DBD5CF
(219,213,207)
#E2DFDB
(226,223,219)
#E9E9E7
(233,233,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8F7B; }

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

This text font color is #AA8F7B.


Background Color

.myBgColor { background-color: #AA8F7B; }

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

This div background color is #AA8F7B.


Border color

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

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

This div border color is #AA8F7B.


Opacity

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

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

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

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

This text has shadow with #AA8F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8F7B on black background.


Color preview on white background

This text has color #AA8F7B on white background.



Black color preview on #AA8F7B background

This text has black color on #AA8F7B background.


White color preview on #AA8F7B background

This text has white color on #AA8F7B background.