COLOR #A96D35

HEX: #A96D35
RGB: (169,109,53)

Color info

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

RGB color model

#A96D35 color RGB value is (169,109,53).

  • red value is 169;
  • green value is 109;
  • blue value is 53.
RGB:
(169,109,53)
(66%,43%,21%)

RGB channels and saturation

R 169 of 255 = 66%
G 109 of 255 = 43%
B 53 of 255 = 21%

169
109
53

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

Portions of RGB colors in percentages

R + G + B =
169 + 109 + 53 = 331 (100%)
R 169 of 331 ~ 51.06%
G 109 of 331 ~ 32.93%
B 53 of 331 ~ 16.01%

%51.06
%32.93
%16.01

CMYK color model

#A96D35 color CMYK value is (0,36,69,34).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 68.64%
  • key color value is 33.73%
CMYK:
(0,36,69,34)
C0M36Y69K34 
(0%,36%,69%,34%)
(0.00/0.36/0.69/0.34)	

CMYK percentages

%0
%35.5
%68.64
%33.73

Codes

Color #A96D35 in popluar color models

A96D35
RGB16910953
HSL29°52.25%43.53%
HSB/HSV29°68.64%66.27%
CMYK0.00%35.50%68.64%
33.73%

Color #A96D35 in popluar number systems.

HEXA96D35
Decimal16910953
Binary101010011101101110101
Octal25115565

Shades and tints

Shades of #A96D35

#A96D35
(169,109,53)
#9A6431
(154,100,49)
#8B5B2D
(139,91,45)
#7C5229
(124,82,41)
#6D4925
(109,73,37)
#5E4021
(94,64,33)
#4F371D
(79,55,29)
#402E19
(64,46,25)
#312515
(49,37,21)
#221C11
(34,28,17)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #A96D35

#A96D35
(169,109,53)
#B07A47
(176,122,71)
#B78759
(183,135,89)
#BE946B
(190,148,107)
#C5A17D
(197,161,125)
#CCAE8F
(204,174,143)
#D3BBA1
(211,187,161)
#DAC8B3
(218,200,179)
#E1D5C5
(225,213,197)
#E8E2D7
(232,226,215)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96D35 color. Also use rgb(169,109,53) instead hex code.

Text Font Color

.myTextColor { color: #A96D35; }

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

This text font color is #A96D35.


Background Color

.myBgColor { background-color: #A96D35; }

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

This div background color is #A96D35.


Border color

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

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

This div border color is #A96D35.


Opacity

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

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

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

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

This text has shadow with #A96D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96D35 on black background.


Color preview on white background

This text has color #A96D35 on white background.



Black color preview on #A96D35 background

This text has black color on #A96D35 background.


White color preview on #A96D35 background

This text has white color on #A96D35 background.