COLOR #A18463

HEX: #A18463
RGB: (161,132,99)

Color info

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

RGB color model

#A18463 color RGB value is (161,132,99).

  • red value is 161;
  • green value is 132;
  • blue value is 99.
RGB:
(161,132,99)
(63%,52%,39%)

RGB channels and saturation

R 161 of 255 = 63%
G 132 of 255 = 52%
B 99 of 255 = 39%

161
132
99

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

Portions of RGB colors in percentages

R + G + B =
161 + 132 + 99 = 392 (100%)
R 161 of 392 ~ 41.07%
G 132 of 392 ~ 33.67%
B 99 of 392 ~ 25.26%

%41.07
%33.67
%25.26

CMYK color model

#A18463 color CMYK value is (0,18,39,37).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 38.51%
  • key color value is 36.86%
CMYK:
(0,18,39,37)
C0M18Y39K37 
(0%,18%,39%,37%)
(0.00/0.18/0.39/0.37)	

CMYK percentages

%0
%18.01
%38.51
%36.86

Codes

Color #A18463 in popluar color models

A18463
RGB16113299
HSL32°24.80%50.98%
HSB/HSV32°38.51%63.14%
CMYK0.00%18.01%38.51%
36.86%

Color #A18463 in popluar number systems.

HEXA18463
Decimal16113299
Binary10100001100001001100011
Octal241204143

Shades and tints

Shades of #A18463

#A18463
(161,132,99)
#93785A
(147,120,90)
#856C51
(133,108,81)
#776048
(119,96,72)
#69543F
(105,84,63)
#5B4836
(91,72,54)
#4D3C2D
(77,60,45)
#3F3024
(63,48,36)
#31241B
(49,36,27)
#231812
(35,24,18)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #A18463

#A18463
(161,132,99)
#A98F71
(169,143,113)
#B19A7F
(177,154,127)
#B9A58D
(185,165,141)
#C1B09B
(193,176,155)
#C9BBA9
(201,187,169)
#D1C6B7
(209,198,183)
#D9D1C5
(217,209,197)
#E1DCD3
(225,220,211)
#E9E7E1
(233,231,225)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18463 color. Also use rgb(161,132,99) instead hex code.

Text Font Color

.myTextColor { color: #A18463; }

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

This text font color is #A18463.


Background Color

.myBgColor { background-color: #A18463; }

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

This div background color is #A18463.


Border color

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

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

This div border color is #A18463.


Opacity

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

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

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

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

This text has shadow with #A18463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18463 on black background.


Color preview on white background

This text has color #A18463 on white background.



Black color preview on #A18463 background

This text has black color on #A18463 background.


White color preview on #A18463 background

This text has white color on #A18463 background.