COLOR #A86F63

HEX: #A86F63
RGB: (168,111,99)

Color info

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

RGB color model

#A86F63 color RGB value is (168,111,99).

  • red value is 168;
  • green value is 111;
  • blue value is 99.
RGB:
(168,111,99)
(66%,44%,39%)

RGB channels and saturation

R 168 of 255 = 66%
G 111 of 255 = 44%
B 99 of 255 = 39%

168
111
99

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

Portions of RGB colors in percentages

R + G + B =
168 + 111 + 99 = 378 (100%)
R 168 of 378 ~ 44.44%
G 111 of 378 ~ 29.37%
B 99 of 378 ~ 26.19%

%44.44
%29.37
%26.19

CMYK color model

#A86F63 color CMYK value is (0,34,41,34).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 41.07%
  • key color value is 34.12%
CMYK:
(0,34,41,34)
C0M34Y41K34 
(0%,34%,41%,34%)
(0.00/0.34/0.41/0.34)	

CMYK percentages

%0
%33.93
%41.07
%34.12

Codes

Color #A86F63 in popluar color models

A86F63
RGB16811199
HSL10°28.40%52.35%
HSB/HSV10°41.07%65.88%
CMYK0.00%33.93%41.07%
34.12%

Color #A86F63 in popluar number systems.

HEXA86F63
Decimal16811199
Binary1010100011011111100011
Octal250157143

Shades and tints

Shades of #A86F63

#A86F63
(168,111,99)
#99655A
(153,101,90)
#8A5B51
(138,91,81)
#7B5148
(123,81,72)
#6C473F
(108,71,63)
#5D3D36
(93,61,54)
#4E332D
(78,51,45)
#3F2924
(63,41,36)
#301F1B
(48,31,27)
#211512
(33,21,18)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #A86F63

#A86F63
(168,111,99)
#AF7C71
(175,124,113)
#B6897F
(182,137,127)
#BD968D
(189,150,141)
#C4A39B
(196,163,155)
#CBB0A9
(203,176,169)
#D2BDB7
(210,189,183)
#D9CAC5
(217,202,197)
#E0D7D3
(224,215,211)
#E7E4E1
(231,228,225)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86F63 color. Also use rgb(168,111,99) instead hex code.

Text Font Color

.myTextColor { color: #A86F63; }

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

This text font color is #A86F63.


Background Color

.myBgColor { background-color: #A86F63; }

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

This div background color is #A86F63.


Border color

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

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

This div border color is #A86F63.


Opacity

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

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

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

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

This text has shadow with #A86F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86F63 on black background.


Color preview on white background

This text has color #A86F63 on white background.



Black color preview on #A86F63 background

This text has black color on #A86F63 background.


White color preview on #A86F63 background

This text has white color on #A86F63 background.