COLOR #A18E7D

HEX: #A18E7D
RGB: (161,142,125)

Color info

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

RGB color model

#A18E7D color RGB value is (161,142,125).

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

RGB channels and saturation

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

161
142
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 125 = 428 (100%)
R 161 of 428 ~ 37.62%
G 142 of 428 ~ 33.18%
B 125 of 428 ~ 29.21%

%37.62
%33.18
%29.21

CMYK color model

#A18E7D color CMYK value is (0,12,22,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,12,22,37)
C0M12Y22K37 
(0%,12%,22%,37%)
(0.00/0.12/0.22/0.37)	

CMYK percentages

%0
%11.8
%22.36
%36.86

Codes

Color #A18E7D in popluar color models

A18E7D
RGB161142125
HSL28°16.07%56.08%
HSB/HSV28°22.36%63.14%
CMYK0.00%11.80%22.36%
36.86%

Color #A18E7D in popluar number systems.

HEXA18E7D
Decimal161142125
Binary10100001100011101111101
Octal241216175

Shades and tints

Shades of #A18E7D

#A18E7D
(161,142,125)
#938272
(147,130,114)
#857667
(133,118,103)
#776A5C
(119,106,92)
#695E51
(105,94,81)
#5B5246
(91,82,70)
#4D463B
(77,70,59)
#3F3A30
(63,58,48)
#312E25
(49,46,37)
#23221A
(35,34,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #A18E7D

#A18E7D
(161,142,125)
#A99888
(169,152,136)
#B1A293
(177,162,147)
#B9AC9E
(185,172,158)
#C1B6A9
(193,182,169)
#C9C0B4
(201,192,180)
#D1CABF
(209,202,191)
#D9D4CA
(217,212,202)
#E1DED5
(225,222,213)
#E9E8E0
(233,232,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18E7D; }

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

This text font color is #A18E7D.


Background Color

.myBgColor { background-color: #A18E7D; }

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

This div background color is #A18E7D.


Border color

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

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

This div border color is #A18E7D.


Opacity

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

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

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

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

This text has shadow with #A18E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E7D on black background.


Color preview on white background

This text has color #A18E7D on white background.



Black color preview on #A18E7D background

This text has black color on #A18E7D background.


White color preview on #A18E7D background

This text has white color on #A18E7D background.