COLOR #A17960

HEX: #A17960
RGB: (161,121,96)

Color info

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

RGB color model

#A17960 color RGB value is (161,121,96).

  • red value is 161;
  • green value is 121;
  • blue value is 96.
RGB:
(161,121,96)
(63%,47%,38%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 96 of 255 = 38%

161
121
96

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 96 = 378 (100%)
R 161 of 378 ~ 42.59%
G 121 of 378 ~ 32.01%
B 96 of 378 ~ 25.4%

%42.59
%32.01
%25.4

CMYK color model

#A17960 color CMYK value is (0,25,40,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 40.37%
  • key color value is 36.86%
CMYK:
(0,25,40,37)
C0M25Y40K37 
(0%,25%,40%,37%)
(0.00/0.25/0.40/0.37)	

CMYK percentages

%0
%24.84
%40.37
%36.86

Codes

Color #A17960 in popluar color models

A17960
RGB16112196
HSL23°25.69%50.39%
HSB/HSV23°40.37%63.14%
CMYK0.00%24.84%40.37%
36.86%

Color #A17960 in popluar number systems.

HEXA17960
Decimal16112196
Binary1010000111110011100000
Octal241171140

Shades and tints

Shades of #A17960

#A17960
(161,121,96)
#936E58
(147,110,88)
#856350
(133,99,80)
#775848
(119,88,72)
#694D40
(105,77,64)
#5B4238
(91,66,56)
#4D3730
(77,55,48)
#3F2C28
(63,44,40)
#312120
(49,33,32)
#231618
(35,22,24)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #A17960

#A17960
(161,121,96)
#A9856E
(169,133,110)
#B1917C
(177,145,124)
#B99D8A
(185,157,138)
#C1A998
(193,169,152)
#C9B5A6
(201,181,166)
#D1C1B4
(209,193,180)
#D9CDC2
(217,205,194)
#E1D9D0
(225,217,208)
#E9E5DE
(233,229,222)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17960 color. Also use rgb(161,121,96) instead hex code.

Text Font Color

.myTextColor { color: #A17960; }

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

This text font color is #A17960.


Background Color

.myBgColor { background-color: #A17960; }

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

This div background color is #A17960.


Border color

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

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

This div border color is #A17960.


Opacity

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

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

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

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

This text has shadow with #A17960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17960 on black background.


Color preview on white background

This text has color #A17960 on white background.



Black color preview on #A17960 background

This text has black color on #A17960 background.


White color preview on #A17960 background

This text has white color on #A17960 background.