COLOR #A18B2F

HEX: #A18B2F
RGB: (161,139,47)

Color info

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

RGB color model

#A18B2F color RGB value is (161,139,47).

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

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 47 of 255 = 18%

161
139
47

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

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 47 = 347 (100%)
R 161 of 347 ~ 46.4%
G 139 of 347 ~ 40.06%
B 47 of 347 ~ 13.54%

%46.4
%40.06
%13.54

CMYK color model

#A18B2F color CMYK value is (0,14,71,37).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 70.81%
  • key color value is 36.86%
CMYK:
(0,14,71,37)
C0M14Y71K37 
(0%,14%,71%,37%)
(0.00/0.14/0.71/0.37)	

CMYK percentages

%0
%13.66
%70.81
%36.86

Codes

Color #A18B2F in popluar color models

A18B2F
RGB16113947
HSL48°54.81%40.78%
HSB/HSV48°70.81%63.14%
CMYK0.00%13.66%70.81%
36.86%

Color #A18B2F in popluar number systems.

HEXA18B2F
Decimal16113947
Binary1010000110001011101111
Octal24121357

Shades and tints

Shades of #A18B2F

#A18B2F
(161,139,47)
#937F2B
(147,127,43)
#857327
(133,115,39)
#776723
(119,103,35)
#695B1F
(105,91,31)
#5B4F1B
(91,79,27)
#4D4317
(77,67,23)
#3F3713
(63,55,19)
#312B0F
(49,43,15)
#231F0B
(35,31,11)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #A18B2F

#A18B2F
(161,139,47)
#A99541
(169,149,65)
#B19F53
(177,159,83)
#B9A965
(185,169,101)
#C1B377
(193,179,119)
#C9BD89
(201,189,137)
#D1C79B
(209,199,155)
#D9D1AD
(217,209,173)
#E1DBBF
(225,219,191)
#E9E5D1
(233,229,209)
#F1EFE3
(241,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18B2F; }

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

This text font color is #A18B2F.


Background Color

.myBgColor { background-color: #A18B2F; }

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

This div background color is #A18B2F.


Border color

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

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

This div border color is #A18B2F.


Opacity

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

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

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

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

This text has shadow with #A18B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18B2F on black background.


Color preview on white background

This text has color #A18B2F on white background.



Black color preview on #A18B2F background

This text has black color on #A18B2F background.


White color preview on #A18B2F background

This text has white color on #A18B2F background.