COLOR #AA7943

HEX: #AA7943 RGB: (170,121,67)

Color info

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

RGB color model

#AA7943 color RGB value is (170,121,67).

RGB: (170,121,67) (67%, 47%, 26%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 67 of 255 = 26%

170
121
67

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

Portions of RGB colors in percentages

R + G + B = 170 + 121 + 67 = 358 (100%)
R 170 of 358 ~ 47.49%
G 121 of 358 ~ 33.8%
B 67 of 358 ~ 18.72'%

%47.49
%33.8
%18.72

CMYK color model

#AA7943 color CMYK value is (0,29,61,33).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 60.59%
  • key color value is 33.33%

CMYK: (0,29,61,33)
C0M29Y61K33 (0%, 29%, 61%, 33%)
(0.00 / 0.29 / 0.61 / 0.33)

CMYK percentages

%0
%28.82
%60.59
%33.33

Codes

Color #AA7943 in popluar color models

AA 79 43
RGB 170 121 67
HSL 31° 43.46% 46.47%
HSB/HSV 31° 60.59% 66.67%
CMYK 0.00% 28.82% 60.59%
33.33%

Color #AA7943 in popluar number systems.

HEX AA 79 43
Decimal 170 121 67
Binary 10101010 1111001 1000011
Octal 252 171 103

Shades and tints

Shades of #AA7943

#AA7943
(170,121,67)
#9B6E3D
(155,110,61)
#8C6337
(140,99,55)
#7D5831
(125,88,49)
#6E4D2B
(110,77,43)
#5F4225
(95,66,37)
#50371F
(80,55,31)
#412C19
(65,44,25)
#322113
(50,33,19)
#23160D
(35,22,13)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #AA7943

#AA7943
(170,121,67)
#B18554
(177,133,84)
#B89165
(184,145,101)
#BF9D76
(191,157,118)
#C6A987
(198,169,135)
#CDB598
(205,181,152)
#D4C1A9
(212,193,169)
#DBCDBA
(219,205,186)
#E2D9CB
(226,217,203)
#E9E5DC
(233,229,220)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7943 color. Also use rgb(170,121,67) instead hex code.

Text Font Color

.myTextColor { color: #AA7943; }

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

This text font color is #AA7943.

Background Color

.myBgColor { background-color: #AA7943; }

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

This div background color is #AA7943.

Border color

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

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

This div border color is #AA7943.

Opacity

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

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

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

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

This text has shadow with #AA7943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7943.

Preview

Color preview on black background

This text has color #AA7943 on black background.


Color preview on white background

This text has color #AA7943 on white background.


Black color preview on #AA7943 background

This text has black color on #AA7943 background.


White color preview on #AA7943 background

This text has white color on #AA7943 background.


Related colors

Complementary color

Complementary color for #hex is #5586BC.


I love getcolorcode.com

Triadic colors

1 #43AA79 and #7943AA with #AA7943 are triadic colors.

2 #4379AA and #79AA43 with #AA7943 are triadic colors.