COLOR #A89995

HEX: #A89995
RGB: (168,153,149)

Color info

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

RGB color model

#A89995 color RGB value is (168,153,149).

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

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 149 of 255 = 58%

168
153
149

R + G + B ~ 61%. #A89995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 149 = 470 (100%)
R 168 of 470 ~ 35.74%
G 153 of 470 ~ 32.55%
B 149 of 470 ~ 31.7%

%35.74
%32.55
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 11.31%
  • 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
%11.31
%34.12

Codes

Color #A89995 in popluar color models

A89995
RGB168153149
HSL13°9.84%62.16%
HSB/HSV13°11.31%65.88%
CMYK0.00%8.93%11.31%
34.12%

Color #A89995 in popluar number systems.

HEXA89995
Decimal168153149
Binary101010001001100110010101
Octal250231225

Shades and tints

Shades of #A89995

#A89995
(168,153,149)
#998C88
(153,140,136)
#8A7F7B
(138,127,123)
#7B726E
(123,114,110)
#6C6561
(108,101,97)
#5D5854
(93,88,84)
#4E4B47
(78,75,71)
#3F3E3A
(63,62,58)
#30312D
(48,49,45)
#212420
(33,36,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #A89995

#A89995
(168,153,149)
#AFA29E
(175,162,158)
#B6ABA7
(182,171,167)
#BDB4B0
(189,180,176)
#C4BDB9
(196,189,185)
#CBC6C2
(203,198,194)
#D2CFCB
(210,207,203)
#D9D8D4
(217,216,212)
#E0E1DD
(224,225,221)
#E7EAE6
(231,234,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89995; }

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

This text font color is #A89995.


Background Color

.myBgColor { background-color: #A89995; }

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

This div background color is #A89995.


Border color

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

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

This div border color is #A89995.


Opacity

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

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

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

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

This text has shadow with #A89995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89995 on black background.


Color preview on white background

This text has color #A89995 on white background.



Black color preview on #A89995 background

This text has black color on #A89995 background.


White color preview on #A89995 background

This text has white color on #A89995 background.