COLOR #AA727A

HEX: #AA727A RGB: (170,114,122)

Color info

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

RGB color model

#AA727A color RGB value is (170,114,122).

RGB: (170,114,122) (67%, 45%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 114 of 255 = 45%
B 122 of 255 = 48%

170
114
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 114 + 122 = 406 (100%)
R 170 of 406 ~ 41.87%
G 114 of 406 ~ 28.08%
B 122 of 406 ~ 30.05'%

%41.87
%28.08
%30.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (0,33,28,33)
C0M33Y28K33 (0%, 33%, 28%, 33%)
(0.00 / 0.33 / 0.28 / 0.33)

CMYK percentages

%0
%32.94
%28.24
%33.33

Codes

Color #AA727A in popluar color models

AA 72 7A
RGB 170 114 122
HSL 351° 24.78% 55.69%
HSB/HSV 351° 32.94% 66.67%
CMYK 0.00% 32.94% 28.24%
33.33%

Color #AA727A in popluar number systems.

HEX AA 72 7A
Decimal 170 114 122
Binary 10101010 1110010 1111010
Octal 252 162 172

Shades and tints

Shades of #AA727A

#AA727A
(170,114,122)
#9B686F
(155,104,111)
#8C5E64
(140,94,100)
#7D5459
(125,84,89)
#6E4A4E
(110,74,78)
#5F4043
(95,64,67)
#503638
(80,54,56)
#412C2D
(65,44,45)
#322222
(50,34,34)
#231817
(35,24,23)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #AA727A

#AA727A
(170,114,122)
#B17E86
(177,126,134)
#B88A92
(184,138,146)
#BF969E
(191,150,158)
#C6A2AA
(198,162,170)
#CDAEB6
(205,174,182)
#D4BAC2
(212,186,194)
#DBC6CE
(219,198,206)
#E2D2DA
(226,210,218)
#E9DEE6
(233,222,230)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA727A color. Also use rgb(170,114,122) instead hex code.

Text Font Color

.myTextColor { color: #AA727A; }

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

This text font color is #AA727A.

Background Color

.myBgColor { background-color: #AA727A; }

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

This div background color is #AA727A.

Border color

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

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

This div border color is #AA727A.

Opacity

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

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

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

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

This text has shadow with #AA727A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA727A.

Preview

Color preview on black background

This text has color #AA727A on black background.


Color preview on white background

This text has color #AA727A on white background.


Black color preview on #AA727A background

This text has black color on #AA727A background.


White color preview on #AA727A background

This text has white color on #AA727A background.


Related colors

Complementary color

Complementary color for #hex is #558D85.


I love getcolorcode.com

Triadic colors

1 #7AAA72 and #727AAA with #AA727A are triadic colors.

2 #7A72AA and #72AA7A with #AA727A are triadic colors.