COLOR #AA6E79

HEX: #AA6E79 RGB: (170,110,121)

Color info

#AA6E79 contains mainly red and blue colors. Web safe color of #AA6E79 is #996666 (or #966).

RGB color model

#AA6E79 color RGB value is (170,110,121).

RGB: (170,110,121) (67%, 43%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 110 of 255 = 43%
B 121 of 255 = 47%

170
110
121

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

Portions of RGB colors in percentages

R + G + B = 170 + 110 + 121 = 401 (100%)
R 170 of 401 ~ 42.39%
G 110 of 401 ~ 27.43%
B 121 of 401 ~ 30.17'%

%42.39
%27.43
%30.17

CMYK color model

#AA6E79 color CMYK value is (0,35,29,33).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 28.82%
  • key color value is 33.33%

CMYK: (0,35,29,33)
C0M35Y29K33 (0%, 35%, 29%, 33%)
(0.00 / 0.35 / 0.29 / 0.33)

CMYK percentages

%0
%35.29
%28.82
%33.33

Codes

Color #AA6E79 in popluar color models

AA 6E 79
RGB 170 110 121
HSL 349° 26.09% 54.90%
HSB/HSV 349° 35.29% 66.67%
CMYK 0.00% 35.29% 28.82%
33.33%

Color #AA6E79 in popluar number systems.

HEX AA 6E 79
Decimal 170 110 121
Binary 10101010 1101110 1111001
Octal 252 156 171

Shades and tints

Shades of #AA6E79

#AA6E79
(170,110,121)
#9B646E
(155,100,110)
#8C5A63
(140,90,99)
#7D5058
(125,80,88)
#6E464D
(110,70,77)
#5F3C42
(95,60,66)
#503237
(80,50,55)
#41282C
(65,40,44)
#321E21
(50,30,33)
#231416
(35,20,22)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #AA6E79

#AA6E79
(170,110,121)
#B17B85
(177,123,133)
#B88891
(184,136,145)
#BF959D
(191,149,157)
#C6A2A9
(198,162,169)
#CDAFB5
(205,175,181)
#D4BCC1
(212,188,193)
#DBC9CD
(219,201,205)
#E2D6D9
(226,214,217)
#E9E3E5
(233,227,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6E79 color. Also use rgb(170,110,121) instead hex code.

Text Font Color

.myTextColor { color: #AA6E79; }

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

This text font color is #AA6E79.

Background Color

.myBgColor { background-color: #AA6E79; }

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

This div background color is #AA6E79.

Border color

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

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

This div border color is #AA6E79.

Opacity

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

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

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

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

This text has shadow with #AA6E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6E79.

Preview

Color preview on black background

This text has color #AA6E79 on black background.


Color preview on white background

This text has color #AA6E79 on white background.


Black color preview on #AA6E79 background

This text has black color on #AA6E79 background.


White color preview on #AA6E79 background

This text has white color on #AA6E79 background.


Related colors

Complementary color

Complementary color for #hex is #559186.


I love getcolorcode.com

Triadic colors

1 #79AA6E and #6E79AA with #AA6E79 are triadic colors.

2 #796EAA and #6EAA79 with #AA6E79 are triadic colors.