COLOR #A89684

HEX: #A89684
RGB: (168,150,132)

Color info

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

RGB color model

#A89684 color RGB value is (168,150,132).

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

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 132 of 255 = 52%

168
150
132

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

Portions of RGB colors in percentages

R + G + B =
168 + 150 + 132 = 450 (100%)
R 168 of 450 ~ 37.33%
G 150 of 450 ~ 33.33%
B 132 of 450 ~ 29.33%

%37.33
%33.33
%29.33

CMYK color model

#A89684 color CMYK value is (0,11,21,34).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,11,21,34)
C0M11Y21K34 
(0%,11%,21%,34%)
(0.00/0.11/0.21/0.34)	

CMYK percentages

%0
%10.71
%21.43
%34.12

Codes

Color #A89684 in popluar color models

A89684
RGB168150132
HSL30°17.14%58.82%
HSB/HSV30°21.43%65.88%
CMYK0.00%10.71%21.43%
34.12%

Color #A89684 in popluar number systems.

HEXA89684
Decimal168150132
Binary101010001001011010000100
Octal250226204

Shades and tints

Shades of #A89684

#A89684
(168,150,132)
#998978
(153,137,120)
#8A7C6C
(138,124,108)
#7B6F60
(123,111,96)
#6C6254
(108,98,84)
#5D5548
(93,85,72)
#4E483C
(78,72,60)
#3F3B30
(63,59,48)
#302E24
(48,46,36)
#212118
(33,33,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #A89684

#A89684
(168,150,132)
#AF9F8F
(175,159,143)
#B6A89A
(182,168,154)
#BDB1A5
(189,177,165)
#C4BAB0
(196,186,176)
#CBC3BB
(203,195,187)
#D2CCC6
(210,204,198)
#D9D5D1
(217,213,209)
#E0DEDC
(224,222,220)
#E7E7E7
(231,231,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89684; }

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

This text font color is #A89684.


Background Color

.myBgColor { background-color: #A89684; }

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

This div background color is #A89684.


Border color

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

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

This div border color is #A89684.


Opacity

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

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

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

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

This text has shadow with #A89684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89684 on black background.


Color preview on white background

This text has color #A89684 on white background.



Black color preview on #A89684 background

This text has black color on #A89684 background.


White color preview on #A89684 background

This text has white color on #A89684 background.