COLOR #A89996

HEX: #A89996
RGB: (168,153,150)

Color info

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

RGB color model

#A89996 color RGB value is (168,153,150).

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

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 150 of 255 = 59%

168
153
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 150 = 471 (100%)
R 168 of 471 ~ 35.67%
G 153 of 471 ~ 32.48%
B 150 of 471 ~ 31.85%

%35.67
%32.48
%31.85

CMYK color model

#A89996 color CMYK value is (0,9,11,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(0,9,11,34)
C0M9Y11K34 
(0%,9%,11%,34%)
(0.00/0.09/0.11/0.34)	

CMYK percentages

%0
%8.93
%10.71
%34.12

Codes

Color #A89996 in popluar color models

A89996
RGB168153150
HSL10°9.38%62.35%
HSB/HSV10°10.71%65.88%
CMYK0.00%8.93%10.71%
34.12%

Color #A89996 in popluar number systems.

HEXA89996
Decimal168153150
Binary101010001001100110010110
Octal250231226

Shades and tints

Shades of #A89996

#A89996
(168,153,150)
#998C89
(153,140,137)
#8A7F7C
(138,127,124)
#7B726F
(123,114,111)
#6C6562
(108,101,98)
#5D5855
(93,88,85)
#4E4B48
(78,75,72)
#3F3E3B
(63,62,59)
#30312E
(48,49,46)
#212421
(33,36,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A89996

#A89996
(168,153,150)
#AFA29F
(175,162,159)
#B6ABA8
(182,171,168)
#BDB4B1
(189,180,177)
#C4BDBA
(196,189,186)
#CBC6C3
(203,198,195)
#D2CFCC
(210,207,204)
#D9D8D5
(217,216,213)
#E0E1DE
(224,225,222)
#E7EAE7
(231,234,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89996; }

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

This text font color is #A89996.


Background Color

.myBgColor { background-color: #A89996; }

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

This div background color is #A89996.


Border color

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

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

This div border color is #A89996.


Opacity

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

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

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

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

This text has shadow with #A89996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89996 on black background.


Color preview on white background

This text has color #A89996 on white background.



Black color preview on #A89996 background

This text has black color on #A89996 background.


White color preview on #A89996 background

This text has white color on #A89996 background.