COLOR #A18C78

HEX: #A18C78
RGB: (161,140,120)

Color info

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

RGB color model

#A18C78 color RGB value is (161,140,120).

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

RGB channels and saturation

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

161
140
120

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

Portions of RGB colors in percentages

R + G + B =
161 + 140 + 120 = 421 (100%)
R 161 of 421 ~ 38.24%
G 140 of 421 ~ 33.25%
B 120 of 421 ~ 28.5%

%38.24
%33.25
%28.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 25.47%
  • 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
%25.47
%36.86

Codes

Color #A18C78 in popluar color models

A18C78
RGB161140120
HSL29°17.90%55.10%
HSB/HSV29°25.47%63.14%
CMYK0.00%13.04%25.47%
36.86%

Color #A18C78 in popluar number systems.

HEXA18C78
Decimal161140120
Binary10100001100011001111000
Octal241214170

Shades and tints

Shades of #A18C78

#A18C78
(161,140,120)
#93806E
(147,128,110)
#857464
(133,116,100)
#77685A
(119,104,90)
#695C50
(105,92,80)
#5B5046
(91,80,70)
#4D443C
(77,68,60)
#3F3832
(63,56,50)
#312C28
(49,44,40)
#23201E
(35,32,30)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A18C78

#A18C78
(161,140,120)
#A99684
(169,150,132)
#B1A090
(177,160,144)
#B9AA9C
(185,170,156)
#C1B4A8
(193,180,168)
#C9BEB4
(201,190,180)
#D1C8C0
(209,200,192)
#D9D2CC
(217,210,204)
#E1DCD8
(225,220,216)
#E9E6E4
(233,230,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18C78; }

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

This text font color is #A18C78.


Background Color

.myBgColor { background-color: #A18C78; }

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

This div background color is #A18C78.


Border color

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

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

This div border color is #A18C78.


Opacity

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

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

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

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

This text has shadow with #A18C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18C78 on black background.


Color preview on white background

This text has color #A18C78 on white background.



Black color preview on #A18C78 background

This text has black color on #A18C78 background.


White color preview on #A18C78 background

This text has white color on #A18C78 background.