COLOR #AA8F91

HEX: #AA8F91
RGB: (170,143,145)

Color info

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

RGB color model

#AA8F91 color RGB value is (170,143,145).

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

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 145 of 255 = 57%

170
143
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 145 = 458 (100%)
R 170 of 458 ~ 37.12%
G 143 of 458 ~ 31.22%
B 145 of 458 ~ 31.66%

%37.12
%31.22
%31.66

CMYK color model

#AA8F91 color CMYK value is (0,16,15,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(0,16,15,33)
C0M16Y15K33 
(0%,16%,15%,33%)
(0.00/0.16/0.15/0.33)	

CMYK percentages

%0
%15.88
%14.71
%33.33

Codes

Color #AA8F91 in popluar color models

AA8F91
RGB170143145
HSL356°13.71%61.37%
HSB/HSV356°15.88%66.67%
CMYK0.00%15.88%14.71%
33.33%

Color #AA8F91 in popluar number systems.

HEXAA8F91
Decimal170143145
Binary101010101000111110010001
Octal252217221

Shades and tints

Shades of #AA8F91

#AA8F91
(170,143,145)
#9B8284
(155,130,132)
#8C7577
(140,117,119)
#7D686A
(125,104,106)
#6E5B5D
(110,91,93)
#5F4E50
(95,78,80)
#504143
(80,65,67)
#413436
(65,52,54)
#322729
(50,39,41)
#231A1C
(35,26,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA8F91

#AA8F91
(170,143,145)
#B1999B
(177,153,155)
#B8A3A5
(184,163,165)
#BFADAF
(191,173,175)
#C6B7B9
(198,183,185)
#CDC1C3
(205,193,195)
#D4CBCD
(212,203,205)
#DBD5D7
(219,213,215)
#E2DFE1
(226,223,225)
#E9E9EB
(233,233,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8F91; }

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

This text font color is #AA8F91.


Background Color

.myBgColor { background-color: #AA8F91; }

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

This div background color is #AA8F91.


Border color

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

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

This div border color is #AA8F91.


Opacity

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

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

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

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

This text has shadow with #AA8F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8F91 on black background.


Color preview on white background

This text has color #AA8F91 on white background.



Black color preview on #AA8F91 background

This text has black color on #AA8F91 background.


White color preview on #AA8F91 background

This text has white color on #AA8F91 background.