COLOR #A18487

HEX: #A18487 RGB: (161,132,135)

Color info

#A18487 contains red, green and blue colors in about the same proportion. Web safe color of #A18487 is #999999 (or #999).

RGB color model

#A18487 color RGB value is (161,132,135).

RGB: (161,132,135) (63%, 52%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 132 of 255 = 52%
B 135 of 255 = 53%

161
132
135

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

Portions of RGB colors in percentages

R + G + B = 161 + 132 + 135 = 428 (100%)
R 161 of 428 ~ 37.62%
G 132 of 428 ~ 30.84%
B 135 of 428 ~ 31.54'%

%37.62
%30.84
%31.54

CMYK color model

#A18487 color CMYK value is (0,18,16,37).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 16.15%
  • key color value is 36.86%

CMYK: (0,18,16,37)
C0M18Y16K37 (0%, 18%, 16%, 37%)
(0.00 / 0.18 / 0.16 / 0.37)

CMYK percentages

%0
%18.01
%16.15
%36.86

Codes

Color #A18487 in popluar color models

A1 84 87
RGB 161 132 135
HSL 354° 13.36% 57.45%
HSB/HSV 354° 18.01% 63.14%
CMYK 0.00% 18.01% 16.15%
36.86%

Color #A18487 in popluar number systems.

HEX A1 84 87
Decimal 161 132 135
Binary 10100001 10000100 10000111
Octal 241 204 207

Shades and tints

Shades of #A18487

#A18487
(161,132,135)
#93787B
(147,120,123)
#856C6F
(133,108,111)
#776063
(119,96,99)
#695457
(105,84,87)
#5B484B
(91,72,75)
#4D3C3F
(77,60,63)
#3F3033
(63,48,51)
#312427
(49,36,39)
#23181B
(35,24,27)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #A18487

#A18487
(161,132,135)
#A98F91
(169,143,145)
#B19A9B
(177,154,155)
#B9A5A5
(185,165,165)
#C1B0AF
(193,176,175)
#C9BBB9
(201,187,185)
#D1C6C3
(209,198,195)
#D9D1CD
(217,209,205)
#E1DCD7
(225,220,215)
#E9E7E1
(233,231,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18487; }

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

This text font color is #A18487.

Background Color

.myBgColor { background-color: #A18487; }

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

This div background color is #A18487.

Border color

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

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

This div border color is #A18487.

Opacity

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

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

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

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

This text has shadow with #A18487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18487.

Preview

Color preview on black background

This text has color #A18487 on black background.


Color preview on white background

This text has color #A18487 on white background.


Black color preview on #A18487 background

This text has black color on #A18487 background.


White color preview on #A18487 background

This text has white color on #A18487 background.


Related colors

Complementary color

Complementary color for #hex is #5E7B78.


I love getcolorcode.com

Triadic colors

1 #87A184 and #8487A1 with #A18487 are triadic colors.

2 #8784A1 and #84A187 with #A18487 are triadic colors.