COLOR #AA7C83

HEX: #AA7C83
RGB: (170,124,131)

Color info

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

RGB color model

#AA7C83 color RGB value is (170,124,131).

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

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 131 of 255 = 51%

170
124
131

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 131 = 425 (100%)
R 170 of 425 ~ 40%
G 124 of 425 ~ 29.18%
B 131 of 425 ~ 30.82%

%40
%29.18
%30.82

CMYK color model

#AA7C83 color CMYK value is (0,27,23,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,27,23,33)
C0M27Y23K33 
(0%,27%,23%,33%)
(0.00/0.27/0.23/0.33)	

CMYK percentages

%0
%27.06
%22.94
%33.33

Codes

Color #AA7C83 in popluar color models

AA7C83
RGB170124131
HSL351°21.30%57.65%
HSB/HSV351°27.06%66.67%
CMYK0.00%27.06%22.94%
33.33%

Color #AA7C83 in popluar number systems.

HEXAA7C83
Decimal170124131
Binary10101010111110010000011
Octal252174203

Shades and tints

Shades of #AA7C83

#AA7C83
(170,124,131)
#9B7178
(155,113,120)
#8C666D
(140,102,109)
#7D5B62
(125,91,98)
#6E5057
(110,80,87)
#5F454C
(95,69,76)
#503A41
(80,58,65)
#412F36
(65,47,54)
#32242B
(50,36,43)
#231920
(35,25,32)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA7C83

#AA7C83
(170,124,131)
#B1878E
(177,135,142)
#B89299
(184,146,153)
#BF9DA4
(191,157,164)
#C6A8AF
(198,168,175)
#CDB3BA
(205,179,186)
#D4BEC5
(212,190,197)
#DBC9D0
(219,201,208)
#E2D4DB
(226,212,219)
#E9DFE6
(233,223,230)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7C83; }

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

This text font color is #AA7C83.


Background Color

.myBgColor { background-color: #AA7C83; }

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

This div background color is #AA7C83.


Border color

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

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

This div border color is #AA7C83.


Opacity

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

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

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

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

This text has shadow with #AA7C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7C83 on black background.


Color preview on white background

This text has color #AA7C83 on white background.



Black color preview on #AA7C83 background

This text has black color on #AA7C83 background.


White color preview on #AA7C83 background

This text has white color on #AA7C83 background.