COLOR #AA7183

HEX: #AA7183
RGB: (170,113,131)

Color info

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

RGB color model

#AA7183 color RGB value is (170,113,131).

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

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 131 of 255 = 51%

170
113
131

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

Portions of RGB colors in percentages

R + G + B =
170 + 113 + 131 = 414 (100%)
R 170 of 414 ~ 41.06%
G 113 of 414 ~ 27.29%
B 131 of 414 ~ 31.64%

%41.06
%27.29
%31.64

CMYK color model

#AA7183 color CMYK value is (0,34,23,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,34,23,33)
C0M34Y23K33 
(0%,34%,23%,33%)
(0.00/0.34/0.23/0.33)	

CMYK percentages

%0
%33.53
%22.94
%33.33

Codes

Color #AA7183 in popluar color models

AA7183
RGB170113131
HSL341°25.11%55.49%
HSB/HSV341°33.53%66.67%
CMYK0.00%33.53%22.94%
33.33%

Color #AA7183 in popluar number systems.

HEXAA7183
Decimal170113131
Binary10101010111000110000011
Octal252161203

Shades and tints

Shades of #AA7183

#AA7183
(170,113,131)
#9B6778
(155,103,120)
#8C5D6D
(140,93,109)
#7D5362
(125,83,98)
#6E4957
(110,73,87)
#5F3F4C
(95,63,76)
#503541
(80,53,65)
#412B36
(65,43,54)
#32212B
(50,33,43)
#231720
(35,23,32)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #AA7183

#AA7183
(170,113,131)
#B17D8E
(177,125,142)
#B88999
(184,137,153)
#BF95A4
(191,149,164)
#C6A1AF
(198,161,175)
#CDADBA
(205,173,186)
#D4B9C5
(212,185,197)
#DBC5D0
(219,197,208)
#E2D1DB
(226,209,219)
#E9DDE6
(233,221,230)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7183; }

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

This text font color is #AA7183.


Background Color

.myBgColor { background-color: #AA7183; }

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

This div background color is #AA7183.


Border color

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

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

This div border color is #AA7183.


Opacity

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

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

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

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

This text has shadow with #AA7183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7183 on black background.


Color preview on white background

This text has color #AA7183 on white background.



Black color preview on #AA7183 background

This text has black color on #AA7183 background.


White color preview on #AA7183 background

This text has white color on #AA7183 background.