COLOR #A47E5C

HEX: #A47E5C RGB: (164,126,92)

Color info

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

RGB color model

#A47E5C color RGB value is (164,126,92).

RGB: (164,126,92) (64%, 49%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 92 of 255 = 36%

164
126
92

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

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 92 = 382 (100%)
R 164 of 382 ~ 42.93%
G 126 of 382 ~ 32.98%
B 92 of 382 ~ 24.08'%

%42.93
%32.98
%24.08

CMYK color model

#A47E5C color CMYK value is (0,23,44,36).

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

CMYK: (0,23,44,36)
C0M23Y44K36 (0%, 23%, 44%, 36%)
(0.00 / 0.23 / 0.44 / 0.36)

CMYK percentages

%0
%23.17
%43.9
%35.69

Codes

Color #A47E5C in popluar color models

A4 7E 5C
RGB 164 126 92
HSL 28° 28.35% 50.20%
HSB/HSV 28° 43.90% 64.31%
CMYK 0.00% 23.17% 43.90%
35.69%

Color #A47E5C in popluar number systems.

HEX A4 7E 5C
Decimal 164 126 92
Binary 10100100 1111110 1011100
Octal 244 176 134

Shades and tints

Shades of #A47E5C

#A47E5C
(164,126,92)
#967354
(150,115,84)
#88684C
(136,104,76)
#7A5D44
(122,93,68)
#6C523C
(108,82,60)
#5E4734
(94,71,52)
#503C2C
(80,60,44)
#423124
(66,49,36)
#34261C
(52,38,28)
#261B14
(38,27,20)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #A47E5C

#A47E5C
(164,126,92)
#AC896A
(172,137,106)
#B49478
(180,148,120)
#BC9F86
(188,159,134)
#C4AA94
(196,170,148)
#CCB5A2
(204,181,162)
#D4C0B0
(212,192,176)
#DCCBBE
(220,203,190)
#E4D6CC
(228,214,204)
#ECE1DA
(236,225,218)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47E5C; }

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

This text font color is #A47E5C.

Background Color

.myBgColor { background-color: #A47E5C; }

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

This div background color is #A47E5C.

Border color

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

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

This div border color is #A47E5C.

Opacity

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

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

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

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

This text has shadow with #A47E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47E5C.

Preview

Color preview on black background

This text has color #A47E5C on black background.


Color preview on white background

This text has color #A47E5C on white background.


Black color preview on #A47E5C background

This text has black color on #A47E5C background.


White color preview on #A47E5C background

This text has white color on #A47E5C background.


Related colors

Complementary color

Complementary color for #hex is #5B81A3.


I love getcolorcode.com

Triadic colors

1 #5CA47E and #7E5CA4 with #A47E5C are triadic colors.

2 #5C7EA4 and #7EA45C with #A47E5C are triadic colors.