COLOR #A18979

HEX: #A18979 RGB: (161,137,121)

Color info

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

RGB color model

#A18979 color RGB value is (161,137,121).

RGB: (161,137,121) (63%, 54%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 121 of 255 = 47%

161
137
121

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

Portions of RGB colors in percentages

R + G + B = 161 + 137 + 121 = 419 (100%)
R 161 of 419 ~ 38.42%
G 137 of 419 ~ 32.7%
B 121 of 419 ~ 28.88'%

%38.42
%32.7
%28.88

CMYK color model

#A18979 color CMYK value is (0,15,25,37).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK: (0,15,25,37) C0M15Y25K37 (0%,15%,25%,37%) (0.00/0.15/0.25/0.37) 

CMYK percentages

%0
%14.91
%24.84
%36.86

Codes

Color #A18979 in popluar color models

A1 89 79
RGB 161 137 121
HSL 24° 17.54% 55.29%
HSB/HSV 24° 24.84% 63.14%
CMYK 0.00% 14.91% 24.84%
36.86%

Color #A18979 in popluar number systems.

HEX A1 89 79
Decimal 161 137 121
Binary 10100001 10001001 1111001
Octal 241 211 171

Shades and tints

Shades of #A18979

#A18979
(161,137,121)
#937D6E
(147,125,110)
#857163
(133,113,99)
#776558
(119,101,88)
#69594D
(105,89,77)
#5B4D42
(91,77,66)
#4D4137
(77,65,55)
#3F352C
(63,53,44)
#312921
(49,41,33)
#231D16
(35,29,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #A18979

#A18979
(161,137,121)
#A99385
(169,147,133)
#B19D91
(177,157,145)
#B9A79D
(185,167,157)
#C1B1A9
(193,177,169)
#C9BBB5
(201,187,181)
#D1C5C1
(209,197,193)
#D9CFCD
(217,207,205)
#E1D9D9
(225,217,217)
#E9E3E5
(233,227,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18979 color. Also use rgb(161,137,121) instead hex code.

Text Font Color

.myTextColor { color: #A18979; }

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

This text font color is #A18979.

Background Color

.myBgColor { background-color: #A18979; }

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

This div background color is #A18979.

Border color

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

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

This div border color is #A18979.

Opacity

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

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

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

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

This text has shadow with #A18979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18979.

Preview

Color preview on black background

This text has color #A18979 on black background.


Color preview on white background

This text has color #A18979 on white background.


Black color preview on #A18979 background

This text has black color on #A18979 background.


White color preview on #A18979 background

This text has white color on #A18979 background.


Related colors

Complementary color

Complementary color for #hex is #5E7686.


I love getcolorcode.com

Triadic colors

1 #79A189 and #8979A1 with #A18979 are triadic colors.

2 #7989A1 and #89A179 with #A18979 are triadic colors.