COLOR #A89875

HEX: #A89875
RGB: (168,152,117)

Color info

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

RGB color model

#A89875 color RGB value is (168,152,117).

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

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 117 of 255 = 46%

168
152
117

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

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 117 = 437 (100%)
R 168 of 437 ~ 38.44%
G 152 of 437 ~ 34.78%
B 117 of 437 ~ 26.77%

%38.44
%34.78
%26.77

CMYK color model

#A89875 color CMYK value is (0,10,30,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(0,10,30,34)
C0M10Y30K34 
(0%,10%,30%,34%)
(0.00/0.10/0.30/0.34)	

CMYK percentages

%0
%9.52
%30.36
%34.12

Codes

Color #A89875 in popluar color models

A89875
RGB168152117
HSL41°22.67%55.88%
HSB/HSV41°30.36%65.88%
CMYK0.00%9.52%30.36%
34.12%

Color #A89875 in popluar number systems.

HEXA89875
Decimal168152117
Binary10101000100110001110101
Octal250230165

Shades and tints

Shades of #A89875

#A89875
(168,152,117)
#998B6B
(153,139,107)
#8A7E61
(138,126,97)
#7B7157
(123,113,87)
#6C644D
(108,100,77)
#5D5743
(93,87,67)
#4E4A39
(78,74,57)
#3F3D2F
(63,61,47)
#303025
(48,48,37)
#21231B
(33,35,27)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A89875

#A89875
(168,152,117)
#AFA181
(175,161,129)
#B6AA8D
(182,170,141)
#BDB399
(189,179,153)
#C4BCA5
(196,188,165)
#CBC5B1
(203,197,177)
#D2CEBD
(210,206,189)
#D9D7C9
(217,215,201)
#E0E0D5
(224,224,213)
#E7E9E1
(231,233,225)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89875; }

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

This text font color is #A89875.


Background Color

.myBgColor { background-color: #A89875; }

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

This div background color is #A89875.


Border color

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

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

This div border color is #A89875.


Opacity

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

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

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

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

This text has shadow with #A89875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89875 on black background.


Color preview on white background

This text has color #A89875 on white background.



Black color preview on #A89875 background

This text has black color on #A89875 background.


White color preview on #A89875 background

This text has white color on #A89875 background.