COLOR #A17360

HEX: #A17360
RGB: (161,115,96)

Color info

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

RGB color model

#A17360 color RGB value is (161,115,96).

  • red value is 161;
  • green value is 115;
  • blue value is 96.
RGB:
(161,115,96)
(63%,45%,38%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 96 of 255 = 38%

161
115
96

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 96 = 372 (100%)
R 161 of 372 ~ 43.28%
G 115 of 372 ~ 30.91%
B 96 of 372 ~ 25.81%

%43.28
%30.91
%25.81

CMYK color model

#A17360 color CMYK value is (0,29,40,37).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 40.37%
  • key color value is 36.86%
CMYK:
(0,29,40,37)
C0M29Y40K37 
(0%,29%,40%,37%)
(0.00/0.29/0.40/0.37)	

CMYK percentages

%0
%28.57
%40.37
%36.86

Codes

Color #A17360 in popluar color models

A17360
RGB16111596
HSL18°25.69%50.39%
HSB/HSV18°40.37%63.14%
CMYK0.00%28.57%40.37%
36.86%

Color #A17360 in popluar number systems.

HEXA17360
Decimal16111596
Binary1010000111100111100000
Octal241163140

Shades and tints

Shades of #A17360

#A17360
(161,115,96)
#936958
(147,105,88)
#855F50
(133,95,80)
#775548
(119,85,72)
#694B40
(105,75,64)
#5B4138
(91,65,56)
#4D3730
(77,55,48)
#3F2D28
(63,45,40)
#312320
(49,35,32)
#231918
(35,25,24)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #A17360

#A17360
(161,115,96)
#A97F6E
(169,127,110)
#B18B7C
(177,139,124)
#B9978A
(185,151,138)
#C1A398
(193,163,152)
#C9AFA6
(201,175,166)
#D1BBB4
(209,187,180)
#D9C7C2
(217,199,194)
#E1D3D0
(225,211,208)
#E9DFDE
(233,223,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17360 color. Also use rgb(161,115,96) instead hex code.

Text Font Color

.myTextColor { color: #A17360; }

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

This text font color is #A17360.


Background Color

.myBgColor { background-color: #A17360; }

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

This div background color is #A17360.


Border color

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

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

This div border color is #A17360.


Opacity

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

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

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

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

This text has shadow with #A17360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17360 on black background.


Color preview on white background

This text has color #A17360 on white background.



Black color preview on #A17360 background

This text has black color on #A17360 background.


White color preview on #A17360 background

This text has white color on #A17360 background.