COLOR #A47E5E

HEX: #A47E5E RGB: (164,126,94)

Color info

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

RGB color model

#A47E5E color RGB value is (164,126,94).

RGB: (164,126,94) (64%, 49%, 37%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 94 of 255 = 37%

164
126
94

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

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 94 = 384 (100%)
R 164 of 384 ~ 42.71%
G 126 of 384 ~ 32.81%
B 94 of 384 ~ 24.48'%

%42.71
%32.81
%24.48

CMYK color model

#A47E5E color CMYK value is (0,23,43,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 42.68%
  • key color value is 35.69%

CMYK: (0,23,43,36)
C0M23Y43K36 (0%, 23%, 43%, 36%)
(0.00 / 0.23 / 0.43 / 0.36)

CMYK percentages

%0
%23.17
%42.68
%35.69

Codes

Color #A47E5E in popluar color models

A4 7E 5E
RGB 164 126 94
HSL 27° 27.78% 50.59%
HSB/HSV 27° 42.68% 64.31%
CMYK 0.00% 23.17% 42.68%
35.69%

Color #A47E5E in popluar number systems.

HEX A4 7E 5E
Decimal 164 126 94
Binary 10100100 1111110 1011110
Octal 244 176 136

Shades and tints

Shades of #A47E5E

#A47E5E
(164,126,94)
#967356
(150,115,86)
#88684E
(136,104,78)
#7A5D46
(122,93,70)
#6C523E
(108,82,62)
#5E4736
(94,71,54)
#503C2E
(80,60,46)
#423126
(66,49,38)
#34261E
(52,38,30)
#261B16
(38,27,22)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A47E5E

#A47E5E
(164,126,94)
#AC896C
(172,137,108)
#B4947A
(180,148,122)
#BC9F88
(188,159,136)
#C4AA96
(196,170,150)
#CCB5A4
(204,181,164)
#D4C0B2
(212,192,178)
#DCCBC0
(220,203,192)
#E4D6CE
(228,214,206)
#ECE1DC
(236,225,220)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47E5E color. Also use rgb(164,126,94) instead hex code.

Text Font Color

.myTextColor { color: #A47E5E; }

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

This text font color is #A47E5E.

Background Color

.myBgColor { background-color: #A47E5E; }

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

This div background color is #A47E5E.

Border color

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

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

This div border color is #A47E5E.

Opacity

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

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

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

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

This text has shadow with #A47E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47E5E.

Preview

Color preview on black background

This text has color #A47E5E on black background.


Color preview on white background

This text has color #A47E5E on white background.


Black color preview on #A47E5E background

This text has black color on #A47E5E background.


White color preview on #A47E5E background

This text has white color on #A47E5E background.


Related colors

Complementary color

Complementary color for #hex is #5B81A1.


I love getcolorcode.com

Triadic colors

1 #5EA47E and #7E5EA4 with #A47E5E are triadic colors.

2 #5E7EA4 and #7EA45E with #A47E5E are triadic colors.