COLOR #A17771

HEX: #A17771
RGB: (161,119,113)

Color info

#A17771 contains red, green and blue colors in about the same proportion. Web safe color of #A17771 is #996666 (or #966).

RGB color model

#A17771 color RGB value is (161,119,113).

  • red value is 161;
  • green value is 119;
  • blue value is 113.
RGB:
(161,119,113)
(63%,47%,44%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 113 of 255 = 44%

161
119
113

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

Portions of RGB colors in percentages

R + G + B =
161 + 119 + 113 = 393 (100%)
R 161 of 393 ~ 40.97%
G 119 of 393 ~ 30.28%
B 113 of 393 ~ 28.75%

%40.97
%30.28
%28.75

CMYK color model

#A17771 color CMYK value is (0,26,30,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(0,26,30,37)
C0M26Y30K37 
(0%,26%,30%,37%)
(0.00/0.26/0.30/0.37)	

CMYK percentages

%0
%26.09
%29.81
%36.86

Codes

Color #A17771 in popluar color models

A17771
RGB161119113
HSL20.34%53.73%
HSB/HSV29.81%63.14%
CMYK0.00%26.09%29.81%
36.86%

Color #A17771 in popluar number systems.

HEXA17771
Decimal161119113
Binary1010000111101111110001
Octal241167161

Shades and tints

Shades of #A17771

#A17771
(161,119,113)
#936D67
(147,109,103)
#85635D
(133,99,93)
#775953
(119,89,83)
#694F49
(105,79,73)
#5B453F
(91,69,63)
#4D3B35
(77,59,53)
#3F312B
(63,49,43)
#312721
(49,39,33)
#231D17
(35,29,23)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A17771

#A17771
(161,119,113)
#A9837D
(169,131,125)
#B18F89
(177,143,137)
#B99B95
(185,155,149)
#C1A7A1
(193,167,161)
#C9B3AD
(201,179,173)
#D1BFB9
(209,191,185)
#D9CBC5
(217,203,197)
#E1D7D1
(225,215,209)
#E9E3DD
(233,227,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17771 color. Also use rgb(161,119,113) instead hex code.

Text Font Color

.myTextColor { color: #A17771; }

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

This text font color is #A17771.


Background Color

.myBgColor { background-color: #A17771; }

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

This div background color is #A17771.


Border color

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

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

This div border color is #A17771.


Opacity

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

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

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

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

This text has shadow with #A17771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17771 on black background.


Color preview on white background

This text has color #A17771 on white background.



Black color preview on #A17771 background

This text has black color on #A17771 background.


White color preview on #A17771 background

This text has white color on #A17771 background.