COLOR #A87165

HEX: #A87165
RGB: (168,113,101)

Color info

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

RGB color model

#A87165 color RGB value is (168,113,101).

  • red value is 168;
  • green value is 113;
  • blue value is 101.
RGB:
(168,113,101)
(66%,44%,40%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 101 of 255 = 40%

168
113
101

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

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 101 = 382 (100%)
R 168 of 382 ~ 43.98%
G 113 of 382 ~ 29.58%
B 101 of 382 ~ 26.44%

%43.98
%29.58
%26.44

CMYK color model

#A87165 color CMYK value is (0,33,40,34).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 39.88%
  • key color value is 34.12%
CMYK:
(0,33,40,34)
C0M33Y40K34 
(0%,33%,40%,34%)
(0.00/0.33/0.40/0.34)	

CMYK percentages

%0
%32.74
%39.88
%34.12

Codes

Color #A87165 in popluar color models

A87165
RGB168113101
HSL11°27.80%52.75%
HSB/HSV11°39.88%65.88%
CMYK0.00%32.74%39.88%
34.12%

Color #A87165 in popluar number systems.

HEXA87165
Decimal168113101
Binary1010100011100011100101
Octal250161145

Shades and tints

Shades of #A87165

#A87165
(168,113,101)
#99675C
(153,103,92)
#8A5D53
(138,93,83)
#7B534A
(123,83,74)
#6C4941
(108,73,65)
#5D3F38
(93,63,56)
#4E352F
(78,53,47)
#3F2B26
(63,43,38)
#30211D
(48,33,29)
#211714
(33,23,20)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #A87165

#A87165
(168,113,101)
#AF7D73
(175,125,115)
#B68981
(182,137,129)
#BD958F
(189,149,143)
#C4A19D
(196,161,157)
#CBADAB
(203,173,171)
#D2B9B9
(210,185,185)
#D9C5C7
(217,197,199)
#E0D1D5
(224,209,213)
#E7DDE3
(231,221,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87165 color. Also use rgb(168,113,101) instead hex code.

Text Font Color

.myTextColor { color: #A87165; }

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

This text font color is #A87165.


Background Color

.myBgColor { background-color: #A87165; }

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

This div background color is #A87165.


Border color

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

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

This div border color is #A87165.


Opacity

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

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

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

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

This text has shadow with #A87165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87165 on black background.


Color preview on white background

This text has color #A87165 on white background.



Black color preview on #A87165 background

This text has black color on #A87165 background.


White color preview on #A87165 background

This text has white color on #A87165 background.