COLOR #AA7747

HEX: #AA7747
RGB: (170,119,71)

Color info

#AA7747 contains mainly red and green colors. Web safe color of #AA7747 is #996633 (or #963).

RGB color model

#AA7747 color RGB value is (170,119,71).

  • red value is 170;
  • green value is 119;
  • blue value is 71.
RGB:
(170,119,71)
(67%,47%,28%)

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 71 of 255 = 28%

170
119
71

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 71 = 360 (100%)
R 170 of 360 ~ 47.22%
G 119 of 360 ~ 33.06%
B 71 of 360 ~ 19.72%

%47.22
%33.06
%19.72

CMYK color model

#AA7747 color CMYK value is (0,30,58,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 58.24%
  • key color value is 33.33%
CMYK:
(0,30,58,33)
C0M30Y58K33 
(0%,30%,58%,33%)
(0.00/0.30/0.58/0.33)	

CMYK percentages

%0
%30
%58.24
%33.33

Codes

Color #AA7747 in popluar color models

AA7747
RGB17011971
HSL29°41.08%47.25%
HSB/HSV29°58.24%66.67%
CMYK0.00%30.00%58.24%
33.33%

Color #AA7747 in popluar number systems.

HEXAA7747
Decimal17011971
Binary1010101011101111000111
Octal252167107

Shades and tints

Shades of #AA7747

#AA7747
(170,119,71)
#9B6D41
(155,109,65)
#8C633B
(140,99,59)
#7D5935
(125,89,53)
#6E4F2F
(110,79,47)
#5F4529
(95,69,41)
#503B23
(80,59,35)
#41311D
(65,49,29)
#322717
(50,39,23)
#231D11
(35,29,17)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #AA7747

#AA7747
(170,119,71)
#B18357
(177,131,87)
#B88F67
(184,143,103)
#BF9B77
(191,155,119)
#C6A787
(198,167,135)
#CDB397
(205,179,151)
#D4BFA7
(212,191,167)
#DBCBB7
(219,203,183)
#E2D7C7
(226,215,199)
#E9E3D7
(233,227,215)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7747 color. Also use rgb(170,119,71) instead hex code.

Text Font Color

.myTextColor { color: #AA7747; }

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

This text font color is #AA7747.


Background Color

.myBgColor { background-color: #AA7747; }

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

This div background color is #AA7747.


Border color

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

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

This div border color is #AA7747.


Opacity

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

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

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

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

This text has shadow with #AA7747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7747 on black background.


Color preview on white background

This text has color #AA7747 on white background.



Black color preview on #AA7747 background

This text has black color on #AA7747 background.


White color preview on #AA7747 background

This text has white color on #AA7747 background.