COLOR #A17C6B

HEX: #A17C6B RGB: (161,124,107)

Color info

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

RGB color model

#A17C6B color RGB value is (161,124,107).

RGB: (161,124,107) (63%, 49%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 124 of 255 = 49%
B 107 of 255 = 42%

161
124
107

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

Portions of RGB colors in percentages

R + G + B = 161 + 124 + 107 = 392 (100%)
R 161 of 392 ~ 41.07%
G 124 of 392 ~ 31.63%
B 107 of 392 ~ 27.3'%

%41.07
%31.63
%27.3

CMYK color model

#A17C6B color CMYK value is (0,23,34,37).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 33.54%
  • key color value is 36.86%

CMYK: (0,23,34,37)
C0M23Y34K37 (0%, 23%, 34%, 37%)
(0.00 / 0.23 / 0.34 / 0.37)

CMYK percentages

%0
%22.98
%33.54
%36.86

Codes

Color #A17C6B in popluar color models

A1 7C 6B
RGB 161 124 107
HSL 19° 22.31% 52.55%
HSB/HSV 19° 33.54% 63.14%
CMYK 0.00% 22.98% 33.54%
36.86%

Color #A17C6B in popluar number systems.

HEX A1 7C 6B
Decimal 161 124 107
Binary 10100001 1111100 1101011
Octal 241 174 153

Shades and tints

Shades of #A17C6B

#A17C6B
(161,124,107)
#937162
(147,113,98)
#856659
(133,102,89)
#775B50
(119,91,80)
#695047
(105,80,71)
#5B453E
(91,69,62)
#4D3A35
(77,58,53)
#3F2F2C
(63,47,44)
#312423
(49,36,35)
#23191A
(35,25,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #A17C6B

#A17C6B
(161,124,107)
#A98778
(169,135,120)
#B19285
(177,146,133)
#B99D92
(185,157,146)
#C1A89F
(193,168,159)
#C9B3AC
(201,179,172)
#D1BEB9
(209,190,185)
#D9C9C6
(217,201,198)
#E1D4D3
(225,212,211)
#E9DFE0
(233,223,224)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17C6B; }

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

This text font color is #A17C6B.

Background Color

.myBgColor { background-color: #A17C6B; }

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

This div background color is #A17C6B.

Border color

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

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

This div border color is #A17C6B.

Opacity

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

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

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

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

This text has shadow with #A17C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17C6B.

Preview

Color preview on black background

This text has color #A17C6B on black background.


Color preview on white background

This text has color #A17C6B on white background.


Black color preview on #A17C6B background

This text has black color on #A17C6B background.


White color preview on #A17C6B background

This text has white color on #A17C6B background.


Related colors

Complementary color

Complementary color for #hex is #5E8394.


I love getcolorcode.com

Triadic colors

1 #6BA17C and #7C6BA1 with #A17C6B are triadic colors.

2 #6B7CA1 and #7CA16B with #A17C6B are triadic colors.