COLOR #A87C66

HEX: #A87C66
RGB: (168,124,102)

Color info

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

RGB color model

#A87C66 color RGB value is (168,124,102).

  • red value is 168;
  • green value is 124;
  • blue value is 102.
RGB:
(168,124,102)
(66%,49%,40%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 102 of 255 = 40%

168
124
102

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 102 = 394 (100%)
R 168 of 394 ~ 42.64%
G 124 of 394 ~ 31.47%
B 102 of 394 ~ 25.89%

%42.64
%31.47
%25.89

CMYK color model

#A87C66 color CMYK value is (0,26,39,34).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 39.29%
  • key color value is 34.12%
CMYK:
(0,26,39,34)
C0M26Y39K34 
(0%,26%,39%,34%)
(0.00/0.26/0.39/0.34)	

CMYK percentages

%0
%26.19
%39.29
%34.12

Codes

Color #A87C66 in popluar color models

A87C66
RGB168124102
HSL20°27.50%52.94%
HSB/HSV20°39.29%65.88%
CMYK0.00%26.19%39.29%
34.12%

Color #A87C66 in popluar number systems.

HEXA87C66
Decimal168124102
Binary1010100011111001100110
Octal250174146

Shades and tints

Shades of #A87C66

#A87C66
(168,124,102)
#99715D
(153,113,93)
#8A6654
(138,102,84)
#7B5B4B
(123,91,75)
#6C5042
(108,80,66)
#5D4539
(93,69,57)
#4E3A30
(78,58,48)
#3F2F27
(63,47,39)
#30241E
(48,36,30)
#211915
(33,25,21)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #A87C66

#A87C66
(168,124,102)
#AF8773
(175,135,115)
#B69280
(182,146,128)
#BD9D8D
(189,157,141)
#C4A89A
(196,168,154)
#CBB3A7
(203,179,167)
#D2BEB4
(210,190,180)
#D9C9C1
(217,201,193)
#E0D4CE
(224,212,206)
#E7DFDB
(231,223,219)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87C66 color. Also use rgb(168,124,102) instead hex code.

Text Font Color

.myTextColor { color: #A87C66; }

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

This text font color is #A87C66.


Background Color

.myBgColor { background-color: #A87C66; }

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

This div background color is #A87C66.


Border color

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

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

This div border color is #A87C66.


Opacity

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

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

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

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

This text has shadow with #A87C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87C66 on black background.


Color preview on white background

This text has color #A87C66 on white background.



Black color preview on #A87C66 background

This text has black color on #A87C66 background.


White color preview on #A87C66 background

This text has white color on #A87C66 background.