COLOR #A18673

HEX: #A18673 RGB: (161,134,115)

Color info

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

RGB color model

#A18673 color RGB value is (161,134,115).

RGB: (161,134,115) (63%, 53%, 45%)

RGB channels and saturation

R 161 of 255 = 63%
G 134 of 255 = 53%
B 115 of 255 = 45%

161
134
115

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

Portions of RGB colors in percentages

R + G + B = 161 + 134 + 115 = 410 (100%)
R 161 of 410 ~ 39.27%
G 134 of 410 ~ 32.68%
B 115 of 410 ~ 28.05'%

%39.27
%32.68
%28.05

CMYK color model

#A18673 color CMYK value is (0,17,29,37).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 28.57%
  • key color value is 36.86%

CMYK: (0,17,29,37)
C0M17Y29K37 (0%, 17%, 29%, 37%)
(0.00 / 0.17 / 0.29 / 0.37)

CMYK percentages

%0
%16.77
%28.57
%36.86

Codes

Color #A18673 in popluar color models

A1 86 73
RGB 161 134 115
HSL 25° 19.66% 54.12%
HSB/HSV 25° 28.57% 63.14%
CMYK 0.00% 16.77% 28.57%
36.86%

Color #A18673 in popluar number systems.

HEX A1 86 73
Decimal 161 134 115
Binary 10100001 10000110 1110011
Octal 241 206 163

Shades and tints

Shades of #A18673

#A18673
(161,134,115)
#937A69
(147,122,105)
#856E5F
(133,110,95)
#776255
(119,98,85)
#69564B
(105,86,75)
#5B4A41
(91,74,65)
#4D3E37
(77,62,55)
#3F322D
(63,50,45)
#312623
(49,38,35)
#231A19
(35,26,25)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #A18673

#A18673
(161,134,115)
#A9917F
(169,145,127)
#B19C8B
(177,156,139)
#B9A797
(185,167,151)
#C1B2A3
(193,178,163)
#C9BDAF
(201,189,175)
#D1C8BB
(209,200,187)
#D9D3C7
(217,211,199)
#E1DED3
(225,222,211)
#E9E9DF
(233,233,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18673 color. Also use rgb(161,134,115) instead hex code.

Text Font Color

.myTextColor { color: #A18673; }

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

This text font color is #A18673.

Background Color

.myBgColor { background-color: #A18673; }

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

This div background color is #A18673.

Border color

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

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

This div border color is #A18673.

Opacity

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

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

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

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

This text has shadow with #A18673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18673.

Preview

Color preview on black background

This text has color #A18673 on black background.


Color preview on white background

This text has color #A18673 on white background.


Black color preview on #A18673 background

This text has black color on #A18673 background.


White color preview on #A18673 background

This text has white color on #A18673 background.


Related colors

Complementary color

Complementary color for #hex is #5E798C.


I love getcolorcode.com

Triadic colors

1 #73A186 and #8673A1 with #A18673 are triadic colors.

2 #7386A1 and #86A173 with #A18673 are triadic colors.