COLOR #AA707B

HEX: #AA707B RGB: (170,112,123)

Color info

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

RGB color model

#AA707B color RGB value is (170,112,123).

RGB: (170,112,123) (67%, 44%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 123 of 255 = 48%

170
112
123

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

Portions of RGB colors in percentages

R + G + B = 170 + 112 + 123 = 405 (100%)
R 170 of 405 ~ 41.98%
G 112 of 405 ~ 27.65%
B 123 of 405 ~ 30.37'%

%41.98
%27.65
%30.37

CMYK color model

#AA707B color CMYK value is (0,34,28,33).

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

CMYK: (0,34,28,33)
C0M34Y28K33 (0%, 34%, 28%, 33%)
(0.00 / 0.34 / 0.28 / 0.33)

CMYK percentages

%0
%34.12
%27.65
%33.33

Codes

Color #AA707B in popluar color models

AA 70 7B
RGB 170 112 123
HSL 349° 25.44% 55.29%
HSB/HSV 349° 34.12% 66.67%
CMYK 0.00% 34.12% 27.65%
33.33%

Color #AA707B in popluar number systems.

HEX AA 70 7B
Decimal 170 112 123
Binary 10101010 1110000 1111011
Octal 252 160 173

Shades and tints

Shades of #AA707B

#AA707B
(170,112,123)
#9B6670
(155,102,112)
#8C5C65
(140,92,101)
#7D525A
(125,82,90)
#6E484F
(110,72,79)
#5F3E44
(95,62,68)
#503439
(80,52,57)
#412A2E
(65,42,46)
#322023
(50,32,35)
#231618
(35,22,24)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #AA707B

#AA707B
(170,112,123)
#B17D87
(177,125,135)
#B88A93
(184,138,147)
#BF979F
(191,151,159)
#C6A4AB
(198,164,171)
#CDB1B7
(205,177,183)
#D4BEC3
(212,190,195)
#DBCBCF
(219,203,207)
#E2D8DB
(226,216,219)
#E9E5E7
(233,229,231)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA707B; }

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

This text font color is #AA707B.

Background Color

.myBgColor { background-color: #AA707B; }

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

This div background color is #AA707B.

Border color

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

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

This div border color is #AA707B.

Opacity

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

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

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

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

This text has shadow with #AA707B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA707B.

Preview

Color preview on black background

This text has color #AA707B on black background.


Color preview on white background

This text has color #AA707B on white background.


Black color preview on #AA707B background

This text has black color on #AA707B background.


White color preview on #AA707B background

This text has white color on #AA707B background.


Related colors

Complementary color

Complementary color for #hex is #558F84.


I love getcolorcode.com

Triadic colors

1 #7BAA70 and #707BAA with #AA707B are triadic colors.

2 #7B70AA and #70AA7B with #AA707B are triadic colors.