COLOR #AA8083

HEX: #AA8083
RGB: (170,128,131)

Color info

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

RGB color model

#AA8083 color RGB value is (170,128,131).

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

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 131 of 255 = 51%

170
128
131

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 131 = 429 (100%)
R 170 of 429 ~ 39.63%
G 128 of 429 ~ 29.84%
B 131 of 429 ~ 30.54%

%39.63
%29.84
%30.54

CMYK color model

#AA8083 color CMYK value is (0,25,23,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,25,23,33)
C0M25Y23K33 
(0%,25%,23%,33%)
(0.00/0.25/0.23/0.33)	

CMYK percentages

%0
%24.71
%22.94
%33.33

Codes

Color #AA8083 in popluar color models

AA8083
RGB170128131
HSL356°19.81%58.43%
HSB/HSV356°24.71%66.67%
CMYK0.00%24.71%22.94%
33.33%

Color #AA8083 in popluar number systems.

HEXAA8083
Decimal170128131
Binary101010101000000010000011
Octal252200203

Shades and tints

Shades of #AA8083

#AA8083
(170,128,131)
#9B7578
(155,117,120)
#8C6A6D
(140,106,109)
#7D5F62
(125,95,98)
#6E5457
(110,84,87)
#5F494C
(95,73,76)
#503E41
(80,62,65)
#413336
(65,51,54)
#32282B
(50,40,43)
#231D20
(35,29,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AA8083

#AA8083
(170,128,131)
#B18B8E
(177,139,142)
#B89699
(184,150,153)
#BFA1A4
(191,161,164)
#C6ACAF
(198,172,175)
#CDB7BA
(205,183,186)
#D4C2C5
(212,194,197)
#DBCDD0
(219,205,208)
#E2D8DB
(226,216,219)
#E9E3E6
(233,227,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8083; }

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

This text font color is #AA8083.


Background Color

.myBgColor { background-color: #AA8083; }

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

This div background color is #AA8083.


Border color

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

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

This div border color is #AA8083.


Opacity

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

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

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

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

This text has shadow with #AA8083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8083 on black background.


Color preview on white background

This text has color #AA8083 on white background.



Black color preview on #AA8083 background

This text has black color on #AA8083 background.


White color preview on #AA8083 background

This text has white color on #AA8083 background.