COLOR #A96E37

HEX: #A96E37
RGB: (169,110,55)

Color info

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

RGB color model

#A96E37 color RGB value is (169,110,55).

  • red value is 169;
  • green value is 110;
  • blue value is 55.
RGB:
(169,110,55)
(66%,43%,22%)

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 55 of 255 = 22%

169
110
55

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

Portions of RGB colors in percentages

R + G + B =
169 + 110 + 55 = 334 (100%)
R 169 of 334 ~ 50.6%
G 110 of 334 ~ 32.93%
B 55 of 334 ~ 16.47%

%50.6
%32.93
%16.47

CMYK color model

#A96E37 color CMYK value is (0,35,67,34).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 67.46%
  • key color value is 33.73%
CMYK:
(0,35,67,34)
C0M35Y67K34 
(0%,35%,67%,34%)
(0.00/0.35/0.67/0.34)	

CMYK percentages

%0
%34.91
%67.46
%33.73

Codes

Color #A96E37 in popluar color models

A96E37
RGB16911055
HSL29°50.89%43.92%
HSB/HSV29°67.46%66.27%
CMYK0.00%34.91%67.46%
33.73%

Color #A96E37 in popluar number systems.

HEXA96E37
Decimal16911055
Binary101010011101110110111
Octal25115667

Shades and tints

Shades of #A96E37

#A96E37
(169,110,55)
#9A6432
(154,100,50)
#8B5A2D
(139,90,45)
#7C5028
(124,80,40)
#6D4623
(109,70,35)
#5E3C1E
(94,60,30)
#4F3219
(79,50,25)
#402814
(64,40,20)
#311E0F
(49,30,15)
#22140A
(34,20,10)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #A96E37

#A96E37
(169,110,55)
#B07B49
(176,123,73)
#B7885B
(183,136,91)
#BE956D
(190,149,109)
#C5A27F
(197,162,127)
#CCAF91
(204,175,145)
#D3BCA3
(211,188,163)
#DAC9B5
(218,201,181)
#E1D6C7
(225,214,199)
#E8E3D9
(232,227,217)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96E37 color. Also use rgb(169,110,55) instead hex code.

Text Font Color

.myTextColor { color: #A96E37; }

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

This text font color is #A96E37.


Background Color

.myBgColor { background-color: #A96E37; }

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

This div background color is #A96E37.


Border color

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

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

This div border color is #A96E37.


Opacity

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

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

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

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

This text has shadow with #A96E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96E37 on black background.


Color preview on white background

This text has color #A96E37 on white background.



Black color preview on #A96E37 background

This text has black color on #A96E37 background.


White color preview on #A96E37 background

This text has white color on #A96E37 background.