COLOR #A18368

HEX: #A18368
RGB: (161,131,104)

Color info

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

RGB color model

#A18368 color RGB value is (161,131,104).

  • red value is 161;
  • green value is 131;
  • blue value is 104.
RGB:
(161,131,104)
(63%,51%,41%)

RGB channels and saturation

R 161 of 255 = 63%
G 131 of 255 = 51%
B 104 of 255 = 41%

161
131
104

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

Portions of RGB colors in percentages

R + G + B =
161 + 131 + 104 = 396 (100%)
R 161 of 396 ~ 40.66%
G 131 of 396 ~ 33.08%
B 104 of 396 ~ 26.26%

%40.66
%33.08
%26.26

CMYK color model

#A18368 color CMYK value is (0,19,35,37).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 35.40%
  • key color value is 36.86%
CMYK:
(0,19,35,37)
C0M19Y35K37 
(0%,19%,35%,37%)
(0.00/0.19/0.35/0.37)	

CMYK percentages

%0
%18.63
%35.4
%36.86

Codes

Color #A18368 in popluar color models

A18368
RGB161131104
HSL28°23.27%51.96%
HSB/HSV28°35.40%63.14%
CMYK0.00%18.63%35.40%
36.86%

Color #A18368 in popluar number systems.

HEXA18368
Decimal161131104
Binary10100001100000111101000
Octal241203150

Shades and tints

Shades of #A18368

#A18368
(161,131,104)
#93785F
(147,120,95)
#856D56
(133,109,86)
#77624D
(119,98,77)
#695744
(105,87,68)
#5B4C3B
(91,76,59)
#4D4132
(77,65,50)
#3F3629
(63,54,41)
#312B20
(49,43,32)
#232017
(35,32,23)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #A18368

#A18368
(161,131,104)
#A98E75
(169,142,117)
#B19982
(177,153,130)
#B9A48F
(185,164,143)
#C1AF9C
(193,175,156)
#C9BAA9
(201,186,169)
#D1C5B6
(209,197,182)
#D9D0C3
(217,208,195)
#E1DBD0
(225,219,208)
#E9E6DD
(233,230,221)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18368 color. Also use rgb(161,131,104) instead hex code.

Text Font Color

.myTextColor { color: #A18368; }

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

This text font color is #A18368.


Background Color

.myBgColor { background-color: #A18368; }

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

This div background color is #A18368.


Border color

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

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

This div border color is #A18368.


Opacity

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

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

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

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

This text has shadow with #A18368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18368 on black background.


Color preview on white background

This text has color #A18368 on white background.



Black color preview on #A18368 background

This text has black color on #A18368 background.


White color preview on #A18368 background

This text has white color on #A18368 background.