COLOR #A17372

HEX: #A17372
RGB: (161,115,114)

Color info

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

RGB color model

#A17372 color RGB value is (161,115,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 114 of 255 = 45%

161
115
114

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 114 = 390 (100%)
R 161 of 390 ~ 41.28%
G 115 of 390 ~ 29.49%
B 114 of 390 ~ 29.23%

%41.28
%29.49
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 29.19%
  • key color value is 36.86%
CMYK:
(0,29,29,37)
C0M29Y29K37 
(0%,29%,29%,37%)
(0.00/0.29/0.29/0.37)	

CMYK percentages

%0
%28.57
%29.19
%36.86

Codes

Color #A17372 in popluar color models

A17372
RGB161115114
HSL20.00%53.92%
HSB/HSV29.19%63.14%
CMYK0.00%28.57%29.19%
36.86%

Color #A17372 in popluar number systems.

HEXA17372
Decimal161115114
Binary1010000111100111110010
Octal241163162

Shades and tints

Shades of #A17372

#A17372
(161,115,114)
#936968
(147,105,104)
#855F5E
(133,95,94)
#775554
(119,85,84)
#694B4A
(105,75,74)
#5B4140
(91,65,64)
#4D3736
(77,55,54)
#3F2D2C
(63,45,44)
#312322
(49,35,34)
#231918
(35,25,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A17372

#A17372
(161,115,114)
#A97F7E
(169,127,126)
#B18B8A
(177,139,138)
#B99796
(185,151,150)
#C1A3A2
(193,163,162)
#C9AFAE
(201,175,174)
#D1BBBA
(209,187,186)
#D9C7C6
(217,199,198)
#E1D3D2
(225,211,210)
#E9DFDE
(233,223,222)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17372; }

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

This text font color is #A17372.


Background Color

.myBgColor { background-color: #A17372; }

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

This div background color is #A17372.


Border color

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

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

This div border color is #A17372.


Opacity

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

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

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

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

This text has shadow with #A17372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17372 on black background.


Color preview on white background

This text has color #A17372 on white background.



Black color preview on #A17372 background

This text has black color on #A17372 background.


White color preview on #A17372 background

This text has white color on #A17372 background.