COLOR #AA715E

HEX: #AA715E
RGB: (170,113,94)

Color info

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

RGB color model

#AA715E color RGB value is (170,113,94).

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

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 94 of 255 = 37%

170
113
94

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

Portions of RGB colors in percentages

R + G + B =
170 + 113 + 94 = 377 (100%)
R 170 of 377 ~ 45.09%
G 113 of 377 ~ 29.97%
B 94 of 377 ~ 24.93%

%45.09
%29.97
%24.93

CMYK color model

#AA715E color CMYK value is (0,34,45,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(0,34,45,33)
C0M34Y45K33 
(0%,34%,45%,33%)
(0.00/0.34/0.45/0.33)	

CMYK percentages

%0
%33.53
%44.71
%33.33

Codes

Color #AA715E in popluar color models

AA715E
RGB17011394
HSL15°30.89%51.76%
HSB/HSV15°44.71%66.67%
CMYK0.00%33.53%44.71%
33.33%

Color #AA715E in popluar number systems.

HEXAA715E
Decimal17011394
Binary1010101011100011011110
Octal252161136

Shades and tints

Shades of #AA715E

#AA715E
(170,113,94)
#9B6756
(155,103,86)
#8C5D4E
(140,93,78)
#7D5346
(125,83,70)
#6E493E
(110,73,62)
#5F3F36
(95,63,54)
#50352E
(80,53,46)
#412B26
(65,43,38)
#32211E
(50,33,30)
#231716
(35,23,22)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #AA715E

#AA715E
(170,113,94)
#B17D6C
(177,125,108)
#B8897A
(184,137,122)
#BF9588
(191,149,136)
#C6A196
(198,161,150)
#CDADA4
(205,173,164)
#D4B9B2
(212,185,178)
#DBC5C0
(219,197,192)
#E2D1CE
(226,209,206)
#E9DDDC
(233,221,220)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA715E; }

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

This text font color is #AA715E.


Background Color

.myBgColor { background-color: #AA715E; }

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

This div background color is #AA715E.


Border color

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

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

This div border color is #AA715E.


Opacity

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

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

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

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

This text has shadow with #AA715E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA715E on black background.


Color preview on white background

This text has color #AA715E on white background.



Black color preview on #AA715E background

This text has black color on #AA715E background.


White color preview on #AA715E background

This text has white color on #AA715E background.