COLOR #A18671

HEX: #A18671
RGB: (161,134,113)

Color info

#A18671 contains red, green and blue colors in about the same proportion. Web safe color of #A18671 is #999966 (or #996).

RGB color model

#A18671 color RGB value is (161,134,113).

  • red value is 161;
  • green value is 134;
  • blue value is 113.
RGB:
(161,134,113)
(63%,53%,44%)

RGB channels and saturation

R 161 of 255 = 63%
G 134 of 255 = 53%
B 113 of 255 = 44%

161
134
113

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

Portions of RGB colors in percentages

R + G + B =
161 + 134 + 113 = 408 (100%)
R 161 of 408 ~ 39.46%
G 134 of 408 ~ 32.84%
B 113 of 408 ~ 27.7%

%39.46
%32.84
%27.7

CMYK color model

#A18671 color CMYK value is (0,17,30,37).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(0,17,30,37)
C0M17Y30K37 
(0%,17%,30%,37%)
(0.00/0.17/0.30/0.37)	

CMYK percentages

%0
%16.77
%29.81
%36.86

Codes

Color #A18671 in popluar color models

A18671
RGB161134113
HSL26°20.34%53.73%
HSB/HSV26°29.81%63.14%
CMYK0.00%16.77%29.81%
36.86%

Color #A18671 in popluar number systems.

HEXA18671
Decimal161134113
Binary10100001100001101110001
Octal241206161

Shades and tints

Shades of #A18671

#A18671
(161,134,113)
#937A67
(147,122,103)
#856E5D
(133,110,93)
#776253
(119,98,83)
#695649
(105,86,73)
#5B4A3F
(91,74,63)
#4D3E35
(77,62,53)
#3F322B
(63,50,43)
#312621
(49,38,33)
#231A17
(35,26,23)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #A18671

#A18671
(161,134,113)
#A9917D
(169,145,125)
#B19C89
(177,156,137)
#B9A795
(185,167,149)
#C1B2A1
(193,178,161)
#C9BDAD
(201,189,173)
#D1C8B9
(209,200,185)
#D9D3C5
(217,211,197)
#E1DED1
(225,222,209)
#E9E9DD
(233,233,221)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18671 color. Also use rgb(161,134,113) instead hex code.

Text Font Color

.myTextColor { color: #A18671; }

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

This text font color is #A18671.


Background Color

.myBgColor { background-color: #A18671; }

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

This div background color is #A18671.


Border color

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

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

This div border color is #A18671.


Opacity

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

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

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

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

This text has shadow with #A18671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18671 on black background.


Color preview on white background

This text has color #A18671 on white background.



Black color preview on #A18671 background

This text has black color on #A18671 background.


White color preview on #A18671 background

This text has white color on #A18671 background.