COLOR #A96E5F

HEX: #A96E5F
RGB: (169,110,95)

Color info

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

RGB color model

#A96E5F color RGB value is (169,110,95).

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

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 95 of 255 = 37%

169
110
95

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

Portions of RGB colors in percentages

R + G + B =
169 + 110 + 95 = 374 (100%)
R 169 of 374 ~ 45.19%
G 110 of 374 ~ 29.41%
B 95 of 374 ~ 25.4%

%45.19
%29.41
%25.4

CMYK color model

#A96E5F color CMYK value is (0,35,44,34).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 43.79%
  • key color value is 33.73%
CMYK:
(0,35,44,34)
C0M35Y44K34 
(0%,35%,44%,34%)
(0.00/0.35/0.44/0.34)	

CMYK percentages

%0
%34.91
%43.79
%33.73

Codes

Color #A96E5F in popluar color models

A96E5F
RGB16911095
HSL12°30.08%51.76%
HSB/HSV12°43.79%66.27%
CMYK0.00%34.91%43.79%
33.73%

Color #A96E5F in popluar number systems.

HEXA96E5F
Decimal16911095
Binary1010100111011101011111
Octal251156137

Shades and tints

Shades of #A96E5F

#A96E5F
(169,110,95)
#9A6457
(154,100,87)
#8B5A4F
(139,90,79)
#7C5047
(124,80,71)
#6D463F
(109,70,63)
#5E3C37
(94,60,55)
#4F322F
(79,50,47)
#402827
(64,40,39)
#311E1F
(49,30,31)
#221417
(34,20,23)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #A96E5F

#A96E5F
(169,110,95)
#B07B6D
(176,123,109)
#B7887B
(183,136,123)
#BE9589
(190,149,137)
#C5A297
(197,162,151)
#CCAFA5
(204,175,165)
#D3BCB3
(211,188,179)
#DAC9C1
(218,201,193)
#E1D6CF
(225,214,207)
#E8E3DD
(232,227,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96E5F; }

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

This text font color is #A96E5F.


Background Color

.myBgColor { background-color: #A96E5F; }

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

This div background color is #A96E5F.


Border color

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

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

This div border color is #A96E5F.


Opacity

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

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

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

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

This text has shadow with #A96E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96E5F on black background.


Color preview on white background

This text has color #A96E5F on white background.



Black color preview on #A96E5F background

This text has black color on #A96E5F background.


White color preview on #A96E5F background

This text has white color on #A96E5F background.