COLOR #A18756

HEX: #A18756
RGB: (161,135,86)

Color info

#A18756 contains mainly red and green colors. Web safe color of #A18756 is #999966 (or #996).

RGB color model

#A18756 color RGB value is (161,135,86).

  • red value is 161;
  • green value is 135;
  • blue value is 86.
RGB:
(161,135,86)
(63%,53%,34%)

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 86 of 255 = 34%

161
135
86

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

Portions of RGB colors in percentages

R + G + B =
161 + 135 + 86 = 382 (100%)
R 161 of 382 ~ 42.15%
G 135 of 382 ~ 35.34%
B 86 of 382 ~ 22.51%

%42.15
%35.34
%22.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 46.58%
  • key color value is 36.86%
CMYK:
(0,16,47,37)
C0M16Y47K37 
(0%,16%,47%,37%)
(0.00/0.16/0.47/0.37)	

CMYK percentages

%0
%16.15
%46.58
%36.86

Codes

Color #A18756 in popluar color models

A18756
RGB16113586
HSL39°30.36%48.43%
HSB/HSV39°46.58%63.14%
CMYK0.00%16.15%46.58%
36.86%

Color #A18756 in popluar number systems.

HEXA18756
Decimal16113586
Binary10100001100001111010110
Octal241207126

Shades and tints

Shades of #A18756

#A18756
(161,135,86)
#937B4F
(147,123,79)
#856F48
(133,111,72)
#776341
(119,99,65)
#69573A
(105,87,58)
#5B4B33
(91,75,51)
#4D3F2C
(77,63,44)
#3F3325
(63,51,37)
#31271E
(49,39,30)
#231B17
(35,27,23)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #A18756

#A18756
(161,135,86)
#A99165
(169,145,101)
#B19B74
(177,155,116)
#B9A583
(185,165,131)
#C1AF92
(193,175,146)
#C9B9A1
(201,185,161)
#D1C3B0
(209,195,176)
#D9CDBF
(217,205,191)
#E1D7CE
(225,215,206)
#E9E1DD
(233,225,221)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18756 color. Also use rgb(161,135,86) instead hex code.

Text Font Color

.myTextColor { color: #A18756; }

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

This text font color is #A18756.


Background Color

.myBgColor { background-color: #A18756; }

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

This div background color is #A18756.


Border color

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

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

This div border color is #A18756.


Opacity

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

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

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

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

This text has shadow with #A18756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18756 on black background.


Color preview on white background

This text has color #A18756 on white background.



Black color preview on #A18756 background

This text has black color on #A18756 background.


White color preview on #A18756 background

This text has white color on #A18756 background.