COLOR #A47681

HEX: #A47681
RGB: (164,118,129)

Color info

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

RGB color model

#A47681 color RGB value is (164,118,129).

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

RGB channels and saturation

R 164 of 255 = 64%
G 118 of 255 = 46%
B 129 of 255 = 51%

164
118
129

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

Portions of RGB colors in percentages

R + G + B =
164 + 118 + 129 = 411 (100%)
R 164 of 411 ~ 39.9%
G 118 of 411 ~ 28.71%
B 129 of 411 ~ 31.39%

%39.9
%28.71
%31.39

CMYK color model

#A47681 color CMYK value is (0,28,21,36).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(0,28,21,36)
C0M28Y21K36 
(0%,28%,21%,36%)
(0.00/0.28/0.21/0.36)	

CMYK percentages

%0
%28.05
%21.34
%35.69

Codes

Color #A47681 in popluar color models

A47681
RGB164118129
HSL346°20.18%55.29%
HSB/HSV346°28.05%64.31%
CMYK0.00%28.05%21.34%
35.69%

Color #A47681 in popluar number systems.

HEXA47681
Decimal164118129
Binary10100100111011010000001
Octal244166201

Shades and tints

Shades of #A47681

#A47681
(164,118,129)
#966C76
(150,108,118)
#88626B
(136,98,107)
#7A5860
(122,88,96)
#6C4E55
(108,78,85)
#5E444A
(94,68,74)
#503A3F
(80,58,63)
#423034
(66,48,52)
#342629
(52,38,41)
#261C1E
(38,28,30)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A47681

#A47681
(164,118,129)
#AC828C
(172,130,140)
#B48E97
(180,142,151)
#BC9AA2
(188,154,162)
#C4A6AD
(196,166,173)
#CCB2B8
(204,178,184)
#D4BEC3
(212,190,195)
#DCCACE
(220,202,206)
#E4D6D9
(228,214,217)
#ECE2E4
(236,226,228)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47681; }

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

This text font color is #A47681.


Background Color

.myBgColor { background-color: #A47681; }

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

This div background color is #A47681.


Border color

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

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

This div border color is #A47681.


Opacity

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

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

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

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

This text has shadow with #A47681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47681 on black background.


Color preview on white background

This text has color #A47681 on white background.



Black color preview on #A47681 background

This text has black color on #A47681 background.


White color preview on #A47681 background

This text has white color on #A47681 background.