COLOR #A89D6F

HEX: #A89D6F
RGB: (168,157,111)

Color info

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

RGB color model

#A89D6F color RGB value is (168,157,111).

  • red value is 168;
  • green value is 157;
  • blue value is 111.
RGB:
(168,157,111)
(66%,62%,44%)

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 111 of 255 = 44%

168
157
111

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

Portions of RGB colors in percentages

R + G + B =
168 + 157 + 111 = 436 (100%)
R 168 of 436 ~ 38.53%
G 157 of 436 ~ 36.01%
B 111 of 436 ~ 25.46%

%38.53
%36.01
%25.46

CMYK color model

#A89D6F color CMYK value is (0,7,34,34).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 33.93%
  • key color value is 34.12%
CMYK:
(0,7,34,34)
C0M7Y34K34 
(0%,7%,34%,34%)
(0.00/0.07/0.34/0.34)	

CMYK percentages

%0
%6.55
%33.93
%34.12

Codes

Color #A89D6F in popluar color models

A89D6F
RGB168157111
HSL48°24.68%54.71%
HSB/HSV48°33.93%65.88%
CMYK0.00%6.55%33.93%
34.12%

Color #A89D6F in popluar number systems.

HEXA89D6F
Decimal168157111
Binary10101000100111011101111
Octal250235157

Shades and tints

Shades of #A89D6F

#A89D6F
(168,157,111)
#998F65
(153,143,101)
#8A815B
(138,129,91)
#7B7351
(123,115,81)
#6C6547
(108,101,71)
#5D573D
(93,87,61)
#4E4933
(78,73,51)
#3F3B29
(63,59,41)
#302D1F
(48,45,31)
#211F15
(33,31,21)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #A89D6F

#A89D6F
(168,157,111)
#AFA57C
(175,165,124)
#B6AD89
(182,173,137)
#BDB596
(189,181,150)
#C4BDA3
(196,189,163)
#CBC5B0
(203,197,176)
#D2CDBD
(210,205,189)
#D9D5CA
(217,213,202)
#E0DDD7
(224,221,215)
#E7E5E4
(231,229,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89D6F color. Also use rgb(168,157,111) instead hex code.

Text Font Color

.myTextColor { color: #A89D6F; }

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

This text font color is #A89D6F.


Background Color

.myBgColor { background-color: #A89D6F; }

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

This div background color is #A89D6F.


Border color

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

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

This div border color is #A89D6F.


Opacity

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

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

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

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

This text has shadow with #A89D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89D6F on black background.


Color preview on white background

This text has color #A89D6F on white background.



Black color preview on #A89D6F background

This text has black color on #A89D6F background.


White color preview on #A89D6F background

This text has white color on #A89D6F background.