COLOR #AA6D43

HEX: #AA6D43 RGB: (170,109,67)

Color info

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

RGB color model

#AA6D43 color RGB value is (170,109,67).

RGB: (170,109,67) (67%, 43%, 26%)

RGB channels and saturation

R 170 of 255 = 67%
G 109 of 255 = 43%
B 67 of 255 = 26%

170
109
67

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

Portions of RGB colors in percentages

R + G + B = 170 + 109 + 67 = 346 (100%)
R 170 of 346 ~ 49.13%
G 109 of 346 ~ 31.5%
B 67 of 346 ~ 19.36'%

%49.13
%31.5
%19.36

CMYK color model

#AA6D43 color CMYK value is (0,36,61,33).

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

CMYK: (0,36,61,33)
C0M36Y61K33 (0%, 36%, 61%, 33%)
(0.00 / 0.36 / 0.61 / 0.33)

CMYK percentages

%0
%35.88
%60.59
%33.33

Codes

Color #AA6D43 in popluar color models

AA 6D 43
RGB 170 109 67
HSL 24° 43.46% 46.47%
HSB/HSV 24° 60.59% 66.67%
CMYK 0.00% 35.88% 60.59%
33.33%

Color #AA6D43 in popluar number systems.

HEX AA 6D 43
Decimal 170 109 67
Binary 10101010 1101101 1000011
Octal 252 155 103

Shades and tints

Shades of #AA6D43

#AA6D43
(170,109,67)
#9B643D
(155,100,61)
#8C5B37
(140,91,55)
#7D5231
(125,82,49)
#6E492B
(110,73,43)
#5F4025
(95,64,37)
#50371F
(80,55,31)
#412E19
(65,46,25)
#322513
(50,37,19)
#231C0D
(35,28,13)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #AA6D43

#AA6D43
(170,109,67)
#B17A54
(177,122,84)
#B88765
(184,135,101)
#BF9476
(191,148,118)
#C6A187
(198,161,135)
#CDAE98
(205,174,152)
#D4BBA9
(212,187,169)
#DBC8BA
(219,200,186)
#E2D5CB
(226,213,203)
#E9E2DC
(233,226,220)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6D43; }

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

This text font color is #AA6D43.

Background Color

.myBgColor { background-color: #AA6D43; }

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

This div background color is #AA6D43.

Border color

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

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

This div border color is #AA6D43.

Opacity

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

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

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

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

This text has shadow with #AA6D43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6D43.

Preview

Color preview on black background

This text has color #AA6D43 on black background.


Color preview on white background

This text has color #AA6D43 on white background.


Black color preview on #AA6D43 background

This text has black color on #AA6D43 background.


White color preview on #AA6D43 background

This text has white color on #AA6D43 background.


Related colors

Complementary color

Complementary color for #hex is #5592BC.


I love getcolorcode.com

Triadic colors

1 #43AA6D and #6D43AA with #AA6D43 are triadic colors.

2 #436DAA and #6DAA43 with #AA6D43 are triadic colors.