COLOR #A86121

HEX: #A86121
RGB: (168,97,33)

Color info

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

RGB color model

#A86121 color RGB value is (168,97,33).

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

RGB channels and saturation

R 168 of 255 = 66%
G 97 of 255 = 38%
B 33 of 255 = 13%

168
97
33

R + G + B ~ 39%. #A86121 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 97 + 33 = 298 (100%)
R 168 of 298 ~ 56.38%
G 97 of 298 ~ 32.55%
B 33 of 298 ~ 11.07%

%56.38
%32.55
%11.07

CMYK color model

#A86121 color CMYK value is (0,42,80,34).

  • cyan value is 0.00%
  • magenta value is 42.26%
  • yellow value is 80.36%
  • key color value is 34.12%
CMYK:
(0,42,80,34)
C0M42Y80K34 
(0%,42%,80%,34%)
(0.00/0.42/0.80/0.34)	

CMYK percentages

%0
%42.26
%80.36
%34.12

Codes

Color #A86121 in popluar color models

A86121
RGB1689733
HSL28°67.16%39.41%
HSB/HSV28°80.36%65.88%
CMYK0.00%42.26%80.36%
34.12%

Color #A86121 in popluar number systems.

HEXA86121
Decimal1689733
Binary101010001100001100001
Octal25014141

Shades and tints

Shades of #A86121

#A86121
(168,97,33)
#99591E
(153,89,30)
#8A511B
(138,81,27)
#7B4918
(123,73,24)
#6C4115
(108,65,21)
#5D3912
(93,57,18)
#4E310F
(78,49,15)
#3F290C
(63,41,12)
#302109
(48,33,9)
#211906
(33,25,6)
#121103
(18,17,3)
#000000
(0,0,0)

Tints of #A86121

#A86121
(168,97,33)
#AF6F35
(175,111,53)
#B67D49
(182,125,73)
#BD8B5D
(189,139,93)
#C49971
(196,153,113)
#CBA785
(203,167,133)
#D2B599
(210,181,153)
#D9C3AD
(217,195,173)
#E0D1C1
(224,209,193)
#E7DFD5
(231,223,213)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86121; }

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

This text font color is #A86121.


Background Color

.myBgColor { background-color: #A86121; }

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

This div background color is #A86121.


Border color

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

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

This div border color is #A86121.


Opacity

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

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

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

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

This text has shadow with #A86121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86121 on black background.


Color preview on white background

This text has color #A86121 on white background.



Black color preview on #A86121 background

This text has black color on #A86121 background.


White color preview on #A86121 background

This text has white color on #A86121 background.