COLOR #A87B6B

HEX: #A87B6B
RGB: (168,123,107)

Color info

#A87B6B contains mainly red and green colors. Web safe color of #A87B6B is #996666 (or #966).

RGB color model

#A87B6B color RGB value is (168,123,107).

  • red value is 168;
  • green value is 123;
  • blue value is 107.
RGB:
(168,123,107)
(66%,48%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 123 of 255 = 48%
B 107 of 255 = 42%

168
123
107

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

Portions of RGB colors in percentages

R + G + B =
168 + 123 + 107 = 398 (100%)
R 168 of 398 ~ 42.21%
G 123 of 398 ~ 30.9%
B 107 of 398 ~ 26.88%

%42.21
%30.9
%26.88

CMYK color model

#A87B6B color CMYK value is (0,27,36,34).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 36.31%
  • key color value is 34.12%
CMYK:
(0,27,36,34)
C0M27Y36K34 
(0%,27%,36%,34%)
(0.00/0.27/0.36/0.34)	

CMYK percentages

%0
%26.79
%36.31
%34.12

Codes

Color #A87B6B in popluar color models

A87B6B
RGB168123107
HSL16°25.96%53.92%
HSB/HSV16°36.31%65.88%
CMYK0.00%26.79%36.31%
34.12%

Color #A87B6B in popluar number systems.

HEXA87B6B
Decimal168123107
Binary1010100011110111101011
Octal250173153

Shades and tints

Shades of #A87B6B

#A87B6B
(168,123,107)
#997062
(153,112,98)
#8A6559
(138,101,89)
#7B5A50
(123,90,80)
#6C4F47
(108,79,71)
#5D443E
(93,68,62)
#4E3935
(78,57,53)
#3F2E2C
(63,46,44)
#302323
(48,35,35)
#21181A
(33,24,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #A87B6B

#A87B6B
(168,123,107)
#AF8778
(175,135,120)
#B69385
(182,147,133)
#BD9F92
(189,159,146)
#C4AB9F
(196,171,159)
#CBB7AC
(203,183,172)
#D2C3B9
(210,195,185)
#D9CFC6
(217,207,198)
#E0DBD3
(224,219,211)
#E7E7E0
(231,231,224)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87B6B color. Also use rgb(168,123,107) instead hex code.

Text Font Color

.myTextColor { color: #A87B6B; }

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

This text font color is #A87B6B.


Background Color

.myBgColor { background-color: #A87B6B; }

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

This div background color is #A87B6B.


Border color

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

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

This div border color is #A87B6B.


Opacity

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

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

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

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

This text has shadow with #A87B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87B6B on black background.


Color preview on white background

This text has color #A87B6B on white background.



Black color preview on #A87B6B background

This text has black color on #A87B6B background.


White color preview on #A87B6B background

This text has white color on #A87B6B background.