COLOR #A87179

HEX: #A87179
RGB: (168,113,121)

Color info

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

RGB color model

#A87179 color RGB value is (168,113,121).

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

RGB channels and saturation

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

168
113
121

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

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 121 = 402 (100%)
R 168 of 402 ~ 41.79%
G 113 of 402 ~ 28.11%
B 121 of 402 ~ 30.1%

%41.79
%28.11
%30.1

CMYK color model

#A87179 color CMYK value is (0,33,28,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 27.98%
  • key color value is 34.12%
CMYK:
(0,33,28,34)
C0M33Y28K34 
(0%,33%,28%,34%)
(0.00/0.33/0.28/0.34)	

CMYK percentages

%0
%32.74
%27.98
%34.12

Codes

Color #A87179 in popluar color models

A87179
RGB168113121
HSL351°24.02%55.10%
HSB/HSV351°32.74%65.88%
CMYK0.00%32.74%27.98%
34.12%

Color #A87179 in popluar number systems.

HEXA87179
Decimal168113121
Binary1010100011100011111001
Octal250161171

Shades and tints

Shades of #A87179

#A87179
(168,113,121)
#99676E
(153,103,110)
#8A5D63
(138,93,99)
#7B5358
(123,83,88)
#6C494D
(108,73,77)
#5D3F42
(93,63,66)
#4E3537
(78,53,55)
#3F2B2C
(63,43,44)
#302121
(48,33,33)
#211716
(33,23,22)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #A87179

#A87179
(168,113,121)
#AF7D85
(175,125,133)
#B68991
(182,137,145)
#BD959D
(189,149,157)
#C4A1A9
(196,161,169)
#CBADB5
(203,173,181)
#D2B9C1
(210,185,193)
#D9C5CD
(217,197,205)
#E0D1D9
(224,209,217)
#E7DDE5
(231,221,229)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87179; }

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

This text font color is #A87179.


Background Color

.myBgColor { background-color: #A87179; }

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

This div background color is #A87179.


Border color

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

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

This div border color is #A87179.


Opacity

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

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

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

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

This text has shadow with #A87179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87179 on black background.


Color preview on white background

This text has color #A87179 on white background.



Black color preview on #A87179 background

This text has black color on #A87179 background.


White color preview on #A87179 background

This text has white color on #A87179 background.