COLOR #A96821

HEX: #A96821
RGB: (169,104,33)

Color info

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

RGB color model

#A96821 color RGB value is (169,104,33).

  • red value is 169;
  • green value is 104;
  • blue value is 33.
RGB:
(169,104,33)
(66%,41%,13%)

RGB channels and saturation

R 169 of 255 = 66%
G 104 of 255 = 41%
B 33 of 255 = 13%

169
104
33

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

Portions of RGB colors in percentages

R + G + B =
169 + 104 + 33 = 306 (100%)
R 169 of 306 ~ 55.23%
G 104 of 306 ~ 33.99%
B 33 of 306 ~ 10.78%

%55.23
%33.99
%10.78

CMYK color model

#A96821 color CMYK value is (0,38,80,34).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 80.47%
  • key color value is 33.73%
CMYK:
(0,38,80,34)
C0M38Y80K34 
(0%,38%,80%,34%)
(0.00/0.38/0.80/0.34)	

CMYK percentages

%0
%38.46
%80.47
%33.73

Codes

Color #A96821 in popluar color models

A96821
RGB16910433
HSL31°67.33%39.61%
HSB/HSV31°80.47%66.27%
CMYK0.00%38.46%80.47%
33.73%

Color #A96821 in popluar number systems.

HEXA96821
Decimal16910433
Binary101010011101000100001
Octal25115041

Shades and tints

Shades of #A96821

#A96821
(169,104,33)
#9A5F1E
(154,95,30)
#8B561B
(139,86,27)
#7C4D18
(124,77,24)
#6D4415
(109,68,21)
#5E3B12
(94,59,18)
#4F320F
(79,50,15)
#40290C
(64,41,12)
#312009
(49,32,9)
#221706
(34,23,6)
#130E03
(19,14,3)
#000000
(0,0,0)

Tints of #A96821

#A96821
(169,104,33)
#B07535
(176,117,53)
#B78249
(183,130,73)
#BE8F5D
(190,143,93)
#C59C71
(197,156,113)
#CCA985
(204,169,133)
#D3B699
(211,182,153)
#DAC3AD
(218,195,173)
#E1D0C1
(225,208,193)
#E8DDD5
(232,221,213)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96821 color. Also use rgb(169,104,33) instead hex code.

Text Font Color

.myTextColor { color: #A96821; }

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

This text font color is #A96821.


Background Color

.myBgColor { background-color: #A96821; }

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

This div background color is #A96821.


Border color

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

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

This div border color is #A96821.


Opacity

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

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

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

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

This text has shadow with #A96821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96821 on black background.


Color preview on white background

This text has color #A96821 on white background.



Black color preview on #A96821 background

This text has black color on #A96821 background.


White color preview on #A96821 background

This text has white color on #A96821 background.