COLOR #A09894

HEX: #A09894
RGB: (160,152,148)

Color info

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

RGB color model

#A09894 color RGB value is (160,152,148).

  • red value is 160;
  • green value is 152;
  • blue value is 148.
RGB:
(160,152,148)
(63%,60%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 148 of 255 = 58%

160
152
148

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 148 = 460 (100%)
R 160 of 460 ~ 34.78%
G 152 of 460 ~ 33.04%
B 148 of 460 ~ 32.17%

%34.78
%33.04
%32.17

CMYK color model

#A09894 color CMYK value is (0,5,7,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 7.50%
  • key color value is 37.25%
CMYK:
(0,5,7,37)
C0M5Y7K37 
(0%,5%,7%,37%)
(0.00/0.05/0.07/0.37)	

CMYK percentages

%0
%5
%7.5
%37.25

Codes

Color #A09894 in popluar color models

A09894
RGB160152148
HSL20°5.94%60.39%
HSB/HSV20°7.50%62.75%
CMYK0.00%5.00%7.50%
37.25%

Color #A09894 in popluar number systems.

HEXA09894
Decimal160152148
Binary101000001001100010010100
Octal240230224

Shades and tints

Shades of #A09894

#A09894
(160,152,148)
#928B87
(146,139,135)
#847E7A
(132,126,122)
#76716D
(118,113,109)
#686460
(104,100,96)
#5A5753
(90,87,83)
#4C4A46
(76,74,70)
#3E3D39
(62,61,57)
#30302C
(48,48,44)
#22231F
(34,35,31)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A09894

#A09894
(160,152,148)
#A8A19D
(168,161,157)
#B0AAA6
(176,170,166)
#B8B3AF
(184,179,175)
#C0BCB8
(192,188,184)
#C8C5C1
(200,197,193)
#D0CECA
(208,206,202)
#D8D7D3
(216,215,211)
#E0E0DC
(224,224,220)
#E8E9E5
(232,233,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09894 color. Also use rgb(160,152,148) instead hex code.

Text Font Color

.myTextColor { color: #A09894; }

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

This text font color is #A09894.


Background Color

.myBgColor { background-color: #A09894; }

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

This div background color is #A09894.


Border color

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

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

This div border color is #A09894.


Opacity

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

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

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

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

This text has shadow with #A09894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09894 on black background.


Color preview on white background

This text has color #A09894 on white background.



Black color preview on #A09894 background

This text has black color on #A09894 background.


White color preview on #A09894 background

This text has white color on #A09894 background.