COLOR #A09895

HEX: #A09895
RGB: (160,152,149)

Color info

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

RGB color model

#A09895 color RGB value is (160,152,149).

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

RGB channels and saturation

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

160
152
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 149 = 461 (100%)
R 160 of 461 ~ 34.71%
G 152 of 461 ~ 32.97%
B 149 of 461 ~ 32.32%

%34.71
%32.97
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 6.87%
  • 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
%6.87
%37.25

Codes

Color #A09895 in popluar color models

A09895
RGB160152149
HSL16°5.47%60.59%
HSB/HSV16°6.87%62.75%
CMYK0.00%5.00%6.87%
37.25%

Color #A09895 in popluar number systems.

HEXA09895
Decimal160152149
Binary101000001001100010010101
Octal240230225

Shades and tints

Shades of #A09895

#A09895
(160,152,149)
#928B88
(146,139,136)
#847E7B
(132,126,123)
#76716E
(118,113,110)
#686461
(104,100,97)
#5A5754
(90,87,84)
#4C4A47
(76,74,71)
#3E3D3A
(62,61,58)
#30302D
(48,48,45)
#222320
(34,35,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A09895

#A09895
(160,152,149)
#A8A19E
(168,161,158)
#B0AAA7
(176,170,167)
#B8B3B0
(184,179,176)
#C0BCB9
(192,188,185)
#C8C5C2
(200,197,194)
#D0CECB
(208,206,203)
#D8D7D4
(216,215,212)
#E0E0DD
(224,224,221)
#E8E9E6
(232,233,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09895; }

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

This text font color is #A09895.


Background Color

.myBgColor { background-color: #A09895; }

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

This div background color is #A09895.


Border color

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

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

This div border color is #A09895.


Opacity

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

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

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

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

This text has shadow with #A09895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09895 on black background.


Color preview on white background

This text has color #A09895 on white background.



Black color preview on #A09895 background

This text has black color on #A09895 background.


White color preview on #A09895 background

This text has white color on #A09895 background.