COLOR #A18D69

HEX: #A18D69
RGB: (161,141,105)

Color info

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

RGB color model

#A18D69 color RGB value is (161,141,105).

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

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 105 of 255 = 41%

161
141
105

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 105 = 407 (100%)
R 161 of 407 ~ 39.56%
G 141 of 407 ~ 34.64%
B 105 of 407 ~ 25.8%

%39.56
%34.64
%25.8

CMYK color model

#A18D69 color CMYK value is (0,12,35,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 34.78%
  • key color value is 36.86%
CMYK:
(0,12,35,37)
C0M12Y35K37 
(0%,12%,35%,37%)
(0.00/0.12/0.35/0.37)	

CMYK percentages

%0
%12.42
%34.78
%36.86

Codes

Color #A18D69 in popluar color models

A18D69
RGB161141105
HSL39°22.95%52.16%
HSB/HSV39°34.78%63.14%
CMYK0.00%12.42%34.78%
36.86%

Color #A18D69 in popluar number systems.

HEXA18D69
Decimal161141105
Binary10100001100011011101001
Octal241215151

Shades and tints

Shades of #A18D69

#A18D69
(161,141,105)
#938160
(147,129,96)
#857557
(133,117,87)
#77694E
(119,105,78)
#695D45
(105,93,69)
#5B513C
(91,81,60)
#4D4533
(77,69,51)
#3F392A
(63,57,42)
#312D21
(49,45,33)
#232118
(35,33,24)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #A18D69

#A18D69
(161,141,105)
#A99776
(169,151,118)
#B1A183
(177,161,131)
#B9AB90
(185,171,144)
#C1B59D
(193,181,157)
#C9BFAA
(201,191,170)
#D1C9B7
(209,201,183)
#D9D3C4
(217,211,196)
#E1DDD1
(225,221,209)
#E9E7DE
(233,231,222)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D69; }

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

This text font color is #A18D69.


Background Color

.myBgColor { background-color: #A18D69; }

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

This div background color is #A18D69.


Border color

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

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

This div border color is #A18D69.


Opacity

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

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

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

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

This text has shadow with #A18D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D69 on black background.


Color preview on white background

This text has color #A18D69 on white background.



Black color preview on #A18D69 background

This text has black color on #A18D69 background.


White color preview on #A18D69 background

This text has white color on #A18D69 background.