COLOR #A18471

HEX: #A18471
RGB: (161,132,113)

Color info

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

RGB color model

#A18471 color RGB value is (161,132,113).

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

RGB channels and saturation

R 161 of 255 = 63%
G 132 of 255 = 52%
B 113 of 255 = 44%

161
132
113

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

Portions of RGB colors in percentages

R + G + B =
161 + 132 + 113 = 406 (100%)
R 161 of 406 ~ 39.66%
G 132 of 406 ~ 32.51%
B 113 of 406 ~ 27.83%

%39.66
%32.51
%27.83

CMYK color model

#A18471 color CMYK value is (0,18,30,37).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(0,18,30,37)
C0M18Y30K37 
(0%,18%,30%,37%)
(0.00/0.18/0.30/0.37)	

CMYK percentages

%0
%18.01
%29.81
%36.86

Codes

Color #A18471 in popluar color models

A18471
RGB161132113
HSL24°20.34%53.73%
HSB/HSV24°29.81%63.14%
CMYK0.00%18.01%29.81%
36.86%

Color #A18471 in popluar number systems.

HEXA18471
Decimal161132113
Binary10100001100001001110001
Octal241204161

Shades and tints

Shades of #A18471

#A18471
(161,132,113)
#937867
(147,120,103)
#856C5D
(133,108,93)
#776053
(119,96,83)
#695449
(105,84,73)
#5B483F
(91,72,63)
#4D3C35
(77,60,53)
#3F302B
(63,48,43)
#312421
(49,36,33)
#231817
(35,24,23)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #A18471

#A18471
(161,132,113)
#A98F7D
(169,143,125)
#B19A89
(177,154,137)
#B9A595
(185,165,149)
#C1B0A1
(193,176,161)
#C9BBAD
(201,187,173)
#D1C6B9
(209,198,185)
#D9D1C5
(217,209,197)
#E1DCD1
(225,220,209)
#E9E7DD
(233,231,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18471; }

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

This text font color is #A18471.


Background Color

.myBgColor { background-color: #A18471; }

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

This div background color is #A18471.


Border color

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

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

This div border color is #A18471.


Opacity

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

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

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

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

This text has shadow with #A18471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18471 on black background.


Color preview on white background

This text has color #A18471 on white background.



Black color preview on #A18471 background

This text has black color on #A18471 background.


White color preview on #A18471 background

This text has white color on #A18471 background.