COLOR #A47E68

HEX: #A47E68
RGB: (164,126,104)

Color info

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

RGB color model

#A47E68 color RGB value is (164,126,104).

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

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 104 of 255 = 41%

164
126
104

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 104 = 394 (100%)
R 164 of 394 ~ 41.62%
G 126 of 394 ~ 31.98%
B 104 of 394 ~ 26.4%

%41.62
%31.98
%26.4

CMYK color model

#A47E68 color CMYK value is (0,23,37,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,23,37,36)
C0M23Y37K36 
(0%,23%,37%,36%)
(0.00/0.23/0.37/0.36)	

CMYK percentages

%0
%23.17
%36.59
%35.69

Codes

Color #A47E68 in popluar color models

A47E68
RGB164126104
HSL22°24.79%52.55%
HSB/HSV22°36.59%64.31%
CMYK0.00%23.17%36.59%
35.69%

Color #A47E68 in popluar number systems.

HEXA47E68
Decimal164126104
Binary1010010011111101101000
Octal244176150

Shades and tints

Shades of #A47E68

#A47E68
(164,126,104)
#96735F
(150,115,95)
#886856
(136,104,86)
#7A5D4D
(122,93,77)
#6C5244
(108,82,68)
#5E473B
(94,71,59)
#503C32
(80,60,50)
#423129
(66,49,41)
#342620
(52,38,32)
#261B17
(38,27,23)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A47E68

#A47E68
(164,126,104)
#AC8975
(172,137,117)
#B49482
(180,148,130)
#BC9F8F
(188,159,143)
#C4AA9C
(196,170,156)
#CCB5A9
(204,181,169)
#D4C0B6
(212,192,182)
#DCCBC3
(220,203,195)
#E4D6D0
(228,214,208)
#ECE1DD
(236,225,221)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47E68; }

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

This text font color is #A47E68.


Background Color

.myBgColor { background-color: #A47E68; }

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

This div background color is #A47E68.


Border color

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

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

This div border color is #A47E68.


Opacity

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

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

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

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

This text has shadow with #A47E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47E68 on black background.


Color preview on white background

This text has color #A47E68 on white background.



Black color preview on #A47E68 background

This text has black color on #A47E68 background.


White color preview on #A47E68 background

This text has white color on #A47E68 background.