COLOR #A18D85

HEX: #A18D85
RGB: (161,141,133)

Color info

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

RGB color model

#A18D85 color RGB value is (161,141,133).

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

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 133 of 255 = 52%

161
141
133

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 133 = 435 (100%)
R 161 of 435 ~ 37.01%
G 141 of 435 ~ 32.41%
B 133 of 435 ~ 30.57%

%37.01
%32.41
%30.57

CMYK color model

#A18D85 color CMYK value is (0,12,17,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 17.39%
  • key color value is 36.86%
CMYK:
(0,12,17,37)
C0M12Y17K37 
(0%,12%,17%,37%)
(0.00/0.12/0.17/0.37)	

CMYK percentages

%0
%12.42
%17.39
%36.86

Codes

Color #A18D85 in popluar color models

A18D85
RGB161141133
HSL17°12.96%57.65%
HSB/HSV17°17.39%63.14%
CMYK0.00%12.42%17.39%
36.86%

Color #A18D85 in popluar number systems.

HEXA18D85
Decimal161141133
Binary101000011000110110000101
Octal241215205

Shades and tints

Shades of #A18D85

#A18D85
(161,141,133)
#938179
(147,129,121)
#85756D
(133,117,109)
#776961
(119,105,97)
#695D55
(105,93,85)
#5B5149
(91,81,73)
#4D453D
(77,69,61)
#3F3931
(63,57,49)
#312D25
(49,45,37)
#232119
(35,33,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #A18D85

#A18D85
(161,141,133)
#A99790
(169,151,144)
#B1A19B
(177,161,155)
#B9ABA6
(185,171,166)
#C1B5B1
(193,181,177)
#C9BFBC
(201,191,188)
#D1C9C7
(209,201,199)
#D9D3D2
(217,211,210)
#E1DDDD
(225,221,221)
#E9E7E8
(233,231,232)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D85; }

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

This text font color is #A18D85.


Background Color

.myBgColor { background-color: #A18D85; }

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

This div background color is #A18D85.


Border color

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

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

This div border color is #A18D85.


Opacity

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

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

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

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

This text has shadow with #A18D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D85 on black background.


Color preview on white background

This text has color #A18D85 on white background.



Black color preview on #A18D85 background

This text has black color on #A18D85 background.


White color preview on #A18D85 background

This text has white color on #A18D85 background.