COLOR #A47174

HEX: #A47174
RGB: (164,113,116)

Color info

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

RGB color model

#A47174 color RGB value is (164,113,116).

  • red value is 164;
  • green value is 113;
  • blue value is 116.
RGB:
(164,113,116)
(64%,44%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 113 of 255 = 44%
B 116 of 255 = 45%

164
113
116

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

Portions of RGB colors in percentages

R + G + B =
164 + 113 + 116 = 393 (100%)
R 164 of 393 ~ 41.73%
G 113 of 393 ~ 28.75%
B 116 of 393 ~ 29.52%

%41.73
%28.75
%29.52

CMYK color model

#A47174 color CMYK value is (0,31,29,36).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 29.27%
  • key color value is 35.69%
CMYK:
(0,31,29,36)
C0M31Y29K36 
(0%,31%,29%,36%)
(0.00/0.31/0.29/0.36)	

CMYK percentages

%0
%31.1
%29.27
%35.69

Codes

Color #A47174 in popluar color models

A47174
RGB164113116
HSL356°21.89%54.31%
HSB/HSV356°31.10%64.31%
CMYK0.00%31.10%29.27%
35.69%

Color #A47174 in popluar number systems.

HEXA47174
Decimal164113116
Binary1010010011100011110100
Octal244161164

Shades and tints

Shades of #A47174

#A47174
(164,113,116)
#96676A
(150,103,106)
#885D60
(136,93,96)
#7A5356
(122,83,86)
#6C494C
(108,73,76)
#5E3F42
(94,63,66)
#503538
(80,53,56)
#422B2E
(66,43,46)
#342124
(52,33,36)
#26171A
(38,23,26)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A47174

#A47174
(164,113,116)
#AC7D80
(172,125,128)
#B4898C
(180,137,140)
#BC9598
(188,149,152)
#C4A1A4
(196,161,164)
#CCADB0
(204,173,176)
#D4B9BC
(212,185,188)
#DCC5C8
(220,197,200)
#E4D1D4
(228,209,212)
#ECDDE0
(236,221,224)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47174 color. Also use rgb(164,113,116) instead hex code.

Text Font Color

.myTextColor { color: #A47174; }

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

This text font color is #A47174.


Background Color

.myBgColor { background-color: #A47174; }

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

This div background color is #A47174.


Border color

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

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

This div border color is #A47174.


Opacity

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

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

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

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

This text has shadow with #A47174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47174 on black background.


Color preview on white background

This text has color #A47174 on white background.



Black color preview on #A47174 background

This text has black color on #A47174 background.


White color preview on #A47174 background

This text has white color on #A47174 background.