COLOR #A86140

HEX: #A86140
RGB: (168,97,64)

Color info

#A86140 contains mainly red color. Web safe color of #A86140 is #996633 (or #963).

RGB color model

#A86140 color RGB value is (168,97,64).

  • red value is 168;
  • green value is 97;
  • blue value is 64.
RGB:
(168,97,64)
(66%,38%,25%)

RGB channels and saturation

R 168 of 255 = 66%
G 97 of 255 = 38%
B 64 of 255 = 25%

168
97
64

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

Portions of RGB colors in percentages

R + G + B =
168 + 97 + 64 = 329 (100%)
R 168 of 329 ~ 51.06%
G 97 of 329 ~ 29.48%
B 64 of 329 ~ 19.45%

%51.06
%29.48
%19.45

CMYK color model

#A86140 color CMYK value is (0,42,62,34).

  • cyan value is 0.00%
  • magenta value is 42.26%
  • yellow value is 61.90%
  • key color value is 34.12%
CMYK:
(0,42,62,34)
C0M42Y62K34 
(0%,42%,62%,34%)
(0.00/0.42/0.62/0.34)	

CMYK percentages

%0
%42.26
%61.9
%34.12

Codes

Color #A86140 in popluar color models

A86140
RGB1689764
HSL19°44.83%45.49%
HSB/HSV19°61.90%65.88%
CMYK0.00%42.26%61.90%
34.12%

Color #A86140 in popluar number systems.

HEXA86140
Decimal1689764
Binary1010100011000011000000
Octal250141100

Shades and tints

Shades of #A86140

#A86140
(168,97,64)
#99593B
(153,89,59)
#8A5136
(138,81,54)
#7B4931
(123,73,49)
#6C412C
(108,65,44)
#5D3927
(93,57,39)
#4E3122
(78,49,34)
#3F291D
(63,41,29)
#302118
(48,33,24)
#211913
(33,25,19)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A86140

#A86140
(168,97,64)
#AF6F51
(175,111,81)
#B67D62
(182,125,98)
#BD8B73
(189,139,115)
#C49984
(196,153,132)
#CBA795
(203,167,149)
#D2B5A6
(210,181,166)
#D9C3B7
(217,195,183)
#E0D1C8
(224,209,200)
#E7DFD9
(231,223,217)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86140 color. Also use rgb(168,97,64) instead hex code.

Text Font Color

.myTextColor { color: #A86140; }

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

This text font color is #A86140.


Background Color

.myBgColor { background-color: #A86140; }

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

This div background color is #A86140.


Border color

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

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

This div border color is #A86140.


Opacity

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

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

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

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

This text has shadow with #A86140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86140 on black background.


Color preview on white background

This text has color #A86140 on white background.



Black color preview on #A86140 background

This text has black color on #A86140 background.


White color preview on #A86140 background

This text has white color on #A86140 background.