COLOR #A18138

HEX: #A18138
RGB: (161,129,56)

Color info

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

RGB color model

#A18138 color RGB value is (161,129,56).

  • red value is 161;
  • green value is 129;
  • blue value is 56.
RGB:
(161,129,56)
(63%,51%,22%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 56 of 255 = 22%

161
129
56

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 56 = 346 (100%)
R 161 of 346 ~ 46.53%
G 129 of 346 ~ 37.28%
B 56 of 346 ~ 16.18%

%46.53
%37.28
%16.18

CMYK color model

#A18138 color CMYK value is (0,20,65,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 65.22%
  • key color value is 36.86%
CMYK:
(0,20,65,37)
C0M20Y65K37 
(0%,20%,65%,37%)
(0.00/0.20/0.65/0.37)	

CMYK percentages

%0
%19.88
%65.22
%36.86

Codes

Color #A18138 in popluar color models

A18138
RGB16112956
HSL42°48.39%42.55%
HSB/HSV42°65.22%63.14%
CMYK0.00%19.88%65.22%
36.86%

Color #A18138 in popluar number systems.

HEXA18138
Decimal16112956
Binary1010000110000001111000
Octal24120170

Shades and tints

Shades of #A18138

#A18138
(161,129,56)
#937633
(147,118,51)
#856B2E
(133,107,46)
#776029
(119,96,41)
#695524
(105,85,36)
#5B4A1F
(91,74,31)
#4D3F1A
(77,63,26)
#3F3415
(63,52,21)
#312910
(49,41,16)
#231E0B
(35,30,11)
#151306
(21,19,6)
#000000
(0,0,0)

Tints of #A18138

#A18138
(161,129,56)
#A98C4A
(169,140,74)
#B1975C
(177,151,92)
#B9A26E
(185,162,110)
#C1AD80
(193,173,128)
#C9B892
(201,184,146)
#D1C3A4
(209,195,164)
#D9CEB6
(217,206,182)
#E1D9C8
(225,217,200)
#E9E4DA
(233,228,218)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18138 color. Also use rgb(161,129,56) instead hex code.

Text Font Color

.myTextColor { color: #A18138; }

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

This text font color is #A18138.


Background Color

.myBgColor { background-color: #A18138; }

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

This div background color is #A18138.


Border color

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

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

This div border color is #A18138.


Opacity

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

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

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

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

This text has shadow with #A18138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18138 on black background.


Color preview on white background

This text has color #A18138 on white background.



Black color preview on #A18138 background

This text has black color on #A18138 background.


White color preview on #A18138 background

This text has white color on #A18138 background.