COLOR #A18789

HEX: #A18789
RGB: (161,135,137)

Color info

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

RGB color model

#A18789 color RGB value is (161,135,137).

  • red value is 161;
  • green value is 135;
  • blue value is 137.
RGB:
(161,135,137)
(63%,53%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 137 of 255 = 54%

161
135
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 135 + 137 = 433 (100%)
R 161 of 433 ~ 37.18%
G 135 of 433 ~ 31.18%
B 137 of 433 ~ 31.64%

%37.18
%31.18
%31.64

CMYK color model

#A18789 color CMYK value is (0,16,15,37).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,16,15,37)
C0M16Y15K37 
(0%,16%,15%,37%)
(0.00/0.16/0.15/0.37)	

CMYK percentages

%0
%16.15
%14.91
%36.86

Codes

Color #A18789 in popluar color models

A18789
RGB161135137
HSL355°12.15%58.04%
HSB/HSV355°16.15%63.14%
CMYK0.00%16.15%14.91%
36.86%

Color #A18789 in popluar number systems.

HEXA18789
Decimal161135137
Binary101000011000011110001001
Octal241207211

Shades and tints

Shades of #A18789

#A18789
(161,135,137)
#937B7D
(147,123,125)
#856F71
(133,111,113)
#776365
(119,99,101)
#695759
(105,87,89)
#5B4B4D
(91,75,77)
#4D3F41
(77,63,65)
#3F3335
(63,51,53)
#312729
(49,39,41)
#231B1D
(35,27,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #A18789

#A18789
(161,135,137)
#A99193
(169,145,147)
#B19B9D
(177,155,157)
#B9A5A7
(185,165,167)
#C1AFB1
(193,175,177)
#C9B9BB
(201,185,187)
#D1C3C5
(209,195,197)
#D9CDCF
(217,205,207)
#E1D7D9
(225,215,217)
#E9E1E3
(233,225,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18789; }

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

This text font color is #A18789.


Background Color

.myBgColor { background-color: #A18789; }

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

This div background color is #A18789.


Border color

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

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

This div border color is #A18789.


Opacity

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

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

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

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

This text has shadow with #A18789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18789 on black background.


Color preview on white background

This text has color #A18789 on white background.



Black color preview on #A18789 background

This text has black color on #A18789 background.


White color preview on #A18789 background

This text has white color on #A18789 background.