COLOR #AA7B86

HEX: #AA7B86 RGB: (170,123,134)

Color info

#AA7B86 contains red, green and blue colors in about the same proportion. Web safe color of #AA7B86 is #996699 (or #969).

RGB color model

#AA7B86 color RGB value is (170,123,134).

RGB: (170,123,134) (67%, 48%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 123 of 255 = 48%
B 134 of 255 = 53%

170
123
134

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

Portions of RGB colors in percentages

R + G + B = 170 + 123 + 134 = 427 (100%)
R 170 of 427 ~ 39.81%
G 123 of 427 ~ 28.81%
B 134 of 427 ~ 31.38'%

%39.81
%28.81
%31.38

CMYK color model

#AA7B86 color CMYK value is (0,28,21,33).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 21.18%
  • key color value is 33.33%
CMYK: (0,28,21,33) C0M28Y21K33 (0%,28%,21%,33%) (0.00/0.28/0.21/0.33) 

CMYK percentages

%0
%27.65
%21.18
%33.33

Codes

Color #AA7B86 in popluar color models

AA 7B 86
RGB 170 123 134
HSL 346° 21.66% 57.45%
HSB/HSV 346° 27.65% 66.67%
CMYK 0.00% 27.65% 21.18%
33.33%

Color #AA7B86 in popluar number systems.

HEX AA 7B 86
Decimal 170 123 134
Binary 10101010 1111011 10000110
Octal 252 173 206

Shades and tints

Shades of #AA7B86

#AA7B86
(170,123,134)
#9B707A
(155,112,122)
#8C656E
(140,101,110)
#7D5A62
(125,90,98)
#6E4F56
(110,79,86)
#5F444A
(95,68,74)
#50393E
(80,57,62)
#412E32
(65,46,50)
#322326
(50,35,38)
#23181A
(35,24,26)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #AA7B86

#AA7B86
(170,123,134)
#B18791
(177,135,145)
#B8939C
(184,147,156)
#BF9FA7
(191,159,167)
#C6ABB2
(198,171,178)
#CDB7BD
(205,183,189)
#D4C3C8
(212,195,200)
#DBCFD3
(219,207,211)
#E2DBDE
(226,219,222)
#E9E7E9
(233,231,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7B86; }

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

This text font color is #AA7B86.

Background Color

.myBgColor { background-color: #AA7B86; }

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

This div background color is #AA7B86.

Border color

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

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

This div border color is #AA7B86.

Opacity

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

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

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

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

This text has shadow with #AA7B86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7B86.

Preview

Color preview on black background

This text has color #AA7B86 on black background.


Color preview on white background

This text has color #AA7B86 on white background.


Black color preview on #AA7B86 background

This text has black color on #AA7B86 background.


White color preview on #AA7B86 background

This text has white color on #AA7B86 background.


Related colors

Complementary color

Complementary color for #hex is #558479.


I love getcolorcode.com

Triadic colors

1 #86AA7B and #7B86AA with #AA7B86 are triadic colors.

2 #867BAA and #7BAA86 with #AA7B86 are triadic colors.