COLOR #A18C79

HEX: #A18C79
RGB: (161,140,121)

Color info

#A18C79 contains red, green and blue colors in about the same proportion. Web safe color of #A18C79 is #999966 (or #996).

RGB color model

#A18C79 color RGB value is (161,140,121).

  • red value is 161;
  • green value is 140;
  • blue value is 121.
RGB:
(161,140,121)
(63%,55%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 140 of 255 = 55%
B 121 of 255 = 47%

161
140
121

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

Portions of RGB colors in percentages

R + G + B =
161 + 140 + 121 = 422 (100%)
R 161 of 422 ~ 38.15%
G 140 of 422 ~ 33.18%
B 121 of 422 ~ 28.67%

%38.15
%33.18
%28.67

CMYK color model

#A18C79 color CMYK value is (0,13,25,37).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(0,13,25,37)
C0M13Y25K37 
(0%,13%,25%,37%)
(0.00/0.13/0.25/0.37)	

CMYK percentages

%0
%13.04
%24.84
%36.86

Codes

Color #A18C79 in popluar color models

A18C79
RGB161140121
HSL29°17.54%55.29%
HSB/HSV29°24.84%63.14%
CMYK0.00%13.04%24.84%
36.86%

Color #A18C79 in popluar number systems.

HEXA18C79
Decimal161140121
Binary10100001100011001111001
Octal241214171

Shades and tints

Shades of #A18C79

#A18C79
(161,140,121)
#93806E
(147,128,110)
#857463
(133,116,99)
#776858
(119,104,88)
#695C4D
(105,92,77)
#5B5042
(91,80,66)
#4D4437
(77,68,55)
#3F382C
(63,56,44)
#312C21
(49,44,33)
#232016
(35,32,22)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #A18C79

#A18C79
(161,140,121)
#A99685
(169,150,133)
#B1A091
(177,160,145)
#B9AA9D
(185,170,157)
#C1B4A9
(193,180,169)
#C9BEB5
(201,190,181)
#D1C8C1
(209,200,193)
#D9D2CD
(217,210,205)
#E1DCD9
(225,220,217)
#E9E6E5
(233,230,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18C79 color. Also use rgb(161,140,121) instead hex code.

Text Font Color

.myTextColor { color: #A18C79; }

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

This text font color is #A18C79.


Background Color

.myBgColor { background-color: #A18C79; }

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

This div background color is #A18C79.


Border color

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

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

This div border color is #A18C79.


Opacity

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

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

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

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

This text has shadow with #A18C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18C79 on black background.


Color preview on white background

This text has color #A18C79 on white background.



Black color preview on #A18C79 background

This text has black color on #A18C79 background.


White color preview on #A18C79 background

This text has white color on #A18C79 background.