COLOR #A89587

HEX: #A89587
RGB: (168,149,135)

Color info

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

RGB color model

#A89587 color RGB value is (168,149,135).

  • red value is 168;
  • green value is 149;
  • blue value is 135.
RGB:
(168,149,135)
(66%,58%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 135 of 255 = 53%

168
149
135

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 135 = 452 (100%)
R 168 of 452 ~ 37.17%
G 149 of 452 ~ 32.96%
B 135 of 452 ~ 29.87%

%37.17
%32.96
%29.87

CMYK color model

#A89587 color CMYK value is (0,11,20,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(0,11,20,34)
C0M11Y20K34 
(0%,11%,20%,34%)
(0.00/0.11/0.20/0.34)	

CMYK percentages

%0
%11.31
%19.64
%34.12

Codes

Color #A89587 in popluar color models

A89587
RGB168149135
HSL25°15.94%59.41%
HSB/HSV25°19.64%65.88%
CMYK0.00%11.31%19.64%
34.12%

Color #A89587 in popluar number systems.

HEXA89587
Decimal168149135
Binary101010001001010110000111
Octal250225207

Shades and tints

Shades of #A89587

#A89587
(168,149,135)
#99887B
(153,136,123)
#8A7B6F
(138,123,111)
#7B6E63
(123,110,99)
#6C6157
(108,97,87)
#5D544B
(93,84,75)
#4E473F
(78,71,63)
#3F3A33
(63,58,51)
#302D27
(48,45,39)
#21201B
(33,32,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A89587

#A89587
(168,149,135)
#AF9E91
(175,158,145)
#B6A79B
(182,167,155)
#BDB0A5
(189,176,165)
#C4B9AF
(196,185,175)
#CBC2B9
(203,194,185)
#D2CBC3
(210,203,195)
#D9D4CD
(217,212,205)
#E0DDD7
(224,221,215)
#E7E6E1
(231,230,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89587 color. Also use rgb(168,149,135) instead hex code.

Text Font Color

.myTextColor { color: #A89587; }

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

This text font color is #A89587.


Background Color

.myBgColor { background-color: #A89587; }

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

This div background color is #A89587.


Border color

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

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

This div border color is #A89587.


Opacity

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

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

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

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

This text has shadow with #A89587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89587 on black background.


Color preview on white background

This text has color #A89587 on white background.



Black color preview on #A89587 background

This text has black color on #A89587 background.


White color preview on #A89587 background

This text has white color on #A89587 background.