COLOR #A18B5D

HEX: #A18B5D RGB: (161,139,93)

Color info

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

RGB color model

#A18B5D color RGB value is (161,139,93).

RGB: (161,139,93) (63%, 55%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 93 of 255 = 36%

161
139
93

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

Portions of RGB colors in percentages

R + G + B = 161 + 139 + 93 = 393 (100%)
R 161 of 393 ~ 40.97%
G 139 of 393 ~ 35.37%
B 93 of 393 ~ 23.66'%

%40.97
%35.37
%23.66

CMYK color model

#A18B5D color CMYK value is (0,14,42,37).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 42.24%
  • key color value is 36.86%

CMYK: (0,14,42,37)
C0M14Y42K37 (0%, 14%, 42%, 37%)
(0.00 / 0.14 / 0.42 / 0.37)

CMYK percentages

%0
%13.66
%42.24
%36.86

Codes

Color #A18B5D in popluar color models

A1 8B 5D
RGB 161 139 93
HSL 41° 26.77% 49.80%
HSB/HSV 41° 42.24% 63.14%
CMYK 0.00% 13.66% 42.24%
36.86%

Color #A18B5D in popluar number systems.

HEX A1 8B 5D
Decimal 161 139 93
Binary 10100001 10001011 1011101
Octal 241 213 135

Shades and tints

Shades of #A18B5D

#A18B5D
(161,139,93)
#937F55
(147,127,85)
#85734D
(133,115,77)
#776745
(119,103,69)
#695B3D
(105,91,61)
#5B4F35
(91,79,53)
#4D432D
(77,67,45)
#3F3725
(63,55,37)
#312B1D
(49,43,29)
#231F15
(35,31,21)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A18B5D

#A18B5D
(161,139,93)
#A9956B
(169,149,107)
#B19F79
(177,159,121)
#B9A987
(185,169,135)
#C1B395
(193,179,149)
#C9BDA3
(201,189,163)
#D1C7B1
(209,199,177)
#D9D1BF
(217,209,191)
#E1DBCD
(225,219,205)
#E9E5DB
(233,229,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18B5D; }

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

This text font color is #A18B5D.

Background Color

.myBgColor { background-color: #A18B5D; }

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

This div background color is #A18B5D.

Border color

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

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

This div border color is #A18B5D.

Opacity

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

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

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

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

This text has shadow with #A18B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18B5D.

Preview

Color preview on black background

This text has color #A18B5D on black background.


Color preview on white background

This text has color #A18B5D on white background.


Black color preview on #A18B5D background

This text has black color on #A18B5D background.


White color preview on #A18B5D background

This text has white color on #A18B5D background.


Related colors

Complementary color

Complementary color for #hex is #5E74A2.


I love getcolorcode.com

Triadic colors

1 #5DA18B and #8B5DA1 with #A18B5D are triadic colors.

2 #5D8BA1 and #8BA15D with #A18B5D are triadic colors.