COLOR #AA7E5E

HEX: #AA7E5E
RGB: (170,126,94)

Color info

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

RGB color model

#AA7E5E color RGB value is (170,126,94).

  • red value is 170;
  • green value is 126;
  • blue value is 94.
RGB:
(170,126,94)
(67%,49%,37%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 94 of 255 = 37%

170
126
94

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

Portions of RGB colors in percentages

R + G + B =
170 + 126 + 94 = 390 (100%)
R 170 of 390 ~ 43.59%
G 126 of 390 ~ 32.31%
B 94 of 390 ~ 24.1%

%43.59
%32.31
%24.1

CMYK color model

#AA7E5E color CMYK value is (0,26,45,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(0,26,45,33)
C0M26Y45K33 
(0%,26%,45%,33%)
(0.00/0.26/0.45/0.33)	

CMYK percentages

%0
%25.88
%44.71
%33.33

Codes

Color #AA7E5E in popluar color models

AA7E5E
RGB17012694
HSL25°30.89%51.76%
HSB/HSV25°44.71%66.67%
CMYK0.00%25.88%44.71%
33.33%

Color #AA7E5E in popluar number systems.

HEXAA7E5E
Decimal17012694
Binary1010101011111101011110
Octal252176136

Shades and tints

Shades of #AA7E5E

#AA7E5E
(170,126,94)
#9B7356
(155,115,86)
#8C684E
(140,104,78)
#7D5D46
(125,93,70)
#6E523E
(110,82,62)
#5F4736
(95,71,54)
#503C2E
(80,60,46)
#413126
(65,49,38)
#32261E
(50,38,30)
#231B16
(35,27,22)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #AA7E5E

#AA7E5E
(170,126,94)
#B1896C
(177,137,108)
#B8947A
(184,148,122)
#BF9F88
(191,159,136)
#C6AA96
(198,170,150)
#CDB5A4
(205,181,164)
#D4C0B2
(212,192,178)
#DBCBC0
(219,203,192)
#E2D6CE
(226,214,206)
#E9E1DC
(233,225,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7E5E color. Also use rgb(170,126,94) instead hex code.

Text Font Color

.myTextColor { color: #AA7E5E; }

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

This text font color is #AA7E5E.


Background Color

.myBgColor { background-color: #AA7E5E; }

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

This div background color is #AA7E5E.


Border color

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

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

This div border color is #AA7E5E.


Opacity

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

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

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

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

This text has shadow with #AA7E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7E5E on black background.


Color preview on white background

This text has color #AA7E5E on white background.



Black color preview on #AA7E5E background

This text has black color on #AA7E5E background.


White color preview on #AA7E5E background

This text has white color on #AA7E5E background.