COLOR #A89984

HEX: #A89984
RGB: (168,153,132)

Color info

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

RGB color model

#A89984 color RGB value is (168,153,132).

  • red value is 168;
  • green value is 153;
  • blue value is 132.
RGB:
(168,153,132)
(66%,60%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 132 of 255 = 52%

168
153
132

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 132 = 453 (100%)
R 168 of 453 ~ 37.09%
G 153 of 453 ~ 33.77%
B 132 of 453 ~ 29.14%

%37.09
%33.77
%29.14

CMYK color model

#A89984 color CMYK value is (0,9,21,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,9,21,34)
C0M9Y21K34 
(0%,9%,21%,34%)
(0.00/0.09/0.21/0.34)	

CMYK percentages

%0
%8.93
%21.43
%34.12

Codes

Color #A89984 in popluar color models

A89984
RGB168153132
HSL35°17.14%58.82%
HSB/HSV35°21.43%65.88%
CMYK0.00%8.93%21.43%
34.12%

Color #A89984 in popluar number systems.

HEXA89984
Decimal168153132
Binary101010001001100110000100
Octal250231204

Shades and tints

Shades of #A89984

#A89984
(168,153,132)
#998C78
(153,140,120)
#8A7F6C
(138,127,108)
#7B7260
(123,114,96)
#6C6554
(108,101,84)
#5D5848
(93,88,72)
#4E4B3C
(78,75,60)
#3F3E30
(63,62,48)
#303124
(48,49,36)
#212418
(33,36,24)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #A89984

#A89984
(168,153,132)
#AFA28F
(175,162,143)
#B6AB9A
(182,171,154)
#BDB4A5
(189,180,165)
#C4BDB0
(196,189,176)
#CBC6BB
(203,198,187)
#D2CFC6
(210,207,198)
#D9D8D1
(217,216,209)
#E0E1DC
(224,225,220)
#E7EAE7
(231,234,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89984 color. Also use rgb(168,153,132) instead hex code.

Text Font Color

.myTextColor { color: #A89984; }

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

This text font color is #A89984.


Background Color

.myBgColor { background-color: #A89984; }

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

This div background color is #A89984.


Border color

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

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

This div border color is #A89984.


Opacity

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

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

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

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

This text has shadow with #A89984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89984 on black background.


Color preview on white background

This text has color #A89984 on white background.



Black color preview on #A89984 background

This text has black color on #A89984 background.


White color preview on #A89984 background

This text has white color on #A89984 background.