COLOR #A87178

HEX: #A87178
RGB: (168,113,120)

Color info

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

RGB color model

#A87178 color RGB value is (168,113,120).

  • red value is 168;
  • green value is 113;
  • blue value is 120.
RGB:
(168,113,120)
(66%,44%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 120 of 255 = 47%

168
113
120

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

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 120 = 401 (100%)
R 168 of 401 ~ 41.9%
G 113 of 401 ~ 28.18%
B 120 of 401 ~ 29.93%

%41.9
%28.18
%29.93

CMYK color model

#A87178 color CMYK value is (0,33,29,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(0,33,29,34)
C0M33Y29K34 
(0%,33%,29%,34%)
(0.00/0.33/0.29/0.34)	

CMYK percentages

%0
%32.74
%28.57
%34.12

Codes

Color #A87178 in popluar color models

A87178
RGB168113120
HSL352°24.02%55.10%
HSB/HSV352°32.74%65.88%
CMYK0.00%32.74%28.57%
34.12%

Color #A87178 in popluar number systems.

HEXA87178
Decimal168113120
Binary1010100011100011111000
Octal250161170

Shades and tints

Shades of #A87178

#A87178
(168,113,120)
#99676E
(153,103,110)
#8A5D64
(138,93,100)
#7B535A
(123,83,90)
#6C4950
(108,73,80)
#5D3F46
(93,63,70)
#4E353C
(78,53,60)
#3F2B32
(63,43,50)
#302128
(48,33,40)
#21171E
(33,23,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #A87178

#A87178
(168,113,120)
#AF7D84
(175,125,132)
#B68990
(182,137,144)
#BD959C
(189,149,156)
#C4A1A8
(196,161,168)
#CBADB4
(203,173,180)
#D2B9C0
(210,185,192)
#D9C5CC
(217,197,204)
#E0D1D8
(224,209,216)
#E7DDE4
(231,221,228)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87178 color. Also use rgb(168,113,120) instead hex code.

Text Font Color

.myTextColor { color: #A87178; }

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

This text font color is #A87178.


Background Color

.myBgColor { background-color: #A87178; }

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

This div background color is #A87178.


Border color

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

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

This div border color is #A87178.


Opacity

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

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

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

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

This text has shadow with #A87178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87178 on black background.


Color preview on white background

This text has color #A87178 on white background.



Black color preview on #A87178 background

This text has black color on #A87178 background.


White color preview on #A87178 background

This text has white color on #A87178 background.