COLOR #A18C7F

HEX: #A18C7F
RGB: (161,140,127)

Color info

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

RGB color model

#A18C7F color RGB value is (161,140,127).

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

RGB channels and saturation

R 161 of 255 = 63%
G 140 of 255 = 55%
B 127 of 255 = 50%

161
140
127

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

Portions of RGB colors in percentages

R + G + B =
161 + 140 + 127 = 428 (100%)
R 161 of 428 ~ 37.62%
G 140 of 428 ~ 32.71%
B 127 of 428 ~ 29.67%

%37.62
%32.71
%29.67

CMYK color model

#A18C7F color CMYK value is (0,13,21,37).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(0,13,21,37)
C0M13Y21K37 
(0%,13%,21%,37%)
(0.00/0.13/0.21/0.37)	

CMYK percentages

%0
%13.04
%21.12
%36.86

Codes

Color #A18C7F in popluar color models

A18C7F
RGB161140127
HSL23°15.32%56.47%
HSB/HSV23°21.12%63.14%
CMYK0.00%13.04%21.12%
36.86%

Color #A18C7F in popluar number systems.

HEXA18C7F
Decimal161140127
Binary10100001100011001111111
Octal241214177

Shades and tints

Shades of #A18C7F

#A18C7F
(161,140,127)
#938074
(147,128,116)
#857469
(133,116,105)
#77685E
(119,104,94)
#695C53
(105,92,83)
#5B5048
(91,80,72)
#4D443D
(77,68,61)
#3F3832
(63,56,50)
#312C27
(49,44,39)
#23201C
(35,32,28)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A18C7F

#A18C7F
(161,140,127)
#A9968A
(169,150,138)
#B1A095
(177,160,149)
#B9AAA0
(185,170,160)
#C1B4AB
(193,180,171)
#C9BEB6
(201,190,182)
#D1C8C1
(209,200,193)
#D9D2CC
(217,210,204)
#E1DCD7
(225,220,215)
#E9E6E2
(233,230,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18C7F; }

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

This text font color is #A18C7F.


Background Color

.myBgColor { background-color: #A18C7F; }

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

This div background color is #A18C7F.


Border color

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

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

This div border color is #A18C7F.


Opacity

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

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

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

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

This text has shadow with #A18C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18C7F on black background.


Color preview on white background

This text has color #A18C7F on white background.



Black color preview on #A18C7F background

This text has black color on #A18C7F background.


White color preview on #A18C7F background

This text has white color on #A18C7F background.