COLOR #AA6E7B

HEX: #AA6E7B RGB: (170,110,123)

Color info

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

RGB color model

#AA6E7B color RGB value is (170,110,123).

RGB: (170,110,123) (67%, 43%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 110 of 255 = 43%
B 123 of 255 = 48%

170
110
123

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

Portions of RGB colors in percentages

R + G + B = 170 + 110 + 123 = 403 (100%)
R 170 of 403 ~ 42.18%
G 110 of 403 ~ 27.3%
B 123 of 403 ~ 30.52'%

%42.18
%27.3
%30.52

CMYK color model

#AA6E7B color CMYK value is (0,35,28,33).

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

CMYK: (0,35,28,33)
C0M35Y28K33 (0%, 35%, 28%, 33%)
(0.00 / 0.35 / 0.28 / 0.33)

CMYK percentages

%0
%35.29
%27.65
%33.33

Codes

Color #AA6E7B in popluar color models

AA 6E 7B
RGB 170 110 123
HSL 347° 26.09% 54.90%
HSB/HSV 347° 35.29% 66.67%
CMYK 0.00% 35.29% 27.65%
33.33%

Color #AA6E7B in popluar number systems.

HEX AA 6E 7B
Decimal 170 110 123
Binary 10101010 1101110 1111011
Octal 252 156 173

Shades and tints

Shades of #AA6E7B

#AA6E7B
(170,110,123)
#9B6470
(155,100,112)
#8C5A65
(140,90,101)
#7D505A
(125,80,90)
#6E464F
(110,70,79)
#5F3C44
(95,60,68)
#503239
(80,50,57)
#41282E
(65,40,46)
#321E23
(50,30,35)
#231418
(35,20,24)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #AA6E7B

#AA6E7B
(170,110,123)
#B17B87
(177,123,135)
#B88893
(184,136,147)
#BF959F
(191,149,159)
#C6A2AB
(198,162,171)
#CDAFB7
(205,175,183)
#D4BCC3
(212,188,195)
#DBC9CF
(219,201,207)
#E2D6DB
(226,214,219)
#E9E3E7
(233,227,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6E7B; }

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

This text font color is #AA6E7B.

Background Color

.myBgColor { background-color: #AA6E7B; }

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

This div background color is #AA6E7B.

Border color

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

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

This div border color is #AA6E7B.

Opacity

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

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

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

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

This text has shadow with #AA6E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6E7B.

Preview

Color preview on black background

This text has color #AA6E7B on black background.


Color preview on white background

This text has color #AA6E7B on white background.


Black color preview on #AA6E7B background

This text has black color on #AA6E7B background.


White color preview on #AA6E7B background

This text has white color on #AA6E7B background.


Related colors

Complementary color

Complementary color for #hex is #559184.


I love getcolorcode.com

Triadic colors

1 #7BAA6E and #6E7BAA with #AA6E7B are triadic colors.

2 #7B6EAA and #6EAA7B with #AA6E7B are triadic colors.