COLOR #A47C69

HEX: #A47C69
RGB: (164,124,105)

Color info

#A47C69 contains red, green and blue colors in about the same proportion. Web safe color of #A47C69 is #996666 (or #966).

RGB color model

#A47C69 color RGB value is (164,124,105).

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

RGB channels and saturation

R 164 of 255 = 64%
G 124 of 255 = 49%
B 105 of 255 = 41%

164
124
105

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

Portions of RGB colors in percentages

R + G + B =
164 + 124 + 105 = 393 (100%)
R 164 of 393 ~ 41.73%
G 124 of 393 ~ 31.55%
B 105 of 393 ~ 26.72%

%41.73
%31.55
%26.72

CMYK color model

#A47C69 color CMYK value is (0,24,36,36).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 35.98%
  • key color value is 35.69%
CMYK:
(0,24,36,36)
C0M24Y36K36 
(0%,24%,36%,36%)
(0.00/0.24/0.36/0.36)	

CMYK percentages

%0
%24.39
%35.98
%35.69

Codes

Color #A47C69 in popluar color models

A47C69
RGB164124105
HSL19°24.48%52.75%
HSB/HSV19°35.98%64.31%
CMYK0.00%24.39%35.98%
35.69%

Color #A47C69 in popluar number systems.

HEXA47C69
Decimal164124105
Binary1010010011111001101001
Octal244174151

Shades and tints

Shades of #A47C69

#A47C69
(164,124,105)
#967160
(150,113,96)
#886657
(136,102,87)
#7A5B4E
(122,91,78)
#6C5045
(108,80,69)
#5E453C
(94,69,60)
#503A33
(80,58,51)
#422F2A
(66,47,42)
#342421
(52,36,33)
#261918
(38,25,24)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #A47C69

#A47C69
(164,124,105)
#AC8776
(172,135,118)
#B49283
(180,146,131)
#BC9D90
(188,157,144)
#C4A89D
(196,168,157)
#CCB3AA
(204,179,170)
#D4BEB7
(212,190,183)
#DCC9C4
(220,201,196)
#E4D4D1
(228,212,209)
#ECDFDE
(236,223,222)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47C69 color. Also use rgb(164,124,105) instead hex code.

Text Font Color

.myTextColor { color: #A47C69; }

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

This text font color is #A47C69.


Background Color

.myBgColor { background-color: #A47C69; }

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

This div background color is #A47C69.


Border color

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

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

This div border color is #A47C69.


Opacity

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

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

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

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

This text has shadow with #A47C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47C69 on black background.


Color preview on white background

This text has color #A47C69 on white background.



Black color preview on #A47C69 background

This text has black color on #A47C69 background.


White color preview on #A47C69 background

This text has white color on #A47C69 background.