COLOR #AA808E

HEX: #AA808E
RGB: (170,128,142)

Color info

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

RGB color model

#AA808E color RGB value is (170,128,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 142 of 255 = 56%

170
128
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 142 = 440 (100%)
R 170 of 440 ~ 38.64%
G 128 of 440 ~ 29.09%
B 142 of 440 ~ 32.27%

%38.64
%29.09
%32.27

CMYK color model

#AA808E color CMYK value is (0,25,16,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,25,16,33)
C0M25Y16K33 
(0%,25%,16%,33%)
(0.00/0.25/0.16/0.33)	

CMYK percentages

%0
%24.71
%16.47
%33.33

Codes

Color #AA808E in popluar color models

AA808E
RGB170128142
HSL340°19.81%58.43%
HSB/HSV340°24.71%66.67%
CMYK0.00%24.71%16.47%
33.33%

Color #AA808E in popluar number systems.

HEXAA808E
Decimal170128142
Binary101010101000000010001110
Octal252200216

Shades and tints

Shades of #AA808E

#AA808E
(170,128,142)
#9B7582
(155,117,130)
#8C6A76
(140,106,118)
#7D5F6A
(125,95,106)
#6E545E
(110,84,94)
#5F4952
(95,73,82)
#503E46
(80,62,70)
#41333A
(65,51,58)
#32282E
(50,40,46)
#231D22
(35,29,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA808E

#AA808E
(170,128,142)
#B18B98
(177,139,152)
#B896A2
(184,150,162)
#BFA1AC
(191,161,172)
#C6ACB6
(198,172,182)
#CDB7C0
(205,183,192)
#D4C2CA
(212,194,202)
#DBCDD4
(219,205,212)
#E2D8DE
(226,216,222)
#E9E3E8
(233,227,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA808E; }

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

This text font color is #AA808E.


Background Color

.myBgColor { background-color: #AA808E; }

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

This div background color is #AA808E.


Border color

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

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

This div border color is #AA808E.


Opacity

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

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

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

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

This text has shadow with #AA808E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA808E on black background.


Color preview on white background

This text has color #AA808E on white background.



Black color preview on #AA808E background

This text has black color on #AA808E background.


White color preview on #AA808E background

This text has white color on #AA808E background.