COLOR #A18149

HEX: #A18149
RGB: (161,129,73)

Color info

#A18149 contains mainly red and green colors. Web safe color of #A18149 is #999933 (or #993).

RGB color model

#A18149 color RGB value is (161,129,73).

  • red value is 161;
  • green value is 129;
  • blue value is 73.
RGB:
(161,129,73)
(63%,51%,29%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 73 of 255 = 29%

161
129
73

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 73 = 363 (100%)
R 161 of 363 ~ 44.35%
G 129 of 363 ~ 35.54%
B 73 of 363 ~ 20.11%

%44.35
%35.54
%20.11

CMYK color model

#A18149 color CMYK value is (0,20,55,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 54.66%
  • key color value is 36.86%
CMYK:
(0,20,55,37)
C0M20Y55K37 
(0%,20%,55%,37%)
(0.00/0.20/0.55/0.37)	

CMYK percentages

%0
%19.88
%54.66
%36.86

Codes

Color #A18149 in popluar color models

A18149
RGB16112973
HSL38°37.61%45.88%
HSB/HSV38°54.66%63.14%
CMYK0.00%19.88%54.66%
36.86%

Color #A18149 in popluar number systems.

HEXA18149
Decimal16112973
Binary10100001100000011001001
Octal241201111

Shades and tints

Shades of #A18149

#A18149
(161,129,73)
#937643
(147,118,67)
#856B3D
(133,107,61)
#776037
(119,96,55)
#695531
(105,85,49)
#5B4A2B
(91,74,43)
#4D3F25
(77,63,37)
#3F341F
(63,52,31)
#312919
(49,41,25)
#231E13
(35,30,19)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A18149

#A18149
(161,129,73)
#A98C59
(169,140,89)
#B19769
(177,151,105)
#B9A279
(185,162,121)
#C1AD89
(193,173,137)
#C9B899
(201,184,153)
#D1C3A9
(209,195,169)
#D9CEB9
(217,206,185)
#E1D9C9
(225,217,201)
#E9E4D9
(233,228,217)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18149 color. Also use rgb(161,129,73) instead hex code.

Text Font Color

.myTextColor { color: #A18149; }

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

This text font color is #A18149.


Background Color

.myBgColor { background-color: #A18149; }

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

This div background color is #A18149.


Border color

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

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

This div border color is #A18149.


Opacity

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

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

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

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

This text has shadow with #A18149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18149 on black background.


Color preview on white background

This text has color #A18149 on white background.



Black color preview on #A18149 background

This text has black color on #A18149 background.


White color preview on #A18149 background

This text has white color on #A18149 background.