COLOR #A18B42

HEX: #A18B42
RGB: (161,139,66)

Color info

#A18B42 contains mainly red and green colors. Web safe color of #A18B42 is #999933 (or #993).

RGB color model

#A18B42 color RGB value is (161,139,66).

  • red value is 161;
  • green value is 139;
  • blue value is 66.
RGB:
(161,139,66)
(63%,55%,26%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 66 of 255 = 26%

161
139
66

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

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 66 = 366 (100%)
R 161 of 366 ~ 43.99%
G 139 of 366 ~ 37.98%
B 66 of 366 ~ 18.03%

%43.99
%37.98
%18.03

CMYK color model

#A18B42 color CMYK value is (0,14,59,37).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 59.01%
  • key color value is 36.86%
CMYK:
(0,14,59,37)
C0M14Y59K37 
(0%,14%,59%,37%)
(0.00/0.14/0.59/0.37)	

CMYK percentages

%0
%13.66
%59.01
%36.86

Codes

Color #A18B42 in popluar color models

A18B42
RGB16113966
HSL46°41.85%44.51%
HSB/HSV46°59.01%63.14%
CMYK0.00%13.66%59.01%
36.86%

Color #A18B42 in popluar number systems.

HEXA18B42
Decimal16113966
Binary10100001100010111000010
Octal241213102

Shades and tints

Shades of #A18B42

#A18B42
(161,139,66)
#937F3C
(147,127,60)
#857336
(133,115,54)
#776730
(119,103,48)
#695B2A
(105,91,42)
#5B4F24
(91,79,36)
#4D431E
(77,67,30)
#3F3718
(63,55,24)
#312B12
(49,43,18)
#231F0C
(35,31,12)
#151306
(21,19,6)
#000000
(0,0,0)

Tints of #A18B42

#A18B42
(161,139,66)
#A99553
(169,149,83)
#B19F64
(177,159,100)
#B9A975
(185,169,117)
#C1B386
(193,179,134)
#C9BD97
(201,189,151)
#D1C7A8
(209,199,168)
#D9D1B9
(217,209,185)
#E1DBCA
(225,219,202)
#E9E5DB
(233,229,219)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18B42 color. Also use rgb(161,139,66) instead hex code.

Text Font Color

.myTextColor { color: #A18B42; }

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

This text font color is #A18B42.


Background Color

.myBgColor { background-color: #A18B42; }

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

This div background color is #A18B42.


Border color

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

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

This div border color is #A18B42.


Opacity

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

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

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

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

This text has shadow with #A18B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18B42 on black background.


Color preview on white background

This text has color #A18B42 on white background.



Black color preview on #A18B42 background

This text has black color on #A18B42 background.


White color preview on #A18B42 background

This text has white color on #A18B42 background.