COLOR #A96F50

HEX: #A96F50
RGB: (169,111,80)

Color info

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

RGB color model

#A96F50 color RGB value is (169,111,80).

  • red value is 169;
  • green value is 111;
  • blue value is 80.
RGB:
(169,111,80)
(66%,44%,31%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 80 of 255 = 31%

169
111
80

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

Portions of RGB colors in percentages

R + G + B =
169 + 111 + 80 = 360 (100%)
R 169 of 360 ~ 46.94%
G 111 of 360 ~ 30.83%
B 80 of 360 ~ 22.22%

%46.94
%30.83
%22.22

CMYK color model

#A96F50 color CMYK value is (0,34,53,34).

  • cyan value is 0.00%
  • magenta value is 34.32%
  • yellow value is 52.66%
  • key color value is 33.73%
CMYK:
(0,34,53,34)
C0M34Y53K34 
(0%,34%,53%,34%)
(0.00/0.34/0.53/0.34)	

CMYK percentages

%0
%34.32
%52.66
%33.73

Codes

Color #A96F50 in popluar color models

A96F50
RGB16911180
HSL21°35.74%48.82%
HSB/HSV21°52.66%66.27%
CMYK0.00%34.32%52.66%
33.73%

Color #A96F50 in popluar number systems.

HEXA96F50
Decimal16911180
Binary1010100111011111010000
Octal251157120

Shades and tints

Shades of #A96F50

#A96F50
(169,111,80)
#9A6549
(154,101,73)
#8B5B42
(139,91,66)
#7C513B
(124,81,59)
#6D4734
(109,71,52)
#5E3D2D
(94,61,45)
#4F3326
(79,51,38)
#40291F
(64,41,31)
#311F18
(49,31,24)
#221511
(34,21,17)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #A96F50

#A96F50
(169,111,80)
#B07C5F
(176,124,95)
#B7896E
(183,137,110)
#BE967D
(190,150,125)
#C5A38C
(197,163,140)
#CCB09B
(204,176,155)
#D3BDAA
(211,189,170)
#DACAB9
(218,202,185)
#E1D7C8
(225,215,200)
#E8E4D7
(232,228,215)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96F50; }

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

This text font color is #A96F50.


Background Color

.myBgColor { background-color: #A96F50; }

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

This div background color is #A96F50.


Border color

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

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

This div border color is #A96F50.


Opacity

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

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

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

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

This text has shadow with #A96F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96F50 on black background.


Color preview on white background

This text has color #A96F50 on white background.



Black color preview on #A96F50 background

This text has black color on #A96F50 background.


White color preview on #A96F50 background

This text has white color on #A96F50 background.