COLOR #A89D73

HEX: #A89D73
RGB: (168,157,115)

Color info

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

RGB color model

#A89D73 color RGB value is (168,157,115).

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

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 115 of 255 = 45%

168
157
115

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

Portions of RGB colors in percentages

R + G + B =
168 + 157 + 115 = 440 (100%)
R 168 of 440 ~ 38.18%
G 157 of 440 ~ 35.68%
B 115 of 440 ~ 26.14%

%38.18
%35.68
%26.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK:
(0,7,32,34)
C0M7Y32K34 
(0%,7%,32%,34%)
(0.00/0.07/0.32/0.34)	

CMYK percentages

%0
%6.55
%31.55
%34.12

Codes

Color #A89D73 in popluar color models

A89D73
RGB168157115
HSL48°23.35%55.49%
HSB/HSV48°31.55%65.88%
CMYK0.00%6.55%31.55%
34.12%

Color #A89D73 in popluar number systems.

HEXA89D73
Decimal168157115
Binary10101000100111011110011
Octal250235163

Shades and tints

Shades of #A89D73

#A89D73
(168,157,115)
#998F69
(153,143,105)
#8A815F
(138,129,95)
#7B7355
(123,115,85)
#6C654B
(108,101,75)
#5D5741
(93,87,65)
#4E4937
(78,73,55)
#3F3B2D
(63,59,45)
#302D23
(48,45,35)
#211F19
(33,31,25)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #A89D73

#A89D73
(168,157,115)
#AFA57F
(175,165,127)
#B6AD8B
(182,173,139)
#BDB597
(189,181,151)
#C4BDA3
(196,189,163)
#CBC5AF
(203,197,175)
#D2CDBB
(210,205,187)
#D9D5C7
(217,213,199)
#E0DDD3
(224,221,211)
#E7E5DF
(231,229,223)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89D73; }

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

This text font color is #A89D73.


Background Color

.myBgColor { background-color: #A89D73; }

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

This div background color is #A89D73.


Border color

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

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

This div border color is #A89D73.


Opacity

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

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

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

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

This text has shadow with #A89D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89D73 on black background.


Color preview on white background

This text has color #A89D73 on white background.



Black color preview on #A89D73 background

This text has black color on #A89D73 background.


White color preview on #A89D73 background

This text has white color on #A89D73 background.