COLOR #A87869

HEX: #A87869
RGB: (168,120,105)

Color info

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

RGB color model

#A87869 color RGB value is (168,120,105).

  • red value is 168;
  • green value is 120;
  • blue value is 105.
RGB:
(168,120,105)
(66%,47%,41%)

RGB channels and saturation

R 168 of 255 = 66%
G 120 of 255 = 47%
B 105 of 255 = 41%

168
120
105

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

Portions of RGB colors in percentages

R + G + B =
168 + 120 + 105 = 393 (100%)
R 168 of 393 ~ 42.75%
G 120 of 393 ~ 30.53%
B 105 of 393 ~ 26.72%

%42.75
%30.53
%26.72

CMYK color model

#A87869 color CMYK value is (0,29,38,34).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK:
(0,29,38,34)
C0M29Y38K34 
(0%,29%,38%,34%)
(0.00/0.29/0.38/0.34)	

CMYK percentages

%0
%28.57
%37.5
%34.12

Codes

Color #A87869 in popluar color models

A87869
RGB168120105
HSL14°26.58%53.53%
HSB/HSV14°37.50%65.88%
CMYK0.00%28.57%37.50%
34.12%

Color #A87869 in popluar number systems.

HEXA87869
Decimal168120105
Binary1010100011110001101001
Octal250170151

Shades and tints

Shades of #A87869

#A87869
(168,120,105)
#996E60
(153,110,96)
#8A6457
(138,100,87)
#7B5A4E
(123,90,78)
#6C5045
(108,80,69)
#5D463C
(93,70,60)
#4E3C33
(78,60,51)
#3F322A
(63,50,42)
#302821
(48,40,33)
#211E18
(33,30,24)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #A87869

#A87869
(168,120,105)
#AF8476
(175,132,118)
#B69083
(182,144,131)
#BD9C90
(189,156,144)
#C4A89D
(196,168,157)
#CBB4AA
(203,180,170)
#D2C0B7
(210,192,183)
#D9CCC4
(217,204,196)
#E0D8D1
(224,216,209)
#E7E4DE
(231,228,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87869 color. Also use rgb(168,120,105) instead hex code.

Text Font Color

.myTextColor { color: #A87869; }

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

This text font color is #A87869.


Background Color

.myBgColor { background-color: #A87869; }

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

This div background color is #A87869.


Border color

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

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

This div border color is #A87869.


Opacity

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

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

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

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

This text has shadow with #A87869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87869 on black background.


Color preview on white background

This text has color #A87869 on white background.



Black color preview on #A87869 background

This text has black color on #A87869 background.


White color preview on #A87869 background

This text has white color on #A87869 background.