COLOR #A47E63

HEX: #A47E63
RGB: (164,126,99)

Color info

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

RGB color model

#A47E63 color RGB value is (164,126,99).

  • red value is 164;
  • green value is 126;
  • blue value is 99.
RGB:
(164,126,99)
(64%,49%,39%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 99 of 255 = 39%

164
126
99

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 99 = 389 (100%)
R 164 of 389 ~ 42.16%
G 126 of 389 ~ 32.39%
B 99 of 389 ~ 25.45%

%42.16
%32.39
%25.45

CMYK color model

#A47E63 color CMYK value is (0,23,40,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(0,23,40,36)
C0M23Y40K36 
(0%,23%,40%,36%)
(0.00/0.23/0.40/0.36)	

CMYK percentages

%0
%23.17
%39.63
%35.69

Codes

Color #A47E63 in popluar color models

A47E63
RGB16412699
HSL25°26.32%51.57%
HSB/HSV25°39.63%64.31%
CMYK0.00%23.17%39.63%
35.69%

Color #A47E63 in popluar number systems.

HEXA47E63
Decimal16412699
Binary1010010011111101100011
Octal244176143

Shades and tints

Shades of #A47E63

#A47E63
(164,126,99)
#96735A
(150,115,90)
#886851
(136,104,81)
#7A5D48
(122,93,72)
#6C523F
(108,82,63)
#5E4736
(94,71,54)
#503C2D
(80,60,45)
#423124
(66,49,36)
#34261B
(52,38,27)
#261B12
(38,27,18)
#181009
(24,16,9)
#000000
(0,0,0)

Tints of #A47E63

#A47E63
(164,126,99)
#AC8971
(172,137,113)
#B4947F
(180,148,127)
#BC9F8D
(188,159,141)
#C4AA9B
(196,170,155)
#CCB5A9
(204,181,169)
#D4C0B7
(212,192,183)
#DCCBC5
(220,203,197)
#E4D6D3
(228,214,211)
#ECE1E1
(236,225,225)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47E63; }

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

This text font color is #A47E63.


Background Color

.myBgColor { background-color: #A47E63; }

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

This div background color is #A47E63.


Border color

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

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

This div border color is #A47E63.


Opacity

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

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

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

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

This text has shadow with #A47E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47E63 on black background.


Color preview on white background

This text has color #A47E63 on white background.



Black color preview on #A47E63 background

This text has black color on #A47E63 background.


White color preview on #A47E63 background

This text has white color on #A47E63 background.