COLOR #A17072

HEX: #A17072
RGB: (161,112,114)

Color info

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

RGB color model

#A17072 color RGB value is (161,112,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 112 of 255 = 44%
B 114 of 255 = 45%

161
112
114

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

Portions of RGB colors in percentages

R + G + B =
161 + 112 + 114 = 387 (100%)
R 161 of 387 ~ 41.6%
G 112 of 387 ~ 28.94%
B 114 of 387 ~ 29.46%

%41.6
%28.94
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 29.19%
  • key color value is 36.86%
CMYK:
(0,30,29,37)
C0M30Y29K37 
(0%,30%,29%,37%)
(0.00/0.30/0.29/0.37)	

CMYK percentages

%0
%30.43
%29.19
%36.86

Codes

Color #A17072 in popluar color models

A17072
RGB161112114
HSL358°20.68%53.53%
HSB/HSV358°30.43%63.14%
CMYK0.00%30.43%29.19%
36.86%

Color #A17072 in popluar number systems.

HEXA17072
Decimal161112114
Binary1010000111100001110010
Octal241160162

Shades and tints

Shades of #A17072

#A17072
(161,112,114)
#936668
(147,102,104)
#855C5E
(133,92,94)
#775254
(119,82,84)
#69484A
(105,72,74)
#5B3E40
(91,62,64)
#4D3436
(77,52,54)
#3F2A2C
(63,42,44)
#312022
(49,32,34)
#231618
(35,22,24)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #A17072

#A17072
(161,112,114)
#A97D7E
(169,125,126)
#B18A8A
(177,138,138)
#B99796
(185,151,150)
#C1A4A2
(193,164,162)
#C9B1AE
(201,177,174)
#D1BEBA
(209,190,186)
#D9CBC6
(217,203,198)
#E1D8D2
(225,216,210)
#E9E5DE
(233,229,222)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17072; }

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

This text font color is #A17072.


Background Color

.myBgColor { background-color: #A17072; }

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

This div background color is #A17072.


Border color

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

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

This div border color is #A17072.


Opacity

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

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

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

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

This text has shadow with #A17072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17072 on black background.


Color preview on white background

This text has color #A17072 on white background.



Black color preview on #A17072 background

This text has black color on #A17072 background.


White color preview on #A17072 background

This text has white color on #A17072 background.