COLOR #A89187

HEX: #A89187
RGB: (168,145,135)

Color info

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

RGB color model

#A89187 color RGB value is (168,145,135).

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

RGB channels and saturation

R 168 of 255 = 66%
G 145 of 255 = 57%
B 135 of 255 = 53%

168
145
135

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

Portions of RGB colors in percentages

R + G + B =
168 + 145 + 135 = 448 (100%)
R 168 of 448 ~ 37.5%
G 145 of 448 ~ 32.37%
B 135 of 448 ~ 30.13%

%37.5
%32.37
%30.13

CMYK color model

#A89187 color CMYK value is (0,14,20,34).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(0,14,20,34)
C0M14Y20K34 
(0%,14%,20%,34%)
(0.00/0.14/0.20/0.34)	

CMYK percentages

%0
%13.69
%19.64
%34.12

Codes

Color #A89187 in popluar color models

A89187
RGB168145135
HSL18°15.94%59.41%
HSB/HSV18°19.64%65.88%
CMYK0.00%13.69%19.64%
34.12%

Color #A89187 in popluar number systems.

HEXA89187
Decimal168145135
Binary101010001001000110000111
Octal250221207

Shades and tints

Shades of #A89187

#A89187
(168,145,135)
#99847B
(153,132,123)
#8A776F
(138,119,111)
#7B6A63
(123,106,99)
#6C5D57
(108,93,87)
#5D504B
(93,80,75)
#4E433F
(78,67,63)
#3F3633
(63,54,51)
#302927
(48,41,39)
#211C1B
(33,28,27)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A89187

#A89187
(168,145,135)
#AF9B91
(175,155,145)
#B6A59B
(182,165,155)
#BDAFA5
(189,175,165)
#C4B9AF
(196,185,175)
#CBC3B9
(203,195,185)
#D2CDC3
(210,205,195)
#D9D7CD
(217,215,205)
#E0E1D7
(224,225,215)
#E7EBE1
(231,235,225)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89187; }

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

This text font color is #A89187.


Background Color

.myBgColor { background-color: #A89187; }

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

This div background color is #A89187.


Border color

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

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

This div border color is #A89187.


Opacity

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

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

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

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

This text has shadow with #A89187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89187 on black background.


Color preview on white background

This text has color #A89187 on white background.



Black color preview on #A89187 background

This text has black color on #A89187 background.


White color preview on #A89187 background

This text has white color on #A89187 background.