COLOR #A47A8B

HEX: #A47A8B
RGB: (164,122,139)

Color info

#A47A8B contains red, green and blue colors in about the same proportion. Web safe color of #A47A8B is #996699 (or #969).

RGB color model

#A47A8B color RGB value is (164,122,139).

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

RGB channels and saturation

R 164 of 255 = 64%
G 122 of 255 = 48%
B 139 of 255 = 55%

164
122
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 122 + 139 = 425 (100%)
R 164 of 425 ~ 38.59%
G 122 of 425 ~ 28.71%
B 139 of 425 ~ 32.71%

%38.59
%28.71
%32.71

CMYK color model

#A47A8B color CMYK value is (0,26,15,36).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,26,15,36)
C0M26Y15K36 
(0%,26%,15%,36%)
(0.00/0.26/0.15/0.36)	

CMYK percentages

%0
%25.61
%15.24
%35.69

Codes

Color #A47A8B in popluar color models

A47A8B
RGB164122139
HSL336°18.75%56.08%
HSB/HSV336°25.61%64.31%
CMYK0.00%25.61%15.24%
35.69%

Color #A47A8B in popluar number systems.

HEXA47A8B
Decimal164122139
Binary10100100111101010001011
Octal244172213

Shades and tints

Shades of #A47A8B

#A47A8B
(164,122,139)
#966F7F
(150,111,127)
#886473
(136,100,115)
#7A5967
(122,89,103)
#6C4E5B
(108,78,91)
#5E434F
(94,67,79)
#503843
(80,56,67)
#422D37
(66,45,55)
#34222B
(52,34,43)
#26171F
(38,23,31)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #A47A8B

#A47A8B
(164,122,139)
#AC8695
(172,134,149)
#B4929F
(180,146,159)
#BC9EA9
(188,158,169)
#C4AAB3
(196,170,179)
#CCB6BD
(204,182,189)
#D4C2C7
(212,194,199)
#DCCED1
(220,206,209)
#E4DADB
(228,218,219)
#ECE6E5
(236,230,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47A8B; }

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

This text font color is #A47A8B.


Background Color

.myBgColor { background-color: #A47A8B; }

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

This div background color is #A47A8B.


Border color

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

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

This div border color is #A47A8B.


Opacity

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

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

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

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

This text has shadow with #A47A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47A8B on black background.


Color preview on white background

This text has color #A47A8B on white background.



Black color preview on #A47A8B background

This text has black color on #A47A8B background.


White color preview on #A47A8B background

This text has white color on #A47A8B background.