COLOR #A18E7C

HEX: #A18E7C
RGB: (161,142,124)

Color info

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

RGB color model

#A18E7C color RGB value is (161,142,124).

  • red value is 161;
  • green value is 142;
  • blue value is 124.
RGB:
(161,142,124)
(63%,56%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 124 of 255 = 49%

161
142
124

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 124 = 427 (100%)
R 161 of 427 ~ 37.7%
G 142 of 427 ~ 33.26%
B 124 of 427 ~ 29.04%

%37.7
%33.26
%29.04

CMYK color model

#A18E7C color CMYK value is (0,12,23,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 22.98%
  • key color value is 36.86%
CMYK:
(0,12,23,37)
C0M12Y23K37 
(0%,12%,23%,37%)
(0.00/0.12/0.23/0.37)	

CMYK percentages

%0
%11.8
%22.98
%36.86

Codes

Color #A18E7C in popluar color models

A18E7C
RGB161142124
HSL29°16.44%55.88%
HSB/HSV29°22.98%63.14%
CMYK0.00%11.80%22.98%
36.86%

Color #A18E7C in popluar number systems.

HEXA18E7C
Decimal161142124
Binary10100001100011101111100
Octal241216174

Shades and tints

Shades of #A18E7C

#A18E7C
(161,142,124)
#938271
(147,130,113)
#857666
(133,118,102)
#776A5B
(119,106,91)
#695E50
(105,94,80)
#5B5245
(91,82,69)
#4D463A
(77,70,58)
#3F3A2F
(63,58,47)
#312E24
(49,46,36)
#232219
(35,34,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #A18E7C

#A18E7C
(161,142,124)
#A99887
(169,152,135)
#B1A292
(177,162,146)
#B9AC9D
(185,172,157)
#C1B6A8
(193,182,168)
#C9C0B3
(201,192,179)
#D1CABE
(209,202,190)
#D9D4C9
(217,212,201)
#E1DED4
(225,222,212)
#E9E8DF
(233,232,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18E7C color. Also use rgb(161,142,124) instead hex code.

Text Font Color

.myTextColor { color: #A18E7C; }

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

This text font color is #A18E7C.


Background Color

.myBgColor { background-color: #A18E7C; }

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

This div background color is #A18E7C.


Border color

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

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

This div border color is #A18E7C.


Opacity

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

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

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

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

This text has shadow with #A18E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E7C on black background.


Color preview on white background

This text has color #A18E7C on white background.



Black color preview on #A18E7C background

This text has black color on #A18E7C background.


White color preview on #A18E7C background

This text has white color on #A18E7C background.