COLOR #A18D93

HEX: #A18D93 RGB: (161,141,147)

Color info

#A18D93 contains red, green and blue colors in about the same proportion. Web safe color of #A18D93 is #999999 (or #999).

RGB color model

#A18D93 color RGB value is (161,141,147).

RGB: (161,141,147) (63%, 55%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 147 of 255 = 58%

161
141
147

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

Portions of RGB colors in percentages

R + G + B = 161 + 141 + 147 = 449 (100%)
R 161 of 449 ~ 35.86%
G 141 of 449 ~ 31.4%
B 147 of 449 ~ 32.74'%

%35.86
%31.4
%32.74

CMYK color model

#A18D93 color CMYK value is (0,12,9,37).

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

CMYK: (0,12,9,37)
C0M12Y9K37 (0%, 12%, 9%, 37%)
(0.00 / 0.12 / 0.09 / 0.37)

CMYK percentages

%0
%12.42
%8.7
%36.86

Codes

Color #A18D93 in popluar color models

A1 8D 93
RGB 161 141 147
HSL 342° 9.62% 59.22%
HSB/HSV 342° 12.42% 63.14%
CMYK 0.00% 12.42% 8.70%
36.86%

Color #A18D93 in popluar number systems.

HEX A1 8D 93
Decimal 161 141 147
Binary 10100001 10001101 10010011
Octal 241 215 223

Shades and tints

Shades of #A18D93

#A18D93
(161,141,147)
#938186
(147,129,134)
#857579
(133,117,121)
#77696C
(119,105,108)
#695D5F
(105,93,95)
#5B5152
(91,81,82)
#4D4545
(77,69,69)
#3F3938
(63,57,56)
#312D2B
(49,45,43)
#23211E
(35,33,30)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A18D93

#A18D93
(161,141,147)
#A9979C
(169,151,156)
#B1A1A5
(177,161,165)
#B9ABAE
(185,171,174)
#C1B5B7
(193,181,183)
#C9BFC0
(201,191,192)
#D1C9C9
(209,201,201)
#D9D3D2
(217,211,210)
#E1DDDB
(225,221,219)
#E9E7E4
(233,231,228)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D93; }

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

This text font color is #A18D93.

Background Color

.myBgColor { background-color: #A18D93; }

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

This div background color is #A18D93.

Border color

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

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

This div border color is #A18D93.

Opacity

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

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

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

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

This text has shadow with #A18D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18D93.

Preview

Color preview on black background

This text has color #A18D93 on black background.


Color preview on white background

This text has color #A18D93 on white background.


Black color preview on #A18D93 background

This text has black color on #A18D93 background.


White color preview on #A18D93 background

This text has white color on #A18D93 background.


Related colors

Complementary color

Complementary color for #hex is #5E726C.


I love getcolorcode.com

Triadic colors

1 #93A18D and #8D93A1 with #A18D93 are triadic colors.

2 #938DA1 and #8DA193 with #A18D93 are triadic colors.