COLOR #A96E59

HEX: #A96E59
RGB: (169,110,89)

Color info

#A96E59 contains mainly red and green colors. Web safe color of #A96E59 is #996666 (or #966).

RGB color model

#A96E59 color RGB value is (169,110,89).

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

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 89 of 255 = 35%

169
110
89

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

Portions of RGB colors in percentages

R + G + B =
169 + 110 + 89 = 368 (100%)
R 169 of 368 ~ 45.92%
G 110 of 368 ~ 29.89%
B 89 of 368 ~ 24.18%

%45.92
%29.89
%24.18

CMYK color model

#A96E59 color CMYK value is (0,35,47,34).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 47.34%
  • key color value is 33.73%
CMYK:
(0,35,47,34)
C0M35Y47K34 
(0%,35%,47%,34%)
(0.00/0.35/0.47/0.34)	

CMYK percentages

%0
%34.91
%47.34
%33.73

Codes

Color #A96E59 in popluar color models

A96E59
RGB16911089
HSL16°31.75%50.59%
HSB/HSV16°47.34%66.27%
CMYK0.00%34.91%47.34%
33.73%

Color #A96E59 in popluar number systems.

HEXA96E59
Decimal16911089
Binary1010100111011101011001
Octal251156131

Shades and tints

Shades of #A96E59

#A96E59
(169,110,89)
#9A6451
(154,100,81)
#8B5A49
(139,90,73)
#7C5041
(124,80,65)
#6D4639
(109,70,57)
#5E3C31
(94,60,49)
#4F3229
(79,50,41)
#402821
(64,40,33)
#311E19
(49,30,25)
#221411
(34,20,17)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #A96E59

#A96E59
(169,110,89)
#B07B68
(176,123,104)
#B78877
(183,136,119)
#BE9586
(190,149,134)
#C5A295
(197,162,149)
#CCAFA4
(204,175,164)
#D3BCB3
(211,188,179)
#DAC9C2
(218,201,194)
#E1D6D1
(225,214,209)
#E8E3E0
(232,227,224)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96E59; }

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

This text font color is #A96E59.


Background Color

.myBgColor { background-color: #A96E59; }

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

This div background color is #A96E59.


Border color

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

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

This div border color is #A96E59.


Opacity

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

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

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

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

This text has shadow with #A96E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96E59 on black background.


Color preview on white background

This text has color #A96E59 on white background.



Black color preview on #A96E59 background

This text has black color on #A96E59 background.


White color preview on #A96E59 background

This text has white color on #A96E59 background.