COLOR #A17C7F

HEX: #A17C7F
RGB: (161,124,127)

Color info

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

RGB color model

#A17C7F color RGB value is (161,124,127).

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

RGB channels and saturation

R 161 of 255 = 63%
G 124 of 255 = 49%
B 127 of 255 = 50%

161
124
127

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

Portions of RGB colors in percentages

R + G + B =
161 + 124 + 127 = 412 (100%)
R 161 of 412 ~ 39.08%
G 124 of 412 ~ 30.1%
B 127 of 412 ~ 30.83%

%39.08
%30.1
%30.83

CMYK color model

#A17C7F color CMYK value is (0,23,21,37).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(0,23,21,37)
C0M23Y21K37 
(0%,23%,21%,37%)
(0.00/0.23/0.21/0.37)	

CMYK percentages

%0
%22.98
%21.12
%36.86

Codes

Color #A17C7F in popluar color models

A17C7F
RGB161124127
HSL355°16.44%55.88%
HSB/HSV355°22.98%63.14%
CMYK0.00%22.98%21.12%
36.86%

Color #A17C7F in popluar number systems.

HEXA17C7F
Decimal161124127
Binary1010000111111001111111
Octal241174177

Shades and tints

Shades of #A17C7F

#A17C7F
(161,124,127)
#937174
(147,113,116)
#856669
(133,102,105)
#775B5E
(119,91,94)
#695053
(105,80,83)
#5B4548
(91,69,72)
#4D3A3D
(77,58,61)
#3F2F32
(63,47,50)
#312427
(49,36,39)
#23191C
(35,25,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #A17C7F

#A17C7F
(161,124,127)
#A9878A
(169,135,138)
#B19295
(177,146,149)
#B99DA0
(185,157,160)
#C1A8AB
(193,168,171)
#C9B3B6
(201,179,182)
#D1BEC1
(209,190,193)
#D9C9CC
(217,201,204)
#E1D4D7
(225,212,215)
#E9DFE2
(233,223,226)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17C7F; }

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

This text font color is #A17C7F.


Background Color

.myBgColor { background-color: #A17C7F; }

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

This div background color is #A17C7F.


Border color

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

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

This div border color is #A17C7F.


Opacity

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

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

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

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

This text has shadow with #A17C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17C7F on black background.


Color preview on white background

This text has color #A17C7F on white background.



Black color preview on #A17C7F background

This text has black color on #A17C7F background.


White color preview on #A17C7F background

This text has white color on #A17C7F background.