COLOR #A87570

HEX: #A87570
RGB: (168,117,112)

Color info

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

RGB color model

#A87570 color RGB value is (168,117,112).

  • red value is 168;
  • green value is 117;
  • blue value is 112.
RGB:
(168,117,112)
(66%,46%,44%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 112 of 255 = 44%

168
117
112

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

Portions of RGB colors in percentages

R + G + B =
168 + 117 + 112 = 397 (100%)
R 168 of 397 ~ 42.32%
G 117 of 397 ~ 29.47%
B 112 of 397 ~ 28.21%

%42.32
%29.47
%28.21

CMYK color model

#A87570 color CMYK value is (0,30,33,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(0,30,33,34)
C0M30Y33K34 
(0%,30%,33%,34%)
(0.00/0.30/0.33/0.34)	

CMYK percentages

%0
%30.36
%33.33
%34.12

Codes

Color #A87570 in popluar color models

A87570
RGB168117112
HSL24.35%54.90%
HSB/HSV33.33%65.88%
CMYK0.00%30.36%33.33%
34.12%

Color #A87570 in popluar number systems.

HEXA87570
Decimal168117112
Binary1010100011101011110000
Octal250165160

Shades and tints

Shades of #A87570

#A87570
(168,117,112)
#996B66
(153,107,102)
#8A615C
(138,97,92)
#7B5752
(123,87,82)
#6C4D48
(108,77,72)
#5D433E
(93,67,62)
#4E3934
(78,57,52)
#3F2F2A
(63,47,42)
#302520
(48,37,32)
#211B16
(33,27,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #A87570

#A87570
(168,117,112)
#AF817D
(175,129,125)
#B68D8A
(182,141,138)
#BD9997
(189,153,151)
#C4A5A4
(196,165,164)
#CBB1B1
(203,177,177)
#D2BDBE
(210,189,190)
#D9C9CB
(217,201,203)
#E0D5D8
(224,213,216)
#E7E1E5
(231,225,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87570 color. Also use rgb(168,117,112) instead hex code.

Text Font Color

.myTextColor { color: #A87570; }

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

This text font color is #A87570.


Background Color

.myBgColor { background-color: #A87570; }

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

This div background color is #A87570.


Border color

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

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

This div border color is #A87570.


Opacity

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

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

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

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

This text has shadow with #A87570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87570 on black background.


Color preview on white background

This text has color #A87570 on white background.



Black color preview on #A87570 background

This text has black color on #A87570 background.


White color preview on #A87570 background

This text has white color on #A87570 background.