COLOR #A47A76

HEX: #A47A76
RGB: (164,122,118)

Color info

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

RGB color model

#A47A76 color RGB value is (164,122,118).

  • red value is 164;
  • green value is 122;
  • blue value is 118.
RGB:
(164,122,118)
(64%,48%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 122 of 255 = 48%
B 118 of 255 = 46%

164
122
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 122 + 118 = 404 (100%)
R 164 of 404 ~ 40.59%
G 122 of 404 ~ 30.2%
B 118 of 404 ~ 29.21%

%40.59
%30.2
%29.21

CMYK color model

#A47A76 color CMYK value is (0,26,28,36).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,26,28,36)
C0M26Y28K36 
(0%,26%,28%,36%)
(0.00/0.26/0.28/0.36)	

CMYK percentages

%0
%25.61
%28.05
%35.69

Codes

Color #A47A76 in popluar color models

A47A76
RGB164122118
HSL20.18%55.29%
HSB/HSV28.05%64.31%
CMYK0.00%25.61%28.05%
35.69%

Color #A47A76 in popluar number systems.

HEXA47A76
Decimal164122118
Binary1010010011110101110110
Octal244172166

Shades and tints

Shades of #A47A76

#A47A76
(164,122,118)
#966F6C
(150,111,108)
#886462
(136,100,98)
#7A5958
(122,89,88)
#6C4E4E
(108,78,78)
#5E4344
(94,67,68)
#50383A
(80,56,58)
#422D30
(66,45,48)
#342226
(52,34,38)
#26171C
(38,23,28)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #A47A76

#A47A76
(164,122,118)
#AC8682
(172,134,130)
#B4928E
(180,146,142)
#BC9E9A
(188,158,154)
#C4AAA6
(196,170,166)
#CCB6B2
(204,182,178)
#D4C2BE
(212,194,190)
#DCCECA
(220,206,202)
#E4DAD6
(228,218,214)
#ECE6E2
(236,230,226)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47A76 color. Also use rgb(164,122,118) instead hex code.

Text Font Color

.myTextColor { color: #A47A76; }

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

This text font color is #A47A76.


Background Color

.myBgColor { background-color: #A47A76; }

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

This div background color is #A47A76.


Border color

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

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

This div border color is #A47A76.


Opacity

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

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

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

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

This text has shadow with #A47A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47A76 on black background.


Color preview on white background

This text has color #A47A76 on white background.



Black color preview on #A47A76 background

This text has black color on #A47A76 background.


White color preview on #A47A76 background

This text has white color on #A47A76 background.