COLOR #A18889

HEX: #A18889
RGB: (161,136,137)

Color info

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

RGB color model

#A18889 color RGB value is (161,136,137).

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

RGB channels and saturation

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

161
136
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 137 = 434 (100%)
R 161 of 434 ~ 37.1%
G 136 of 434 ~ 31.34%
B 137 of 434 ~ 31.57%

%37.1
%31.34
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.53%
  • 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
%15.53
%14.91
%36.86

Codes

Color #A18889 in popluar color models

A18889
RGB161136137
HSL358°11.74%58.24%
HSB/HSV358°15.53%63.14%
CMYK0.00%15.53%14.91%
36.86%

Color #A18889 in popluar number systems.

HEXA18889
Decimal161136137
Binary101000011000100010001001
Octal241210211

Shades and tints

Shades of #A18889

#A18889
(161,136,137)
#937C7D
(147,124,125)
#857071
(133,112,113)
#776465
(119,100,101)
#695859
(105,88,89)
#5B4C4D
(91,76,77)
#4D4041
(77,64,65)
#3F3435
(63,52,53)
#312829
(49,40,41)
#231C1D
(35,28,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #A18889

#A18889
(161,136,137)
#A99293
(169,146,147)
#B19C9D
(177,156,157)
#B9A6A7
(185,166,167)
#C1B0B1
(193,176,177)
#C9BABB
(201,186,187)
#D1C4C5
(209,196,197)
#D9CECF
(217,206,207)
#E1D8D9
(225,216,217)
#E9E2E3
(233,226,227)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18889; }

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

This text font color is #A18889.


Background Color

.myBgColor { background-color: #A18889; }

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

This div background color is #A18889.


Border color

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

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

This div border color is #A18889.


Opacity

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

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

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

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

This text has shadow with #A18889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18889 on black background.


Color preview on white background

This text has color #A18889 on white background.



Black color preview on #A18889 background

This text has black color on #A18889 background.


White color preview on #A18889 background

This text has white color on #A18889 background.