COLOR #AA737C

HEX: #AA737C
RGB: (170,115,124)

Color info

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

RGB color model

#AA737C color RGB value is (170,115,124).

  • red value is 170;
  • green value is 115;
  • blue value is 124.
RGB:
(170,115,124)
(67%,45%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 124 of 255 = 49%

170
115
124

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 124 = 409 (100%)
R 170 of 409 ~ 41.56%
G 115 of 409 ~ 28.12%
B 124 of 409 ~ 30.32%

%41.56
%28.12
%30.32

CMYK color model

#AA737C color CMYK value is (0,32,27,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK:
(0,32,27,33)
C0M32Y27K33 
(0%,32%,27%,33%)
(0.00/0.32/0.27/0.33)	

CMYK percentages

%0
%32.35
%27.06
%33.33

Codes

Color #AA737C in popluar color models

AA737C
RGB170115124
HSL350°24.44%55.88%
HSB/HSV350°32.35%66.67%
CMYK0.00%32.35%27.06%
33.33%

Color #AA737C in popluar number systems.

HEXAA737C
Decimal170115124
Binary1010101011100111111100
Octal252163174

Shades and tints

Shades of #AA737C

#AA737C
(170,115,124)
#9B6971
(155,105,113)
#8C5F66
(140,95,102)
#7D555B
(125,85,91)
#6E4B50
(110,75,80)
#5F4145
(95,65,69)
#50373A
(80,55,58)
#412D2F
(65,45,47)
#322324
(50,35,36)
#231919
(35,25,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #AA737C

#AA737C
(170,115,124)
#B17F87
(177,127,135)
#B88B92
(184,139,146)
#BF979D
(191,151,157)
#C6A3A8
(198,163,168)
#CDAFB3
(205,175,179)
#D4BBBE
(212,187,190)
#DBC7C9
(219,199,201)
#E2D3D4
(226,211,212)
#E9DFDF
(233,223,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA737C color. Also use rgb(170,115,124) instead hex code.

Text Font Color

.myTextColor { color: #AA737C; }

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

This text font color is #AA737C.


Background Color

.myBgColor { background-color: #AA737C; }

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

This div background color is #AA737C.


Border color

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

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

This div border color is #AA737C.


Opacity

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

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

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

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

This text has shadow with #AA737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA737C on black background.


Color preview on white background

This text has color #AA737C on white background.



Black color preview on #AA737C background

This text has black color on #AA737C background.


White color preview on #AA737C background

This text has white color on #AA737C background.