COLOR #A17F79

HEX: #A17F79
RGB: (161,127,121)

Color info

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

RGB color model

#A17F79 color RGB value is (161,127,121).

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

RGB channels and saturation

R 161 of 255 = 63%
G 127 of 255 = 50%
B 121 of 255 = 47%

161
127
121

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

Portions of RGB colors in percentages

R + G + B =
161 + 127 + 121 = 409 (100%)
R 161 of 409 ~ 39.36%
G 127 of 409 ~ 31.05%
B 121 of 409 ~ 29.58%

%39.36
%31.05
%29.58

CMYK color model

#A17F79 color CMYK value is (0,21,25,37).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(0,21,25,37)
C0M21Y25K37 
(0%,21%,25%,37%)
(0.00/0.21/0.25/0.37)	

CMYK percentages

%0
%21.12
%24.84
%36.86

Codes

Color #A17F79 in popluar color models

A17F79
RGB161127121
HSL17.54%55.29%
HSB/HSV24.84%63.14%
CMYK0.00%21.12%24.84%
36.86%

Color #A17F79 in popluar number systems.

HEXA17F79
Decimal161127121
Binary1010000111111111111001
Octal241177171

Shades and tints

Shades of #A17F79

#A17F79
(161,127,121)
#93746E
(147,116,110)
#856963
(133,105,99)
#775E58
(119,94,88)
#69534D
(105,83,77)
#5B4842
(91,72,66)
#4D3D37
(77,61,55)
#3F322C
(63,50,44)
#312721
(49,39,33)
#231C16
(35,28,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #A17F79

#A17F79
(161,127,121)
#A98A85
(169,138,133)
#B19591
(177,149,145)
#B9A09D
(185,160,157)
#C1ABA9
(193,171,169)
#C9B6B5
(201,182,181)
#D1C1C1
(209,193,193)
#D9CCCD
(217,204,205)
#E1D7D9
(225,215,217)
#E9E2E5
(233,226,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17F79; }

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

This text font color is #A17F79.


Background Color

.myBgColor { background-color: #A17F79; }

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

This div background color is #A17F79.


Border color

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

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

This div border color is #A17F79.


Opacity

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

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

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

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

This text has shadow with #A17F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17F79 on black background.


Color preview on white background

This text has color #A17F79 on white background.



Black color preview on #A17F79 background

This text has black color on #A17F79 background.


White color preview on #A17F79 background

This text has white color on #A17F79 background.