COLOR #A47079

HEX: #A47079
RGB: (164,112,121)

Color info

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

RGB color model

#A47079 color RGB value is (164,112,121).

  • red value is 164;
  • green value is 112;
  • blue value is 121.
RGB:
(164,112,121)
(64%,44%,47%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 121 of 255 = 47%

164
112
121

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 121 = 397 (100%)
R 164 of 397 ~ 41.31%
G 112 of 397 ~ 28.21%
B 121 of 397 ~ 30.48%

%41.31
%28.21
%30.48

CMYK color model

#A47079 color CMYK value is (0,32,26,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(0,32,26,36)
C0M32Y26K36 
(0%,32%,26%,36%)
(0.00/0.32/0.26/0.36)	

CMYK percentages

%0
%31.71
%26.22
%35.69

Codes

Color #A47079 in popluar color models

A47079
RGB164112121
HSL350°22.22%54.12%
HSB/HSV350°31.71%64.31%
CMYK0.00%31.71%26.22%
35.69%

Color #A47079 in popluar number systems.

HEXA47079
Decimal164112121
Binary1010010011100001111001
Octal244160171

Shades and tints

Shades of #A47079

#A47079
(164,112,121)
#96666E
(150,102,110)
#885C63
(136,92,99)
#7A5258
(122,82,88)
#6C484D
(108,72,77)
#5E3E42
(94,62,66)
#503437
(80,52,55)
#422A2C
(66,42,44)
#342021
(52,32,33)
#261616
(38,22,22)
#180C0B
(24,12,11)
#000000
(0,0,0)

Tints of #A47079

#A47079
(164,112,121)
#AC7D85
(172,125,133)
#B48A91
(180,138,145)
#BC979D
(188,151,157)
#C4A4A9
(196,164,169)
#CCB1B5
(204,177,181)
#D4BEC1
(212,190,193)
#DCCBCD
(220,203,205)
#E4D8D9
(228,216,217)
#ECE5E5
(236,229,229)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47079 color. Also use rgb(164,112,121) instead hex code.

Text Font Color

.myTextColor { color: #A47079; }

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

This text font color is #A47079.


Background Color

.myBgColor { background-color: #A47079; }

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

This div background color is #A47079.


Border color

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

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

This div border color is #A47079.


Opacity

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

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

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

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

This text has shadow with #A47079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47079 on black background.


Color preview on white background

This text has color #A47079 on white background.



Black color preview on #A47079 background

This text has black color on #A47079 background.


White color preview on #A47079 background

This text has white color on #A47079 background.