COLOR #A87375

HEX: #A87375
RGB: (168,115,117)

Color info

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

RGB color model

#A87375 color RGB value is (168,115,117).

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

RGB channels and saturation

R 168 of 255 = 66%
G 115 of 255 = 45%
B 117 of 255 = 46%

168
115
117

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

Portions of RGB colors in percentages

R + G + B =
168 + 115 + 117 = 400 (100%)
R 168 of 400 ~ 42%
G 115 of 400 ~ 28.75%
B 117 of 400 ~ 29.25%

%42
%28.75
%29.25

CMYK color model

#A87375 color CMYK value is (0,32,30,34).

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(0,32,30,34)
C0M32Y30K34 
(0%,32%,30%,34%)
(0.00/0.32/0.30/0.34)	

CMYK percentages

%0
%31.55
%30.36
%34.12

Codes

Color #A87375 in popluar color models

A87375
RGB168115117
HSL358°23.35%55.49%
HSB/HSV358°31.55%65.88%
CMYK0.00%31.55%30.36%
34.12%

Color #A87375 in popluar number systems.

HEXA87375
Decimal168115117
Binary1010100011100111110101
Octal250163165

Shades and tints

Shades of #A87375

#A87375
(168,115,117)
#99696B
(153,105,107)
#8A5F61
(138,95,97)
#7B5557
(123,85,87)
#6C4B4D
(108,75,77)
#5D4143
(93,65,67)
#4E3739
(78,55,57)
#3F2D2F
(63,45,47)
#302325
(48,35,37)
#21191B
(33,25,27)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A87375

#A87375
(168,115,117)
#AF7F81
(175,127,129)
#B68B8D
(182,139,141)
#BD9799
(189,151,153)
#C4A3A5
(196,163,165)
#CBAFB1
(203,175,177)
#D2BBBD
(210,187,189)
#D9C7C9
(217,199,201)
#E0D3D5
(224,211,213)
#E7DFE1
(231,223,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87375; }

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

This text font color is #A87375.


Background Color

.myBgColor { background-color: #A87375; }

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

This div background color is #A87375.


Border color

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

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

This div border color is #A87375.


Opacity

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

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

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

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

This text has shadow with #A87375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87375 on black background.


Color preview on white background

This text has color #A87375 on white background.



Black color preview on #A87375 background

This text has black color on #A87375 background.


White color preview on #A87375 background

This text has white color on #A87375 background.