COLOR #AA817F

HEX: #AA817F RGB: (170,129,127)

Color info

#AA817F contains red, green and blue colors in about the same proportion. Web safe color of #AA817F is #999966 (or #996).

RGB color model

#AA817F color RGB value is (170,129,127).

RGB: (170,129,127) (67%, 51%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 127 of 255 = 50%

170
129
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 129 + 127 = 426 (100%)
R 170 of 426 ~ 39.91%
G 129 of 426 ~ 30.28%
B 127 of 426 ~ 29.81'%

%39.91
%30.28
%29.81

CMYK color model

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

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

CMYK: (0,24,25,33)
C0M24Y25K33 (0%, 24%, 25%, 33%)
(0.00 / 0.24 / 0.25 / 0.33)

CMYK percentages

%0
%24.12
%25.29
%33.33

Codes

Color #AA817F in popluar color models

AA 81 7F
RGB 170 129 127
HSL 20.19% 58.24%
HSB/HSV 25.29% 66.67%
CMYK 0.00% 24.12% 25.29%
33.33%

Color #AA817F in popluar number systems.

HEX AA 81 7F
Decimal 170 129 127
Binary 10101010 10000001 1111111
Octal 252 201 177

Shades and tints

Shades of #AA817F

#AA817F
(170,129,127)
#9B7674
(155,118,116)
#8C6B69
(140,107,105)
#7D605E
(125,96,94)
#6E5553
(110,85,83)
#5F4A48
(95,74,72)
#503F3D
(80,63,61)
#413432
(65,52,50)
#322927
(50,41,39)
#231E1C
(35,30,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AA817F

#AA817F
(170,129,127)
#B18C8A
(177,140,138)
#B89795
(184,151,149)
#BFA2A0
(191,162,160)
#C6ADAB
(198,173,171)
#CDB8B6
(205,184,182)
#D4C3C1
(212,195,193)
#DBCECC
(219,206,204)
#E2D9D7
(226,217,215)
#E9E4E2
(233,228,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA817F; }

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

This text font color is #AA817F.

Background Color

.myBgColor { background-color: #AA817F; }

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

This div background color is #AA817F.

Border color

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

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

This div border color is #AA817F.

Opacity

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

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

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

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

This text has shadow with #AA817F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA817F.

Preview

Color preview on black background

This text has color #AA817F on black background.


Color preview on white background

This text has color #AA817F on white background.


Black color preview on #AA817F background

This text has black color on #AA817F background.


White color preview on #AA817F background

This text has white color on #AA817F background.


Related colors

Complementary color

Complementary color for #hex is #557E80.


I love getcolorcode.com

Triadic colors

1 #7FAA81 and #817FAA with #AA817F are triadic colors.

2 #7F81AA and #81AA7F with #AA817F are triadic colors.