COLOR #A18E5D

HEX: #A18E5D
RGB: (161,142,93)

Color info

#A18E5D contains mainly red and green colors. Web safe color of #A18E5D is #999966 (or #996).

RGB color model

#A18E5D color RGB value is (161,142,93).

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

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 93 of 255 = 36%

161
142
93

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 93 = 396 (100%)
R 161 of 396 ~ 40.66%
G 142 of 396 ~ 35.86%
B 93 of 396 ~ 23.48%

%40.66
%35.86
%23.48

CMYK color model

#A18E5D color CMYK value is (0,12,42,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 42.24%
  • key color value is 36.86%
CMYK:
(0,12,42,37)
C0M12Y42K37 
(0%,12%,42%,37%)
(0.00/0.12/0.42/0.37)	

CMYK percentages

%0
%11.8
%42.24
%36.86

Codes

Color #A18E5D in popluar color models

A18E5D
RGB16114293
HSL43°26.77%49.80%
HSB/HSV43°42.24%63.14%
CMYK0.00%11.80%42.24%
36.86%

Color #A18E5D in popluar number systems.

HEXA18E5D
Decimal16114293
Binary10100001100011101011101
Octal241216135

Shades and tints

Shades of #A18E5D

#A18E5D
(161,142,93)
#938255
(147,130,85)
#85764D
(133,118,77)
#776A45
(119,106,69)
#695E3D
(105,94,61)
#5B5235
(91,82,53)
#4D462D
(77,70,45)
#3F3A25
(63,58,37)
#312E1D
(49,46,29)
#232215
(35,34,21)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #A18E5D

#A18E5D
(161,142,93)
#A9986B
(169,152,107)
#B1A279
(177,162,121)
#B9AC87
(185,172,135)
#C1B695
(193,182,149)
#C9C0A3
(201,192,163)
#D1CAB1
(209,202,177)
#D9D4BF
(217,212,191)
#E1DECD
(225,222,205)
#E9E8DB
(233,232,219)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18E5D; }

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

This text font color is #A18E5D.


Background Color

.myBgColor { background-color: #A18E5D; }

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

This div background color is #A18E5D.


Border color

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

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

This div border color is #A18E5D.


Opacity

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

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

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

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

This text has shadow with #A18E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E5D on black background.


Color preview on white background

This text has color #A18E5D on white background.



Black color preview on #A18E5D background

This text has black color on #A18E5D background.


White color preview on #A18E5D background

This text has white color on #A18E5D background.