COLOR #A18676

HEX: #A18676
RGB: (161,134,118)

Color info

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

RGB color model

#A18676 color RGB value is (161,134,118).

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

RGB channels and saturation

R 161 of 255 = 63%
G 134 of 255 = 53%
B 118 of 255 = 46%

161
134
118

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

Portions of RGB colors in percentages

R + G + B =
161 + 134 + 118 = 413 (100%)
R 161 of 413 ~ 38.98%
G 134 of 413 ~ 32.45%
B 118 of 413 ~ 28.57%

%38.98
%32.45
%28.57

CMYK color model

#A18676 color CMYK value is (0,17,27,37).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(0,17,27,37)
C0M17Y27K37 
(0%,17%,27%,37%)
(0.00/0.17/0.27/0.37)	

CMYK percentages

%0
%16.77
%26.71
%36.86

Codes

Color #A18676 in popluar color models

A18676
RGB161134118
HSL22°18.61%54.71%
HSB/HSV22°26.71%63.14%
CMYK0.00%16.77%26.71%
36.86%

Color #A18676 in popluar number systems.

HEXA18676
Decimal161134118
Binary10100001100001101110110
Octal241206166

Shades and tints

Shades of #A18676

#A18676
(161,134,118)
#937A6C
(147,122,108)
#856E62
(133,110,98)
#776258
(119,98,88)
#69564E
(105,86,78)
#5B4A44
(91,74,68)
#4D3E3A
(77,62,58)
#3F3230
(63,50,48)
#312626
(49,38,38)
#231A1C
(35,26,28)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #A18676

#A18676
(161,134,118)
#A99182
(169,145,130)
#B19C8E
(177,156,142)
#B9A79A
(185,167,154)
#C1B2A6
(193,178,166)
#C9BDB2
(201,189,178)
#D1C8BE
(209,200,190)
#D9D3CA
(217,211,202)
#E1DED6
(225,222,214)
#E9E9E2
(233,233,226)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18676; }

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

This text font color is #A18676.


Background Color

.myBgColor { background-color: #A18676; }

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

This div background color is #A18676.


Border color

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

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

This div border color is #A18676.


Opacity

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

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

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

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

This text has shadow with #A18676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18676 on black background.


Color preview on white background

This text has color #A18676 on white background.



Black color preview on #A18676 background

This text has black color on #A18676 background.


White color preview on #A18676 background

This text has white color on #A18676 background.