COLOR #A89873

HEX: #A89873
RGB: (168,152,115)

Color info

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

RGB color model

#A89873 color RGB value is (168,152,115).

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

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 115 of 255 = 45%

168
152
115

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

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 115 = 435 (100%)
R 168 of 435 ~ 38.62%
G 152 of 435 ~ 34.94%
B 115 of 435 ~ 26.44%

%38.62
%34.94
%26.44

CMYK color model

#A89873 color CMYK value is (0,10,32,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK:
(0,10,32,34)
C0M10Y32K34 
(0%,10%,32%,34%)
(0.00/0.10/0.32/0.34)	

CMYK percentages

%0
%9.52
%31.55
%34.12

Codes

Color #A89873 in popluar color models

A89873
RGB168152115
HSL42°23.35%55.49%
HSB/HSV42°31.55%65.88%
CMYK0.00%9.52%31.55%
34.12%

Color #A89873 in popluar number systems.

HEXA89873
Decimal168152115
Binary10101000100110001110011
Octal250230163

Shades and tints

Shades of #A89873

#A89873
(168,152,115)
#998B69
(153,139,105)
#8A7E5F
(138,126,95)
#7B7155
(123,113,85)
#6C644B
(108,100,75)
#5D5741
(93,87,65)
#4E4A37
(78,74,55)
#3F3D2D
(63,61,45)
#303023
(48,48,35)
#212319
(33,35,25)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #A89873

#A89873
(168,152,115)
#AFA17F
(175,161,127)
#B6AA8B
(182,170,139)
#BDB397
(189,179,151)
#C4BCA3
(196,188,163)
#CBC5AF
(203,197,175)
#D2CEBB
(210,206,187)
#D9D7C7
(217,215,199)
#E0E0D3
(224,224,211)
#E7E9DF
(231,233,223)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89873; }

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

This text font color is #A89873.


Background Color

.myBgColor { background-color: #A89873; }

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

This div background color is #A89873.


Border color

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

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

This div border color is #A89873.


Opacity

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

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

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

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

This text has shadow with #A89873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89873 on black background.


Color preview on white background

This text has color #A89873 on white background.



Black color preview on #A89873 background

This text has black color on #A89873 background.


White color preview on #A89873 background

This text has white color on #A89873 background.