COLOR #A17C65

HEX: #A17C65 RGB: (161,124,101)

Color info

#A17C65 contains mainly red and green colors. Web safe color of #A17C65 is #996666 (or #966).

RGB color model

#A17C65 color RGB value is (161,124,101).

RGB: (161,124,101) (63%, 49%, 40%)

RGB channels and saturation

R 161 of 255 = 63%
G 124 of 255 = 49%
B 101 of 255 = 40%

161
124
101

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

Portions of RGB colors in percentages

R + G + B = 161 + 124 + 101 = 386 (100%)
R 161 of 386 ~ 41.71%
G 124 of 386 ~ 32.12%
B 101 of 386 ~ 26.17'%

%41.71
%32.12
%26.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 37.27%
  • key color value is 36.86%
CMYK: (0,23,37,37) C0M23Y37K37 (0%,23%,37%,37%) (0.00/0.23/0.37/0.37) 

CMYK percentages

%0
%22.98
%37.27
%36.86

Codes

Color #A17C65 in popluar color models

A1 7C 65
RGB 161 124 101
HSL 23° 24.19% 51.37%
HSB/HSV 23° 37.27% 63.14%
CMYK 0.00% 22.98% 37.27%
36.86%

Color #A17C65 in popluar number systems.

HEX A1 7C 65
Decimal 161 124 101
Binary 10100001 1111100 1100101
Octal 241 174 145

Shades and tints

Shades of #A17C65

#A17C65
(161,124,101)
#93715C
(147,113,92)
#856653
(133,102,83)
#775B4A
(119,91,74)
#695041
(105,80,65)
#5B4538
(91,69,56)
#4D3A2F
(77,58,47)
#3F2F26
(63,47,38)
#31241D
(49,36,29)
#231914
(35,25,20)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #A17C65

#A17C65
(161,124,101)
#A98773
(169,135,115)
#B19281
(177,146,129)
#B99D8F
(185,157,143)
#C1A89D
(193,168,157)
#C9B3AB
(201,179,171)
#D1BEB9
(209,190,185)
#D9C9C7
(217,201,199)
#E1D4D5
(225,212,213)
#E9DFE3
(233,223,227)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17C65; }

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

This text font color is #A17C65.

Background Color

.myBgColor { background-color: #A17C65; }

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

This div background color is #A17C65.

Border color

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

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

This div border color is #A17C65.

Opacity

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

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

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

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

This text has shadow with #A17C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17C65.

Preview

Color preview on black background

This text has color #A17C65 on black background.


Color preview on white background

This text has color #A17C65 on white background.


Black color preview on #A17C65 background

This text has black color on #A17C65 background.


White color preview on #A17C65 background

This text has white color on #A17C65 background.


Related colors

Complementary color

Complementary color for #hex is #5E839A.


I love getcolorcode.com

Triadic colors

1 #65A17C and #7C65A1 with #A17C65 are triadic colors.

2 #657CA1 and #7CA165 with #A17C65 are triadic colors.