COLOR #A96C4E

HEX: #A96C4E RGB: (169,108,78)

Color info

#A96C4E contains mainly red color. Web safe color of #A96C4E is #996666 (or #966).

RGB color model

#A96C4E color RGB value is (169,108,78).

RGB: (169,108,78) (66%, 42%, 31%)

RGB channels and saturation

R 169 of 255 = 66%
G 108 of 255 = 42%
B 78 of 255 = 31%

169
108
78

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

Portions of RGB colors in percentages

R + G + B = 169 + 108 + 78 = 355 (100%)
R 169 of 355 ~ 47.61%
G 108 of 355 ~ 30.42%
B 78 of 355 ~ 21.97'%

%47.61
%30.42
%21.97

CMYK color model

#A96C4E color CMYK value is (0,36,54,34).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 53.85%
  • key color value is 33.73%

CMYK: (0,36,54,34)
C0M36Y54K34 (0%, 36%, 54%, 34%)
(0.00 / 0.36 / 0.54 / 0.34)

CMYK percentages

%0
%36.09
%53.85
%33.73

Codes

Color #A96C4E in popluar color models

A9 6C 4E
RGB 169 108 78
HSL 20° 36.84% 48.43%
HSB/HSV 20° 53.85% 66.27%
CMYK 0.00% 36.09% 53.85%
33.73%

Color #A96C4E in popluar number systems.

HEX A9 6C 4E
Decimal 169 108 78
Binary 10101001 1101100 1001110
Octal 251 154 116

Shades and tints

Shades of #A96C4E

#A96C4E
(169,108,78)
#9A6347
(154,99,71)
#8B5A40
(139,90,64)
#7C5139
(124,81,57)
#6D4832
(109,72,50)
#5E3F2B
(94,63,43)
#4F3624
(79,54,36)
#402D1D
(64,45,29)
#312416
(49,36,22)
#221B0F
(34,27,15)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #A96C4E

#A96C4E
(169,108,78)
#B0795E
(176,121,94)
#B7866E
(183,134,110)
#BE937E
(190,147,126)
#C5A08E
(197,160,142)
#CCAD9E
(204,173,158)
#D3BAAE
(211,186,174)
#DAC7BE
(218,199,190)
#E1D4CE
(225,212,206)
#E8E1DE
(232,225,222)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96C4E color. Also use rgb(169,108,78) instead hex code.

Text Font Color

.myTextColor { color: #A96C4E; }

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

This text font color is #A96C4E.

Background Color

.myBgColor { background-color: #A96C4E; }

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

This div background color is #A96C4E.

Border color

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

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

This div border color is #A96C4E.

Opacity

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

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

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

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

This text has shadow with #A96C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96C4E.

Preview

Color preview on black background

This text has color #A96C4E on black background.


Color preview on white background

This text has color #A96C4E on white background.


Black color preview on #A96C4E background

This text has black color on #A96C4E background.


White color preview on #A96C4E background

This text has white color on #A96C4E background.


Related colors

Complementary color

Complementary color for #hex is #5693B1.


I love getcolorcode.com

Triadic colors

1 #4EA96C and #6C4EA9 with #A96C4E are triadic colors.

2 #4E6CA9 and #6CA94E with #A96C4E are triadic colors.