COLOR #A96F49

HEX: #A96F49 RGB: (169,111,73)

Color info

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

RGB color model

#A96F49 color RGB value is (169,111,73).

RGB: (169,111,73) (66%, 44%, 29%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 73 of 255 = 29%

169
111
73

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

Portions of RGB colors in percentages

R + G + B = 169 + 111 + 73 = 353 (100%)
R 169 of 353 ~ 47.88%
G 111 of 353 ~ 31.44%
B 73 of 353 ~ 20.68'%

%47.88
%31.44
%20.68

CMYK color model

#A96F49 color CMYK value is (0,34,57,34).

  • cyan value is 0.00%
  • magenta value is 34.32%
  • yellow value is 56.80%
  • key color value is 33.73%

CMYK: (0,34,57,34)
C0M34Y57K34 (0%, 34%, 57%, 34%)
(0.00 / 0.34 / 0.57 / 0.34)

CMYK percentages

%0
%34.32
%56.8
%33.73

Codes

Color #A96F49 in popluar color models

A9 6F 49
RGB 169 111 73
HSL 24° 39.67% 47.45%
HSB/HSV 24° 56.80% 66.27%
CMYK 0.00% 34.32% 56.80%
33.73%

Color #A96F49 in popluar number systems.

HEX A9 6F 49
Decimal 169 111 73
Binary 10101001 1101111 1001001
Octal 251 157 111

Shades and tints

Shades of #A96F49

#A96F49
(169,111,73)
#9A6543
(154,101,67)
#8B5B3D
(139,91,61)
#7C5137
(124,81,55)
#6D4731
(109,71,49)
#5E3D2B
(94,61,43)
#4F3325
(79,51,37)
#40291F
(64,41,31)
#311F19
(49,31,25)
#221513
(34,21,19)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #A96F49

#A96F49
(169,111,73)
#B07C59
(176,124,89)
#B78969
(183,137,105)
#BE9679
(190,150,121)
#C5A389
(197,163,137)
#CCB099
(204,176,153)
#D3BDA9
(211,189,169)
#DACAB9
(218,202,185)
#E1D7C9
(225,215,201)
#E8E4D9
(232,228,217)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96F49 color. Also use rgb(169,111,73) instead hex code.

Text Font Color

.myTextColor { color: #A96F49; }

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

This text font color is #A96F49.

Background Color

.myBgColor { background-color: #A96F49; }

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

This div background color is #A96F49.

Border color

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

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

This div border color is #A96F49.

Opacity

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

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

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

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

This text has shadow with #A96F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96F49.

Preview

Color preview on black background

This text has color #A96F49 on black background.


Color preview on white background

This text has color #A96F49 on white background.


Black color preview on #A96F49 background

This text has black color on #A96F49 background.


White color preview on #A96F49 background

This text has white color on #A96F49 background.


Related colors

Complementary color

Complementary color for #hex is #5690B6.


I love getcolorcode.com

Triadic colors

1 #49A96F and #6F49A9 with #A96F49 are triadic colors.

2 #496FA9 and #6FA949 with #A96F49 are triadic colors.