COLOR #AA807E

HEX: #AA807E RGB: (170,128,126)

Color info

#AA807E contains red, green and blue colors in about the same proportion. Web safe color of #AA807E is #996666 (or #966).

RGB color model

#AA807E color RGB value is (170,128,126).

RGB: (170,128,126) (67%, 50%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 126 of 255 = 49%

170
128
126

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

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 126 = 424 (100%)
R 170 of 424 ~ 40.09%
G 128 of 424 ~ 30.19%
B 126 of 424 ~ 29.72'%

%40.09
%30.19
%29.72

CMYK color model

#AA807E color CMYK value is (0,25,26,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 25.88%
  • key color value is 33.33%

CMYK: (0,25,26,33)
C0M25Y26K33 (0%, 25%, 26%, 33%)
(0.00 / 0.25 / 0.26 / 0.33)

CMYK percentages

%0
%24.71
%25.88
%33.33

Codes

Color #AA807E in popluar color models

AA 80 7E
RGB 170 128 126
HSL 20.56% 58.04%
HSB/HSV 25.88% 66.67%
CMYK 0.00% 24.71% 25.88%
33.33%

Color #AA807E in popluar number systems.

HEX AA 80 7E
Decimal 170 128 126
Binary 10101010 10000000 1111110
Octal 252 200 176

Shades and tints

Shades of #AA807E

#AA807E
(170,128,126)
#9B7573
(155,117,115)
#8C6A68
(140,106,104)
#7D5F5D
(125,95,93)
#6E5452
(110,84,82)
#5F4947
(95,73,71)
#503E3C
(80,62,60)
#413331
(65,51,49)
#322826
(50,40,38)
#231D1B
(35,29,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AA807E

#AA807E
(170,128,126)
#B18B89
(177,139,137)
#B89694
(184,150,148)
#BFA19F
(191,161,159)
#C6ACAA
(198,172,170)
#CDB7B5
(205,183,181)
#D4C2C0
(212,194,192)
#DBCDCB
(219,205,203)
#E2D8D6
(226,216,214)
#E9E3E1
(233,227,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA807E; }

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

This text font color is #AA807E.

Background Color

.myBgColor { background-color: #AA807E; }

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

This div background color is #AA807E.

Border color

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

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

This div border color is #AA807E.

Opacity

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

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

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

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

This text has shadow with #AA807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA807E.

Preview

Color preview on black background

This text has color #AA807E on black background.


Color preview on white background

This text has color #AA807E on white background.


Black color preview on #AA807E background

This text has black color on #AA807E background.


White color preview on #AA807E background

This text has white color on #AA807E background.


Related colors

Complementary color

Complementary color for #hex is #557F81.


I love getcolorcode.com

Triadic colors

1 #7EAA80 and #807EAA with #AA807E are triadic colors.

2 #7E80AA and #80AA7E with #AA807E are triadic colors.