COLOR #A47779

HEX: #A47779
RGB: (164,119,121)

Color info

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

RGB color model

#A47779 color RGB value is (164,119,121).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 121 of 255 = 47%

164
119
121

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 121 = 404 (100%)
R 164 of 404 ~ 40.59%
G 119 of 404 ~ 29.46%
B 121 of 404 ~ 29.95%

%40.59
%29.46
%29.95

CMYK color model

#A47779 color CMYK value is (0,27,26,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(0,27,26,36)
C0M27Y26K36 
(0%,27%,26%,36%)
(0.00/0.27/0.26/0.36)	

CMYK percentages

%0
%27.44
%26.22
%35.69

Codes

Color #A47779 in popluar color models

A47779
RGB164119121
HSL357°19.82%55.49%
HSB/HSV357°27.44%64.31%
CMYK0.00%27.44%26.22%
35.69%

Color #A47779 in popluar number systems.

HEXA47779
Decimal164119121
Binary1010010011101111111001
Octal244167171

Shades and tints

Shades of #A47779

#A47779
(164,119,121)
#966D6E
(150,109,110)
#886363
(136,99,99)
#7A5958
(122,89,88)
#6C4F4D
(108,79,77)
#5E4542
(94,69,66)
#503B37
(80,59,55)
#42312C
(66,49,44)
#342721
(52,39,33)
#261D16
(38,29,22)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #A47779

#A47779
(164,119,121)
#AC8385
(172,131,133)
#B48F91
(180,143,145)
#BC9B9D
(188,155,157)
#C4A7A9
(196,167,169)
#CCB3B5
(204,179,181)
#D4BFC1
(212,191,193)
#DCCBCD
(220,203,205)
#E4D7D9
(228,215,217)
#ECE3E5
(236,227,229)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47779; }

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

This text font color is #A47779.


Background Color

.myBgColor { background-color: #A47779; }

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

This div background color is #A47779.


Border color

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

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

This div border color is #A47779.


Opacity

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

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

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

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

This text has shadow with #A47779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47779 on black background.


Color preview on white background

This text has color #A47779 on white background.



Black color preview on #A47779 background

This text has black color on #A47779 background.


White color preview on #A47779 background

This text has white color on #A47779 background.