COLOR #A99E93

HEX: #A99E93
RGB: (169,158,147)

Color info

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

RGB color model

#A99E93 color RGB value is (169,158,147).

  • red value is 169;
  • green value is 158;
  • blue value is 147.
RGB:
(169,158,147)
(66%,62%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 147 of 255 = 58%

169
158
147

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

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 147 = 474 (100%)
R 169 of 474 ~ 35.65%
G 158 of 474 ~ 33.33%
B 147 of 474 ~ 31.01%

%35.65
%33.33
%31.01

CMYK color model

#A99E93 color CMYK value is (0,7,13,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(0,7,13,34)
C0M7Y13K34 
(0%,7%,13%,34%)
(0.00/0.07/0.13/0.34)	

CMYK percentages

%0
%6.51
%13.02
%33.73

Codes

Color #A99E93 in popluar color models

A99E93
RGB169158147
HSL30°11.34%61.96%
HSB/HSV30°13.02%66.27%
CMYK0.00%6.51%13.02%
33.73%

Color #A99E93 in popluar number systems.

HEXA99E93
Decimal169158147
Binary101010011001111010010011
Octal251236223

Shades and tints

Shades of #A99E93

#A99E93
(169,158,147)
#9A9086
(154,144,134)
#8B8279
(139,130,121)
#7C746C
(124,116,108)
#6D665F
(109,102,95)
#5E5852
(94,88,82)
#4F4A45
(79,74,69)
#403C38
(64,60,56)
#312E2B
(49,46,43)
#22201E
(34,32,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A99E93

#A99E93
(169,158,147)
#B0A69C
(176,166,156)
#B7AEA5
(183,174,165)
#BEB6AE
(190,182,174)
#C5BEB7
(197,190,183)
#CCC6C0
(204,198,192)
#D3CEC9
(211,206,201)
#DAD6D2
(218,214,210)
#E1DEDB
(225,222,219)
#E8E6E4
(232,230,228)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99E93 color. Also use rgb(169,158,147) instead hex code.

Text Font Color

.myTextColor { color: #A99E93; }

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

This text font color is #A99E93.


Background Color

.myBgColor { background-color: #A99E93; }

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

This div background color is #A99E93.


Border color

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

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

This div border color is #A99E93.


Opacity

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

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

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

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

This text has shadow with #A99E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99E93 on black background.


Color preview on white background

This text has color #A99E93 on white background.



Black color preview on #A99E93 background

This text has black color on #A99E93 background.


White color preview on #A99E93 background

This text has white color on #A99E93 background.