COLOR #A17465

HEX: #A17465
RGB: (161,116,101)

Color info

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

RGB color model

#A17465 color RGB value is (161,116,101).

  • red value is 161;
  • green value is 116;
  • blue value is 101.
RGB:
(161,116,101)
(63%,45%,40%)

RGB channels and saturation

R 161 of 255 = 63%
G 116 of 255 = 45%
B 101 of 255 = 40%

161
116
101

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

Portions of RGB colors in percentages

R + G + B =
161 + 116 + 101 = 378 (100%)
R 161 of 378 ~ 42.59%
G 116 of 378 ~ 30.69%
B 101 of 378 ~ 26.72%

%42.59
%30.69
%26.72

CMYK color model

#A17465 color CMYK value is (0,28,37,37).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 37.27%
  • key color value is 36.86%
CMYK:
(0,28,37,37)
C0M28Y37K37 
(0%,28%,37%,37%)
(0.00/0.28/0.37/0.37)	

CMYK percentages

%0
%27.95
%37.27
%36.86

Codes

Color #A17465 in popluar color models

A17465
RGB161116101
HSL15°24.19%51.37%
HSB/HSV15°37.27%63.14%
CMYK0.00%27.95%37.27%
36.86%

Color #A17465 in popluar number systems.

HEXA17465
Decimal161116101
Binary1010000111101001100101
Octal241164145

Shades and tints

Shades of #A17465

#A17465
(161,116,101)
#936A5C
(147,106,92)
#856053
(133,96,83)
#77564A
(119,86,74)
#694C41
(105,76,65)
#5B4238
(91,66,56)
#4D382F
(77,56,47)
#3F2E26
(63,46,38)
#31241D
(49,36,29)
#231A14
(35,26,20)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #A17465

#A17465
(161,116,101)
#A98073
(169,128,115)
#B18C81
(177,140,129)
#B9988F
(185,152,143)
#C1A49D
(193,164,157)
#C9B0AB
(201,176,171)
#D1BCB9
(209,188,185)
#D9C8C7
(217,200,199)
#E1D4D5
(225,212,213)
#E9E0E3
(233,224,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17465; }

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

This text font color is #A17465.


Background Color

.myBgColor { background-color: #A17465; }

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

This div background color is #A17465.


Border color

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

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

This div border color is #A17465.


Opacity

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

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

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

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

This text has shadow with #A17465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17465 on black background.


Color preview on white background

This text has color #A17465 on white background.



Black color preview on #A17465 background

This text has black color on #A17465 background.


White color preview on #A17465 background

This text has white color on #A17465 background.