COLOR #A86F4B

HEX: #A86F4B
RGB: (168,111,75)

Color info

#A86F4B contains mainly red and green colors. Web safe color of #A86F4B is #996633 (or #963).

RGB color model

#A86F4B color RGB value is (168,111,75).

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

RGB channels and saturation

R 168 of 255 = 66%
G 111 of 255 = 44%
B 75 of 255 = 29%

168
111
75

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

Portions of RGB colors in percentages

R + G + B =
168 + 111 + 75 = 354 (100%)
R 168 of 354 ~ 47.46%
G 111 of 354 ~ 31.36%
B 75 of 354 ~ 21.19%

%47.46
%31.36
%21.19

CMYK color model

#A86F4B color CMYK value is (0,34,55,34).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 55.36%
  • key color value is 34.12%
CMYK:
(0,34,55,34)
C0M34Y55K34 
(0%,34%,55%,34%)
(0.00/0.34/0.55/0.34)	

CMYK percentages

%0
%33.93
%55.36
%34.12

Codes

Color #A86F4B in popluar color models

A86F4B
RGB16811175
HSL23°38.27%47.65%
HSB/HSV23°55.36%65.88%
CMYK0.00%33.93%55.36%
34.12%

Color #A86F4B in popluar number systems.

HEXA86F4B
Decimal16811175
Binary1010100011011111001011
Octal250157113

Shades and tints

Shades of #A86F4B

#A86F4B
(168,111,75)
#996545
(153,101,69)
#8A5B3F
(138,91,63)
#7B5139
(123,81,57)
#6C4733
(108,71,51)
#5D3D2D
(93,61,45)
#4E3327
(78,51,39)
#3F2921
(63,41,33)
#301F1B
(48,31,27)
#211515
(33,21,21)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #A86F4B

#A86F4B
(168,111,75)
#AF7C5B
(175,124,91)
#B6896B
(182,137,107)
#BD967B
(189,150,123)
#C4A38B
(196,163,139)
#CBB09B
(203,176,155)
#D2BDAB
(210,189,171)
#D9CABB
(217,202,187)
#E0D7CB
(224,215,203)
#E7E4DB
(231,228,219)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86F4B; }

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

This text font color is #A86F4B.


Background Color

.myBgColor { background-color: #A86F4B; }

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

This div background color is #A86F4B.


Border color

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

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

This div border color is #A86F4B.


Opacity

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

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

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

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

This text has shadow with #A86F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86F4B on black background.


Color preview on white background

This text has color #A86F4B on white background.



Black color preview on #A86F4B background

This text has black color on #A86F4B background.


White color preview on #A86F4B background

This text has white color on #A86F4B background.