COLOR #A18866

HEX: #A18866
RGB: (161,136,102)

Color info

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

RGB color model

#A18866 color RGB value is (161,136,102).

  • red value is 161;
  • green value is 136;
  • blue value is 102.
RGB:
(161,136,102)
(63%,53%,40%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 102 of 255 = 40%

161
136
102

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

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 102 = 399 (100%)
R 161 of 399 ~ 40.35%
G 136 of 399 ~ 34.09%
B 102 of 399 ~ 25.56%

%40.35
%34.09
%25.56

CMYK color model

#A18866 color CMYK value is (0,16,37,37).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 36.65%
  • key color value is 36.86%
CMYK:
(0,16,37,37)
C0M16Y37K37 
(0%,16%,37%,37%)
(0.00/0.16/0.37/0.37)	

CMYK percentages

%0
%15.53
%36.65
%36.86

Codes

Color #A18866 in popluar color models

A18866
RGB161136102
HSL35°23.89%51.57%
HSB/HSV35°36.65%63.14%
CMYK0.00%15.53%36.65%
36.86%

Color #A18866 in popluar number systems.

HEXA18866
Decimal161136102
Binary10100001100010001100110
Octal241210146

Shades and tints

Shades of #A18866

#A18866
(161,136,102)
#937C5D
(147,124,93)
#857054
(133,112,84)
#77644B
(119,100,75)
#695842
(105,88,66)
#5B4C39
(91,76,57)
#4D4030
(77,64,48)
#3F3427
(63,52,39)
#31281E
(49,40,30)
#231C15
(35,28,21)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #A18866

#A18866
(161,136,102)
#A99273
(169,146,115)
#B19C80
(177,156,128)
#B9A68D
(185,166,141)
#C1B09A
(193,176,154)
#C9BAA7
(201,186,167)
#D1C4B4
(209,196,180)
#D9CEC1
(217,206,193)
#E1D8CE
(225,216,206)
#E9E2DB
(233,226,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18866 color. Also use rgb(161,136,102) instead hex code.

Text Font Color

.myTextColor { color: #A18866; }

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

This text font color is #A18866.


Background Color

.myBgColor { background-color: #A18866; }

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

This div background color is #A18866.


Border color

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

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

This div border color is #A18866.


Opacity

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

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

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

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

This text has shadow with #A18866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18866 on black background.


Color preview on white background

This text has color #A18866 on white background.



Black color preview on #A18866 background

This text has black color on #A18866 background.


White color preview on #A18866 background

This text has white color on #A18866 background.