COLOR #A17F72

HEX: #A17F72
RGB: (161,127,114)

Color info

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

RGB color model

#A17F72 color RGB value is (161,127,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 127 of 255 = 50%
B 114 of 255 = 45%

161
127
114

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

Portions of RGB colors in percentages

R + G + B =
161 + 127 + 114 = 402 (100%)
R 161 of 402 ~ 40.05%
G 127 of 402 ~ 31.59%
B 114 of 402 ~ 28.36%

%40.05
%31.59
%28.36

CMYK color model

#A17F72 color CMYK value is (0,21,29,37).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 29.19%
  • key color value is 36.86%
CMYK:
(0,21,29,37)
C0M21Y29K37 
(0%,21%,29%,37%)
(0.00/0.21/0.29/0.37)	

CMYK percentages

%0
%21.12
%29.19
%36.86

Codes

Color #A17F72 in popluar color models

A17F72
RGB161127114
HSL17°20.00%53.92%
HSB/HSV17°29.19%63.14%
CMYK0.00%21.12%29.19%
36.86%

Color #A17F72 in popluar number systems.

HEXA17F72
Decimal161127114
Binary1010000111111111110010
Octal241177162

Shades and tints

Shades of #A17F72

#A17F72
(161,127,114)
#937468
(147,116,104)
#85695E
(133,105,94)
#775E54
(119,94,84)
#69534A
(105,83,74)
#5B4840
(91,72,64)
#4D3D36
(77,61,54)
#3F322C
(63,50,44)
#312722
(49,39,34)
#231C18
(35,28,24)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #A17F72

#A17F72
(161,127,114)
#A98A7E
(169,138,126)
#B1958A
(177,149,138)
#B9A096
(185,160,150)
#C1ABA2
(193,171,162)
#C9B6AE
(201,182,174)
#D1C1BA
(209,193,186)
#D9CCC6
(217,204,198)
#E1D7D2
(225,215,210)
#E9E2DE
(233,226,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17F72; }

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

This text font color is #A17F72.


Background Color

.myBgColor { background-color: #A17F72; }

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

This div background color is #A17F72.


Border color

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

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

This div border color is #A17F72.


Opacity

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

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

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

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

This text has shadow with #A17F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17F72 on black background.


Color preview on white background

This text has color #A17F72 on white background.



Black color preview on #A17F72 background

This text has black color on #A17F72 background.


White color preview on #A17F72 background

This text has white color on #A17F72 background.