COLOR #A18D5B

HEX: #A18D5B RGB: (161,141,91)

Color info

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

RGB color model

#A18D5B color RGB value is (161,141,91).

RGB: (161,141,91) (63%, 55%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 91 of 255 = 36%

161
141
91

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

Portions of RGB colors in percentages

R + G + B = 161 + 141 + 91 = 393 (100%)
R 161 of 393 ~ 40.97%
G 141 of 393 ~ 35.88%
B 91 of 393 ~ 23.16'%

%40.97
%35.88
%23.16

CMYK color model

#A18D5B color CMYK value is (0,12,43,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 43.48%
  • key color value is 36.86%

CMYK: (0,12,43,37)
C0M12Y43K37 (0%, 12%, 43%, 37%)
(0.00 / 0.12 / 0.43 / 0.37)

CMYK percentages

%0
%12.42
%43.48
%36.86

Codes

Color #A18D5B in popluar color models

A1 8D 5B
RGB 161 141 91
HSL 43° 27.78% 49.41%
HSB/HSV 43° 43.48% 63.14%
CMYK 0.00% 12.42% 43.48%
36.86%

Color #A18D5B in popluar number systems.

HEX A1 8D 5B
Decimal 161 141 91
Binary 10100001 10001101 1011011
Octal 241 215 133

Shades and tints

Shades of #A18D5B

#A18D5B
(161,141,91)
#938153
(147,129,83)
#85754B
(133,117,75)
#776943
(119,105,67)
#695D3B
(105,93,59)
#5B5133
(91,81,51)
#4D452B
(77,69,43)
#3F3923
(63,57,35)
#312D1B
(49,45,27)
#232113
(35,33,19)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #A18D5B

#A18D5B
(161,141,91)
#A99769
(169,151,105)
#B1A177
(177,161,119)
#B9AB85
(185,171,133)
#C1B593
(193,181,147)
#C9BFA1
(201,191,161)
#D1C9AF
(209,201,175)
#D9D3BD
(217,211,189)
#E1DDCB
(225,221,203)
#E9E7D9
(233,231,217)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D5B; }

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

This text font color is #A18D5B.

Background Color

.myBgColor { background-color: #A18D5B; }

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

This div background color is #A18D5B.

Border color

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

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

This div border color is #A18D5B.

Opacity

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

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

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

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

This text has shadow with #A18D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18D5B.

Preview

Color preview on black background

This text has color #A18D5B on black background.


Color preview on white background

This text has color #A18D5B on white background.


Black color preview on #A18D5B background

This text has black color on #A18D5B background.


White color preview on #A18D5B background

This text has white color on #A18D5B background.


Related colors

Complementary color

Complementary color for #hex is #5E72A4.


I love getcolorcode.com

Triadic colors

1 #5BA18D and #8D5BA1 with #A18D5B are triadic colors.

2 #5B8DA1 and #8DA15B with #A18D5B are triadic colors.