COLOR #AA7356

HEX: #AA7356 RGB: (170,115,86)

Color info

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

RGB color model

#AA7356 color RGB value is (170,115,86).

RGB: (170,115,86) (67%, 45%, 34%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 86 of 255 = 34%

170
115
86

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 86 = 371 (100%)
R 170 of 371 ~ 45.82%
G 115 of 371 ~ 31%
B 86 of 371 ~ 23.18'%

%45.82
%31
%23.18

CMYK color model

#AA7356 color CMYK value is (0,32,49,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 49.41%
  • key color value is 33.33%

CMYK: (0,32,49,33)
C0M32Y49K33 (0%, 32%, 49%, 33%)
(0.00 / 0.32 / 0.49 / 0.33)

CMYK percentages

%0
%32.35
%49.41
%33.33

Codes

Color #AA7356 in popluar color models

AA 73 56
RGB 170 115 86
HSL 21° 33.07% 50.20%
HSB/HSV 21° 49.41% 66.67%
CMYK 0.00% 32.35% 49.41%
33.33%

Color #AA7356 in popluar number systems.

HEX AA 73 56
Decimal 170 115 86
Binary 10101010 1110011 1010110
Octal 252 163 126

Shades and tints

Shades of #AA7356

#AA7356
(170,115,86)
#9B694F
(155,105,79)
#8C5F48
(140,95,72)
#7D5541
(125,85,65)
#6E4B3A
(110,75,58)
#5F4133
(95,65,51)
#50372C
(80,55,44)
#412D25
(65,45,37)
#32231E
(50,35,30)
#231917
(35,25,23)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA7356

#AA7356
(170,115,86)
#B17F65
(177,127,101)
#B88B74
(184,139,116)
#BF9783
(191,151,131)
#C6A392
(198,163,146)
#CDAFA1
(205,175,161)
#D4BBB0
(212,187,176)
#DBC7BF
(219,199,191)
#E2D3CE
(226,211,206)
#E9DFDD
(233,223,221)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7356; }

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

This text font color is #AA7356.

Background Color

.myBgColor { background-color: #AA7356; }

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

This div background color is #AA7356.

Border color

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

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

This div border color is #AA7356.

Opacity

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

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

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

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

This text has shadow with #AA7356 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7356.

Preview

Color preview on black background

This text has color #AA7356 on black background.


Color preview on white background

This text has color #AA7356 on white background.


Black color preview on #AA7356 background

This text has black color on #AA7356 background.


White color preview on #AA7356 background

This text has white color on #AA7356 background.


Related colors

Complementary color

Complementary color for #hex is #558CA9.


I love getcolorcode.com

Triadic colors

1 #56AA73 and #7356AA with #AA7356 are triadic colors.

2 #5673AA and #73AA56 with #AA7356 are triadic colors.