COLOR #A87C75

HEX: #A87C75
RGB: (168,124,117)

Color info

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

RGB color model

#A87C75 color RGB value is (168,124,117).

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

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 117 of 255 = 46%

168
124
117

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 117 = 409 (100%)
R 168 of 409 ~ 41.08%
G 124 of 409 ~ 30.32%
B 117 of 409 ~ 28.61%

%41.08
%30.32
%28.61

CMYK color model

#A87C75 color CMYK value is (0,26,30,34).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(0,26,30,34)
C0M26Y30K34 
(0%,26%,30%,34%)
(0.00/0.26/0.30/0.34)	

CMYK percentages

%0
%26.19
%30.36
%34.12

Codes

Color #A87C75 in popluar color models

A87C75
RGB168124117
HSL22.67%55.88%
HSB/HSV30.36%65.88%
CMYK0.00%26.19%30.36%
34.12%

Color #A87C75 in popluar number systems.

HEXA87C75
Decimal168124117
Binary1010100011111001110101
Octal250174165

Shades and tints

Shades of #A87C75

#A87C75
(168,124,117)
#99716B
(153,113,107)
#8A6661
(138,102,97)
#7B5B57
(123,91,87)
#6C504D
(108,80,77)
#5D4543
(93,69,67)
#4E3A39
(78,58,57)
#3F2F2F
(63,47,47)
#302425
(48,36,37)
#21191B
(33,25,27)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A87C75

#A87C75
(168,124,117)
#AF8781
(175,135,129)
#B6928D
(182,146,141)
#BD9D99
(189,157,153)
#C4A8A5
(196,168,165)
#CBB3B1
(203,179,177)
#D2BEBD
(210,190,189)
#D9C9C9
(217,201,201)
#E0D4D5
(224,212,213)
#E7DFE1
(231,223,225)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87C75; }

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

This text font color is #A87C75.


Background Color

.myBgColor { background-color: #A87C75; }

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

This div background color is #A87C75.


Border color

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

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

This div border color is #A87C75.


Opacity

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

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

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

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

This text has shadow with #A87C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87C75 on black background.


Color preview on white background

This text has color #A87C75 on white background.



Black color preview on #A87C75 background

This text has black color on #A87C75 background.


White color preview on #A87C75 background

This text has white color on #A87C75 background.