COLOR #A89994

HEX: #A89994
RGB: (168,153,148)

Color info

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

RGB color model

#A89994 color RGB value is (168,153,148).

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

RGB channels and saturation

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

168
153
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 148 = 469 (100%)
R 168 of 469 ~ 35.82%
G 153 of 469 ~ 32.62%
B 148 of 469 ~ 31.56%

%35.82
%32.62
%31.56

CMYK color model

#A89994 color CMYK value is (0,9,12,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,9,12,34)
C0M9Y12K34 
(0%,9%,12%,34%)
(0.00/0.09/0.12/0.34)	

CMYK percentages

%0
%8.93
%11.9
%34.12

Codes

Color #A89994 in popluar color models

A89994
RGB168153148
HSL15°10.31%61.96%
HSB/HSV15°11.90%65.88%
CMYK0.00%8.93%11.90%
34.12%

Color #A89994 in popluar number systems.

HEXA89994
Decimal168153148
Binary101010001001100110010100
Octal250231224

Shades and tints

Shades of #A89994

#A89994
(168,153,148)
#998C87
(153,140,135)
#8A7F7A
(138,127,122)
#7B726D
(123,114,109)
#6C6560
(108,101,96)
#5D5853
(93,88,83)
#4E4B46
(78,75,70)
#3F3E39
(63,62,57)
#30312C
(48,49,44)
#21241F
(33,36,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #A89994

#A89994
(168,153,148)
#AFA29D
(175,162,157)
#B6ABA6
(182,171,166)
#BDB4AF
(189,180,175)
#C4BDB8
(196,189,184)
#CBC6C1
(203,198,193)
#D2CFCA
(210,207,202)
#D9D8D3
(217,216,211)
#E0E1DC
(224,225,220)
#E7EAE5
(231,234,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89994; }

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

This text font color is #A89994.


Background Color

.myBgColor { background-color: #A89994; }

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

This div background color is #A89994.


Border color

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

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

This div border color is #A89994.


Opacity

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

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

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

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

This text has shadow with #A89994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89994 on black background.


Color preview on white background

This text has color #A89994 on white background.



Black color preview on #A89994 background

This text has black color on #A89994 background.


White color preview on #A89994 background

This text has white color on #A89994 background.