COLOR #A18D39

HEX: #A18D39
RGB: (161,141,57)

Color info

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

RGB color model

#A18D39 color RGB value is (161,141,57).

  • red value is 161;
  • green value is 141;
  • blue value is 57.
RGB:
(161,141,57)
(63%,55%,22%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 57 of 255 = 22%

161
141
57

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 57 = 359 (100%)
R 161 of 359 ~ 44.85%
G 141 of 359 ~ 39.28%
B 57 of 359 ~ 15.88%

%44.85
%39.28
%15.88

CMYK color model

#A18D39 color CMYK value is (0,12,65,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 64.60%
  • key color value is 36.86%
CMYK:
(0,12,65,37)
C0M12Y65K37 
(0%,12%,65%,37%)
(0.00/0.12/0.65/0.37)	

CMYK percentages

%0
%12.42
%64.6
%36.86

Codes

Color #A18D39 in popluar color models

A18D39
RGB16114157
HSL48°47.71%42.75%
HSB/HSV48°64.60%63.14%
CMYK0.00%12.42%64.60%
36.86%

Color #A18D39 in popluar number systems.

HEXA18D39
Decimal16114157
Binary1010000110001101111001
Octal24121571

Shades and tints

Shades of #A18D39

#A18D39
(161,141,57)
#938134
(147,129,52)
#85752F
(133,117,47)
#77692A
(119,105,42)
#695D25
(105,93,37)
#5B5120
(91,81,32)
#4D451B
(77,69,27)
#3F3916
(63,57,22)
#312D11
(49,45,17)
#23210C
(35,33,12)
#151507
(21,21,7)
#000000
(0,0,0)

Tints of #A18D39

#A18D39
(161,141,57)
#A9974B
(169,151,75)
#B1A15D
(177,161,93)
#B9AB6F
(185,171,111)
#C1B581
(193,181,129)
#C9BF93
(201,191,147)
#D1C9A5
(209,201,165)
#D9D3B7
(217,211,183)
#E1DDC9
(225,221,201)
#E9E7DB
(233,231,219)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18D39 color. Also use rgb(161,141,57) instead hex code.

Text Font Color

.myTextColor { color: #A18D39; }

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

This text font color is #A18D39.


Background Color

.myBgColor { background-color: #A18D39; }

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

This div background color is #A18D39.


Border color

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

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

This div border color is #A18D39.


Opacity

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

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

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

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

This text has shadow with #A18D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D39 on black background.


Color preview on white background

This text has color #A18D39 on white background.



Black color preview on #A18D39 background

This text has black color on #A18D39 background.


White color preview on #A18D39 background

This text has white color on #A18D39 background.