COLOR #A89E96

HEX: #A89E96
RGB: (168,158,150)

Color info

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

RGB color model

#A89E96 color RGB value is (168,158,150).

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

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 150 of 255 = 59%

168
158
150

R + G + B ~ 62%. #A89E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 158 + 150 = 476 (100%)
R 168 of 476 ~ 35.29%
G 158 of 476 ~ 33.19%
B 150 of 476 ~ 31.51%

%35.29
%33.19
%31.51

CMYK color model

#A89E96 color CMYK value is (0,6,11,34).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(0,6,11,34)
C0M6Y11K34 
(0%,6%,11%,34%)
(0.00/0.06/0.11/0.34)	

CMYK percentages

%0
%5.95
%10.71
%34.12

Codes

Color #A89E96 in popluar color models

A89E96
RGB168158150
HSL27°9.38%62.35%
HSB/HSV27°10.71%65.88%
CMYK0.00%5.95%10.71%
34.12%

Color #A89E96 in popluar number systems.

HEXA89E96
Decimal168158150
Binary101010001001111010010110
Octal250236226

Shades and tints

Shades of #A89E96

#A89E96
(168,158,150)
#999089
(153,144,137)
#8A827C
(138,130,124)
#7B746F
(123,116,111)
#6C6662
(108,102,98)
#5D5855
(93,88,85)
#4E4A48
(78,74,72)
#3F3C3B
(63,60,59)
#302E2E
(48,46,46)
#212021
(33,32,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A89E96

#A89E96
(168,158,150)
#AFA69F
(175,166,159)
#B6AEA8
(182,174,168)
#BDB6B1
(189,182,177)
#C4BEBA
(196,190,186)
#CBC6C3
(203,198,195)
#D2CECC
(210,206,204)
#D9D6D5
(217,214,213)
#E0DEDE
(224,222,222)
#E7E6E7
(231,230,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89E96; }

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

This text font color is #A89E96.


Background Color

.myBgColor { background-color: #A89E96; }

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

This div background color is #A89E96.


Border color

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

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

This div border color is #A89E96.


Opacity

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

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

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

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

This text has shadow with #A89E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89E96 on black background.


Color preview on white background

This text has color #A89E96 on white background.



Black color preview on #A89E96 background

This text has black color on #A89E96 background.


White color preview on #A89E96 background

This text has white color on #A89E96 background.