COLOR #A89E7B

HEX: #A89E7B
RGB: (168,158,123)

Color info

#A89E7B contains red, green and blue colors in about the same proportion. Web safe color of #A89E7B is #999966 (or #996).

RGB color model

#A89E7B color RGB value is (168,158,123).

  • red value is 168;
  • green value is 158;
  • blue value is 123.
RGB:
(168,158,123)
(66%,62%,48%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 123 of 255 = 48%

168
158
123

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

Portions of RGB colors in percentages

R + G + B =
168 + 158 + 123 = 449 (100%)
R 168 of 449 ~ 37.42%
G 158 of 449 ~ 35.19%
B 123 of 449 ~ 27.39%

%37.42
%35.19
%27.39

CMYK color model

#A89E7B color CMYK value is (0,6,27,34).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 26.79%
  • key color value is 34.12%
CMYK:
(0,6,27,34)
C0M6Y27K34 
(0%,6%,27%,34%)
(0.00/0.06/0.27/0.34)	

CMYK percentages

%0
%5.95
%26.79
%34.12

Codes

Color #A89E7B in popluar color models

A89E7B
RGB168158123
HSL47°20.55%57.06%
HSB/HSV47°26.79%65.88%
CMYK0.00%5.95%26.79%
34.12%

Color #A89E7B in popluar number systems.

HEXA89E7B
Decimal168158123
Binary10101000100111101111011
Octal250236173

Shades and tints

Shades of #A89E7B

#A89E7B
(168,158,123)
#999070
(153,144,112)
#8A8265
(138,130,101)
#7B745A
(123,116,90)
#6C664F
(108,102,79)
#5D5844
(93,88,68)
#4E4A39
(78,74,57)
#3F3C2E
(63,60,46)
#302E23
(48,46,35)
#212018
(33,32,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #A89E7B

#A89E7B
(168,158,123)
#AFA687
(175,166,135)
#B6AE93
(182,174,147)
#BDB69F
(189,182,159)
#C4BEAB
(196,190,171)
#CBC6B7
(203,198,183)
#D2CEC3
(210,206,195)
#D9D6CF
(217,214,207)
#E0DEDB
(224,222,219)
#E7E6E7
(231,230,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89E7B color. Also use rgb(168,158,123) instead hex code.

Text Font Color

.myTextColor { color: #A89E7B; }

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

This text font color is #A89E7B.


Background Color

.myBgColor { background-color: #A89E7B; }

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

This div background color is #A89E7B.


Border color

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

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

This div border color is #A89E7B.


Opacity

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

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

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

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

This text has shadow with #A89E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89E7B on black background.


Color preview on white background

This text has color #A89E7B on white background.



Black color preview on #A89E7B background

This text has black color on #A89E7B background.


White color preview on #A89E7B background

This text has white color on #A89E7B background.