COLOR #AA6D47

HEX: #AA6D47
RGB: (170,109,71)

Color info

#AA6D47 contains mainly red color. Web safe color of #AA6D47 is #996633 (or #963).

RGB color model

#AA6D47 color RGB value is (170,109,71).

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

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 71 of 255 = 28%

170
109
71

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

Portions of RGB colors in percentages

R + G + B =
170 + 109 + 71 = 350 (100%)
R 170 of 350 ~ 48.57%
G 109 of 350 ~ 31.14%
B 71 of 350 ~ 20.29%

%48.57
%31.14
%20.29

CMYK color model

#AA6D47 color CMYK value is (0,36,58,33).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 58.24%
  • key color value is 33.33%
CMYK:
(0,36,58,33)
C0M36Y58K33 
(0%,36%,58%,33%)
(0.00/0.36/0.58/0.33)	

CMYK percentages

%0
%35.88
%58.24
%33.33

Codes

Color #AA6D47 in popluar color models

AA6D47
RGB17010971
HSL23°41.08%47.25%
HSB/HSV23°58.24%66.67%
CMYK0.00%35.88%58.24%
33.33%

Color #AA6D47 in popluar number systems.

HEXAA6D47
Decimal17010971
Binary1010101011011011000111
Octal252155107

Shades and tints

Shades of #AA6D47

#AA6D47
(170,109,71)
#9B6441
(155,100,65)
#8C5B3B
(140,91,59)
#7D5235
(125,82,53)
#6E492F
(110,73,47)
#5F4029
(95,64,41)
#503723
(80,55,35)
#412E1D
(65,46,29)
#322517
(50,37,23)
#231C11
(35,28,17)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #AA6D47

#AA6D47
(170,109,71)
#B17A57
(177,122,87)
#B88767
(184,135,103)
#BF9477
(191,148,119)
#C6A187
(198,161,135)
#CDAE97
(205,174,151)
#D4BBA7
(212,187,167)
#DBC8B7
(219,200,183)
#E2D5C7
(226,213,199)
#E9E2D7
(233,226,215)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D47; }

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

This text font color is #AA6D47.


Background Color

.myBgColor { background-color: #AA6D47; }

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

This div background color is #AA6D47.


Border color

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

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

This div border color is #AA6D47.


Opacity

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

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

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

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

This text has shadow with #AA6D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6D47 on black background.


Color preview on white background

This text has color #AA6D47 on white background.



Black color preview on #AA6D47 background

This text has black color on #AA6D47 background.


White color preview on #AA6D47 background

This text has white color on #AA6D47 background.