COLOR #A09E98

HEX: #A09E98
RGB: (160,158,152)

Color info

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

RGB color model

#A09E98 color RGB value is (160,158,152).

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

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 152 of 255 = 60%

160
158
152

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

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 152 = 470 (100%)
R 160 of 470 ~ 34.04%
G 158 of 470 ~ 33.62%
B 152 of 470 ~ 32.34%

%34.04
%33.62
%32.34

CMYK color model

#A09E98 color CMYK value is (0,1,5,37).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 5.00%
  • key color value is 37.25%
CMYK:
(0,1,5,37)
C0M1Y5K37 
(0%,1%,5%,37%)
(0.00/0.01/0.05/0.37)	

CMYK percentages

%0
%1.25
%5
%37.25

Codes

Color #A09E98 in popluar color models

A09E98
RGB160158152
HSL45°4.04%61.18%
HSB/HSV45°5.00%62.75%
CMYK0.00%1.25%5.00%
37.25%

Color #A09E98 in popluar number systems.

HEXA09E98
Decimal160158152
Binary101000001001111010011000
Octal240236230

Shades and tints

Shades of #A09E98

#A09E98
(160,158,152)
#92908B
(146,144,139)
#84827E
(132,130,126)
#767471
(118,116,113)
#686664
(104,102,100)
#5A5857
(90,88,87)
#4C4A4A
(76,74,74)
#3E3C3D
(62,60,61)
#302E30
(48,46,48)
#222023
(34,32,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A09E98

#A09E98
(160,158,152)
#A8A6A1
(168,166,161)
#B0AEAA
(176,174,170)
#B8B6B3
(184,182,179)
#C0BEBC
(192,190,188)
#C8C6C5
(200,198,197)
#D0CECE
(208,206,206)
#D8D6D7
(216,214,215)
#E0DEE0
(224,222,224)
#E8E6E9
(232,230,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09E98; }

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

This text font color is #A09E98.


Background Color

.myBgColor { background-color: #A09E98; }

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

This div background color is #A09E98.


Border color

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

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

This div border color is #A09E98.


Opacity

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

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

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

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

This text has shadow with #A09E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09E98 on black background.


Color preview on white background

This text has color #A09E98 on white background.



Black color preview on #A09E98 background

This text has black color on #A09E98 background.


White color preview on #A09E98 background

This text has white color on #A09E98 background.