COLOR #A18D8F

HEX: #A18D8F
RGB: (161,141,143)

Color info

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

RGB color model

#A18D8F color RGB value is (161,141,143).

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

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 143 of 255 = 56%

161
141
143

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 143 = 445 (100%)
R 161 of 445 ~ 36.18%
G 141 of 445 ~ 31.69%
B 143 of 445 ~ 32.13%

%36.18
%31.69
%32.13

CMYK color model

#A18D8F color CMYK value is (0,12,11,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 11.18%
  • key color value is 36.86%
CMYK:
(0,12,11,37)
C0M12Y11K37 
(0%,12%,11%,37%)
(0.00/0.12/0.11/0.37)	

CMYK percentages

%0
%12.42
%11.18
%36.86

Codes

Color #A18D8F in popluar color models

A18D8F
RGB161141143
HSL354°9.62%59.22%
HSB/HSV354°12.42%63.14%
CMYK0.00%12.42%11.18%
36.86%

Color #A18D8F in popluar number systems.

HEXA18D8F
Decimal161141143
Binary101000011000110110001111
Octal241215217

Shades and tints

Shades of #A18D8F

#A18D8F
(161,141,143)
#938182
(147,129,130)
#857575
(133,117,117)
#776968
(119,105,104)
#695D5B
(105,93,91)
#5B514E
(91,81,78)
#4D4541
(77,69,65)
#3F3934
(63,57,52)
#312D27
(49,45,39)
#23211A
(35,33,26)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #A18D8F

#A18D8F
(161,141,143)
#A99799
(169,151,153)
#B1A1A3
(177,161,163)
#B9ABAD
(185,171,173)
#C1B5B7
(193,181,183)
#C9BFC1
(201,191,193)
#D1C9CB
(209,201,203)
#D9D3D5
(217,211,213)
#E1DDDF
(225,221,223)
#E9E7E9
(233,231,233)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D8F; }

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

This text font color is #A18D8F.


Background Color

.myBgColor { background-color: #A18D8F; }

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

This div background color is #A18D8F.


Border color

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

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

This div border color is #A18D8F.


Opacity

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

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

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

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

This text has shadow with #A18D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D8F on black background.


Color preview on white background

This text has color #A18D8F on white background.



Black color preview on #A18D8F background

This text has black color on #A18D8F background.


White color preview on #A18D8F background

This text has white color on #A18D8F background.