COLOR #AA807F

HEX: #AA807F RGB: (170,128,127)

Color info

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

RGB color model

#AA807F color RGB value is (170,128,127).

RGB: (170,128,127) (67%, 50%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 127 of 255 = 50%

170
128
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 127 = 425 (100%)
R 170 of 425 ~ 40%
G 128 of 425 ~ 30.12%
B 127 of 425 ~ 29.88'%

%40
%30.12
%29.88

CMYK color model

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

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

CMYK: (0,25,25,33)
C0M25Y25K33 (0%, 25%, 25%, 33%)
(0.00 / 0.25 / 0.25 / 0.33)

CMYK percentages

%0
%24.71
%25.29
%33.33

Codes

Color #AA807F in popluar color models

AA 80 7F
RGB 170 128 127
HSL 20.19% 58.24%
HSB/HSV 25.29% 66.67%
CMYK 0.00% 24.71% 25.29%
33.33%

Color #AA807F in popluar number systems.

HEX AA 80 7F
Decimal 170 128 127
Binary 10101010 10000000 1111111
Octal 252 200 177

Shades and tints

Shades of #AA807F

#AA807F
(170,128,127)
#9B7574
(155,117,116)
#8C6A69
(140,106,105)
#7D5F5E
(125,95,94)
#6E5453
(110,84,83)
#5F4948
(95,73,72)
#503E3D
(80,62,61)
#413332
(65,51,50)
#322827
(50,40,39)
#231D1C
(35,29,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA807F

#AA807F
(170,128,127)
#B18B8A
(177,139,138)
#B89695
(184,150,149)
#BFA1A0
(191,161,160)
#C6ACAB
(198,172,171)
#CDB7B6
(205,183,182)
#D4C2C1
(212,194,193)
#DBCDCC
(219,205,204)
#E2D8D7
(226,216,215)
#E9E3E2
(233,227,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA807F; }

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

This text font color is #AA807F.

Background Color

.myBgColor { background-color: #AA807F; }

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

This div background color is #AA807F.

Border color

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

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

This div border color is #AA807F.

Opacity

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

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

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

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

This text has shadow with #AA807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA807F.

Preview

Color preview on black background

This text has color #AA807F on black background.


Color preview on white background

This text has color #AA807F on white background.


Black color preview on #AA807F background

This text has black color on #AA807F background.


White color preview on #AA807F background

This text has white color on #AA807F background.


Related colors

Complementary color

Complementary color for #hex is #557F80.


I love getcolorcode.com

Triadic colors

1 #7FAA80 and #807FAA with #AA807F are triadic colors.

2 #7F80AA and #80AA7F with #AA807F are triadic colors.