COLOR #A87185

HEX: #A87185
RGB: (168,113,133)

Color info

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

RGB color model

#A87185 color RGB value is (168,113,133).

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

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 133 of 255 = 52%

168
113
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 133 = 414 (100%)
R 168 of 414 ~ 40.58%
G 113 of 414 ~ 27.29%
B 133 of 414 ~ 32.13%

%40.58
%27.29
%32.13

CMYK color model

#A87185 color CMYK value is (0,33,21,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(0,33,21,34)
C0M33Y21K34 
(0%,33%,21%,34%)
(0.00/0.33/0.21/0.34)	

CMYK percentages

%0
%32.74
%20.83
%34.12

Codes

Color #A87185 in popluar color models

A87185
RGB168113133
HSL338°24.02%55.10%
HSB/HSV338°32.74%65.88%
CMYK0.00%32.74%20.83%
34.12%

Color #A87185 in popluar number systems.

HEXA87185
Decimal168113133
Binary10101000111000110000101
Octal250161205

Shades and tints

Shades of #A87185

#A87185
(168,113,133)
#996779
(153,103,121)
#8A5D6D
(138,93,109)
#7B5361
(123,83,97)
#6C4955
(108,73,85)
#5D3F49
(93,63,73)
#4E353D
(78,53,61)
#3F2B31
(63,43,49)
#302125
(48,33,37)
#211719
(33,23,25)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A87185

#A87185
(168,113,133)
#AF7D90
(175,125,144)
#B6899B
(182,137,155)
#BD95A6
(189,149,166)
#C4A1B1
(196,161,177)
#CBADBC
(203,173,188)
#D2B9C7
(210,185,199)
#D9C5D2
(217,197,210)
#E0D1DD
(224,209,221)
#E7DDE8
(231,221,232)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87185; }

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

This text font color is #A87185.


Background Color

.myBgColor { background-color: #A87185; }

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

This div background color is #A87185.


Border color

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

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

This div border color is #A87185.


Opacity

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

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

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

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

This text has shadow with #A87185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87185 on black background.


Color preview on white background

This text has color #A87185 on white background.



Black color preview on #A87185 background

This text has black color on #A87185 background.


White color preview on #A87185 background

This text has white color on #A87185 background.