COLOR #A18D84

HEX: #A18D84
RGB: (161,141,132)

Color info

#A18D84 contains red, green and blue colors in about the same proportion. Web safe color of #A18D84 is #999999 (or #999).

RGB color model

#A18D84 color RGB value is (161,141,132).

  • red value is 161;
  • green value is 141;
  • blue value is 132.
RGB:
(161,141,132)
(63%,55%,52%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 132 of 255 = 52%

161
141
132

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 132 = 434 (100%)
R 161 of 434 ~ 37.1%
G 141 of 434 ~ 32.49%
B 132 of 434 ~ 30.41%

%37.1
%32.49
%30.41

CMYK color model

#A18D84 color CMYK value is (0,12,18,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(0,12,18,37)
C0M12Y18K37 
(0%,12%,18%,37%)
(0.00/0.12/0.18/0.37)	

CMYK percentages

%0
%12.42
%18.01
%36.86

Codes

Color #A18D84 in popluar color models

A18D84
RGB161141132
HSL19°13.36%57.45%
HSB/HSV19°18.01%63.14%
CMYK0.00%12.42%18.01%
36.86%

Color #A18D84 in popluar number systems.

HEXA18D84
Decimal161141132
Binary101000011000110110000100
Octal241215204

Shades and tints

Shades of #A18D84

#A18D84
(161,141,132)
#938178
(147,129,120)
#85756C
(133,117,108)
#776960
(119,105,96)
#695D54
(105,93,84)
#5B5148
(91,81,72)
#4D453C
(77,69,60)
#3F3930
(63,57,48)
#312D24
(49,45,36)
#232118
(35,33,24)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #A18D84

#A18D84
(161,141,132)
#A9978F
(169,151,143)
#B1A19A
(177,161,154)
#B9ABA5
(185,171,165)
#C1B5B0
(193,181,176)
#C9BFBB
(201,191,187)
#D1C9C6
(209,201,198)
#D9D3D1
(217,211,209)
#E1DDDC
(225,221,220)
#E9E7E7
(233,231,231)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18D84 color. Also use rgb(161,141,132) instead hex code.

Text Font Color

.myTextColor { color: #A18D84; }

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

This text font color is #A18D84.


Background Color

.myBgColor { background-color: #A18D84; }

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

This div background color is #A18D84.


Border color

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

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

This div border color is #A18D84.


Opacity

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

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

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

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

This text has shadow with #A18D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D84 on black background.


Color preview on white background

This text has color #A18D84 on white background.



Black color preview on #A18D84 background

This text has black color on #A18D84 background.


White color preview on #A18D84 background

This text has white color on #A18D84 background.