COLOR #A89B85

HEX: #A89B85
RGB: (168,155,133)

Color info

#A89B85 contains red, green and blue colors in about the same proportion. Web safe color of #A89B85 is #999999 (or #999).

RGB color model

#A89B85 color RGB value is (168,155,133).

  • red value is 168;
  • green value is 155;
  • blue value is 133.
RGB:
(168,155,133)
(66%,61%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 133 of 255 = 52%

168
155
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 133 = 456 (100%)
R 168 of 456 ~ 36.84%
G 155 of 456 ~ 33.99%
B 133 of 456 ~ 29.17%

%36.84
%33.99
%29.17

CMYK color model

#A89B85 color CMYK value is (0,8,21,34).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(0,8,21,34)
C0M8Y21K34 
(0%,8%,21%,34%)
(0.00/0.08/0.21/0.34)	

CMYK percentages

%0
%7.74
%20.83
%34.12

Codes

Color #A89B85 in popluar color models

A89B85
RGB168155133
HSL38°16.75%59.02%
HSB/HSV38°20.83%65.88%
CMYK0.00%7.74%20.83%
34.12%

Color #A89B85 in popluar number systems.

HEXA89B85
Decimal168155133
Binary101010001001101110000101
Octal250233205

Shades and tints

Shades of #A89B85

#A89B85
(168,155,133)
#998D79
(153,141,121)
#8A7F6D
(138,127,109)
#7B7161
(123,113,97)
#6C6355
(108,99,85)
#5D5549
(93,85,73)
#4E473D
(78,71,61)
#3F3931
(63,57,49)
#302B25
(48,43,37)
#211D19
(33,29,25)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #A89B85

#A89B85
(168,155,133)
#AFA490
(175,164,144)
#B6AD9B
(182,173,155)
#BDB6A6
(189,182,166)
#C4BFB1
(196,191,177)
#CBC8BC
(203,200,188)
#D2D1C7
(210,209,199)
#D9DAD2
(217,218,210)
#E0E3DD
(224,227,221)
#E7ECE8
(231,236,232)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89B85 color. Also use rgb(168,155,133) instead hex code.

Text Font Color

.myTextColor { color: #A89B85; }

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

This text font color is #A89B85.


Background Color

.myBgColor { background-color: #A89B85; }

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

This div background color is #A89B85.


Border color

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

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

This div border color is #A89B85.


Opacity

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

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

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

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

This text has shadow with #A89B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89B85 on black background.


Color preview on white background

This text has color #A89B85 on white background.



Black color preview on #A89B85 background

This text has black color on #A89B85 background.


White color preview on #A89B85 background

This text has white color on #A89B85 background.