COLOR #A18E67

HEX: #A18E67
RGB: (161,142,103)

Color info

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

RGB color model

#A18E67 color RGB value is (161,142,103).

  • red value is 161;
  • green value is 142;
  • blue value is 103.
RGB:
(161,142,103)
(63%,56%,40%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 103 of 255 = 40%

161
142
103

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 103 = 406 (100%)
R 161 of 406 ~ 39.66%
G 142 of 406 ~ 34.98%
B 103 of 406 ~ 25.37%

%39.66
%34.98
%25.37

CMYK color model

#A18E67 color CMYK value is (0,12,36,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 36.02%
  • key color value is 36.86%
CMYK:
(0,12,36,37)
C0M12Y36K37 
(0%,12%,36%,37%)
(0.00/0.12/0.36/0.37)	

CMYK percentages

%0
%11.8
%36.02
%36.86

Codes

Color #A18E67 in popluar color models

A18E67
RGB161142103
HSL40°23.58%51.76%
HSB/HSV40°36.02%63.14%
CMYK0.00%11.80%36.02%
36.86%

Color #A18E67 in popluar number systems.

HEXA18E67
Decimal161142103
Binary10100001100011101100111
Octal241216147

Shades and tints

Shades of #A18E67

#A18E67
(161,142,103)
#93825E
(147,130,94)
#857655
(133,118,85)
#776A4C
(119,106,76)
#695E43
(105,94,67)
#5B523A
(91,82,58)
#4D4631
(77,70,49)
#3F3A28
(63,58,40)
#312E1F
(49,46,31)
#232216
(35,34,22)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #A18E67

#A18E67
(161,142,103)
#A99874
(169,152,116)
#B1A281
(177,162,129)
#B9AC8E
(185,172,142)
#C1B69B
(193,182,155)
#C9C0A8
(201,192,168)
#D1CAB5
(209,202,181)
#D9D4C2
(217,212,194)
#E1DECF
(225,222,207)
#E9E8DC
(233,232,220)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18E67 color. Also use rgb(161,142,103) instead hex code.

Text Font Color

.myTextColor { color: #A18E67; }

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

This text font color is #A18E67.


Background Color

.myBgColor { background-color: #A18E67; }

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

This div background color is #A18E67.


Border color

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

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

This div border color is #A18E67.


Opacity

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

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

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

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

This text has shadow with #A18E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E67 on black background.


Color preview on white background

This text has color #A18E67 on white background.



Black color preview on #A18E67 background

This text has black color on #A18E67 background.


White color preview on #A18E67 background

This text has white color on #A18E67 background.