COLOR #A87781

HEX: #A87781
RGB: (168,119,129)

Color info

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

RGB color model

#A87781 color RGB value is (168,119,129).

  • red value is 168;
  • green value is 119;
  • blue value is 129.
RGB:
(168,119,129)
(66%,47%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 129 of 255 = 51%

168
119
129

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

Portions of RGB colors in percentages

R + G + B =
168 + 119 + 129 = 416 (100%)
R 168 of 416 ~ 40.38%
G 119 of 416 ~ 28.61%
B 129 of 416 ~ 31.01%

%40.38
%28.61
%31.01

CMYK color model

#A87781 color CMYK value is (0,29,23,34).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 23.21%
  • key color value is 34.12%
CMYK:
(0,29,23,34)
C0M29Y23K34 
(0%,29%,23%,34%)
(0.00/0.29/0.23/0.34)	

CMYK percentages

%0
%29.17
%23.21
%34.12

Codes

Color #A87781 in popluar color models

A87781
RGB168119129
HSL348°21.97%56.27%
HSB/HSV348°29.17%65.88%
CMYK0.00%29.17%23.21%
34.12%

Color #A87781 in popluar number systems.

HEXA87781
Decimal168119129
Binary10101000111011110000001
Octal250167201

Shades and tints

Shades of #A87781

#A87781
(168,119,129)
#996D76
(153,109,118)
#8A636B
(138,99,107)
#7B5960
(123,89,96)
#6C4F55
(108,79,85)
#5D454A
(93,69,74)
#4E3B3F
(78,59,63)
#3F3134
(63,49,52)
#302729
(48,39,41)
#211D1E
(33,29,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #A87781

#A87781
(168,119,129)
#AF838C
(175,131,140)
#B68F97
(182,143,151)
#BD9BA2
(189,155,162)
#C4A7AD
(196,167,173)
#CBB3B8
(203,179,184)
#D2BFC3
(210,191,195)
#D9CBCE
(217,203,206)
#E0D7D9
(224,215,217)
#E7E3E4
(231,227,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87781 color. Also use rgb(168,119,129) instead hex code.

Text Font Color

.myTextColor { color: #A87781; }

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

This text font color is #A87781.


Background Color

.myBgColor { background-color: #A87781; }

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

This div background color is #A87781.


Border color

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

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

This div border color is #A87781.


Opacity

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

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

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

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

This text has shadow with #A87781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87781 on black background.


Color preview on white background

This text has color #A87781 on white background.



Black color preview on #A87781 background

This text has black color on #A87781 background.


White color preview on #A87781 background

This text has white color on #A87781 background.