COLOR #A17641

HEX: #A17641
RGB: (161,118,65)

Color info

#A17641 contains mainly red and green colors. Web safe color of #A17641 is #996633 (or #963).

RGB color model

#A17641 color RGB value is (161,118,65).

  • red value is 161;
  • green value is 118;
  • blue value is 65.
RGB:
(161,118,65)
(63%,46%,25%)

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 65 of 255 = 25%

161
118
65

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

Portions of RGB colors in percentages

R + G + B =
161 + 118 + 65 = 344 (100%)
R 161 of 344 ~ 46.8%
G 118 of 344 ~ 34.3%
B 65 of 344 ~ 18.9%

%46.8
%34.3
%18.9

CMYK color model

#A17641 color CMYK value is (0,27,60,37).

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 59.63%
  • key color value is 36.86%
CMYK:
(0,27,60,37)
C0M27Y60K37 
(0%,27%,60%,37%)
(0.00/0.27/0.60/0.37)	

CMYK percentages

%0
%26.71
%59.63
%36.86

Codes

Color #A17641 in popluar color models

A17641
RGB16111865
HSL33°42.48%44.31%
HSB/HSV33°59.63%63.14%
CMYK0.00%26.71%59.63%
36.86%

Color #A17641 in popluar number systems.

HEXA17641
Decimal16111865
Binary1010000111101101000001
Octal241166101

Shades and tints

Shades of #A17641

#A17641
(161,118,65)
#936C3C
(147,108,60)
#856237
(133,98,55)
#775832
(119,88,50)
#694E2D
(105,78,45)
#5B4428
(91,68,40)
#4D3A23
(77,58,35)
#3F301E
(63,48,30)
#312619
(49,38,25)
#231C14
(35,28,20)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A17641

#A17641
(161,118,65)
#A98252
(169,130,82)
#B18E63
(177,142,99)
#B99A74
(185,154,116)
#C1A685
(193,166,133)
#C9B296
(201,178,150)
#D1BEA7
(209,190,167)
#D9CAB8
(217,202,184)
#E1D6C9
(225,214,201)
#E9E2DA
(233,226,218)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17641 color. Also use rgb(161,118,65) instead hex code.

Text Font Color

.myTextColor { color: #A17641; }

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

This text font color is #A17641.


Background Color

.myBgColor { background-color: #A17641; }

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

This div background color is #A17641.


Border color

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

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

This div border color is #A17641.


Opacity

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

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

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

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

This text has shadow with #A17641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17641 on black background.


Color preview on white background

This text has color #A17641 on white background.



Black color preview on #A17641 background

This text has black color on #A17641 background.


White color preview on #A17641 background

This text has white color on #A17641 background.