COLOR #A17467

HEX: #A17467
RGB: (161,116,103)

Color info

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

RGB color model

#A17467 color RGB value is (161,116,103).

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

RGB channels and saturation

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

161
116
103

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

Portions of RGB colors in percentages

R + G + B =
161 + 116 + 103 = 380 (100%)
R 161 of 380 ~ 42.37%
G 116 of 380 ~ 30.53%
B 103 of 380 ~ 27.11%

%42.37
%30.53
%27.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 36.02%
  • key color value is 36.86%
CMYK:
(0,28,36,37)
C0M28Y36K37 
(0%,28%,36%,37%)
(0.00/0.28/0.36/0.37)	

CMYK percentages

%0
%27.95
%36.02
%36.86

Codes

Color #A17467 in popluar color models

A17467
RGB161116103
HSL13°23.58%51.76%
HSB/HSV13°36.02%63.14%
CMYK0.00%27.95%36.02%
36.86%

Color #A17467 in popluar number systems.

HEXA17467
Decimal161116103
Binary1010000111101001100111
Octal241164147

Shades and tints

Shades of #A17467

#A17467
(161,116,103)
#936A5E
(147,106,94)
#856055
(133,96,85)
#77564C
(119,86,76)
#694C43
(105,76,67)
#5B423A
(91,66,58)
#4D3831
(77,56,49)
#3F2E28
(63,46,40)
#31241F
(49,36,31)
#231A16
(35,26,22)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #A17467

#A17467
(161,116,103)
#A98074
(169,128,116)
#B18C81
(177,140,129)
#B9988E
(185,152,142)
#C1A49B
(193,164,155)
#C9B0A8
(201,176,168)
#D1BCB5
(209,188,181)
#D9C8C2
(217,200,194)
#E1D4CF
(225,212,207)
#E9E0DC
(233,224,220)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17467; }

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

This text font color is #A17467.


Background Color

.myBgColor { background-color: #A17467; }

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

This div background color is #A17467.


Border color

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

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

This div border color is #A17467.


Opacity

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

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

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

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

This text has shadow with #A17467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17467 on black background.


Color preview on white background

This text has color #A17467 on white background.



Black color preview on #A17467 background

This text has black color on #A17467 background.


White color preview on #A17467 background

This text has white color on #A17467 background.