COLOR #A19E99

HEX: #A19E99
RGB: (161,158,153)

Color info

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

RGB color model

#A19E99 color RGB value is (161,158,153).

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

RGB channels and saturation

R 161 of 255 = 63%
G 158 of 255 = 62%
B 153 of 255 = 60%

161
158
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 158 + 153 = 472 (100%)
R 161 of 472 ~ 34.11%
G 158 of 472 ~ 33.47%
B 153 of 472 ~ 32.42%

%34.11
%33.47
%32.42

CMYK color model

#A19E99 color CMYK value is (0,2,5,37).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,2,5,37)
C0M2Y5K37 
(0%,2%,5%,37%)
(0.00/0.02/0.05/0.37)	

CMYK percentages

%0
%1.86
%4.97
%36.86

Codes

Color #A19E99 in popluar color models

A19E99
RGB161158153
HSL38°4.08%61.57%
HSB/HSV38°4.97%63.14%
CMYK0.00%1.86%4.97%
36.86%

Color #A19E99 in popluar number systems.

HEXA19E99
Decimal161158153
Binary101000011001111010011001
Octal241236231

Shades and tints

Shades of #A19E99

#A19E99
(161,158,153)
#93908C
(147,144,140)
#85827F
(133,130,127)
#777472
(119,116,114)
#696665
(105,102,101)
#5B5858
(91,88,88)
#4D4A4B
(77,74,75)
#3F3C3E
(63,60,62)
#312E31
(49,46,49)
#232024
(35,32,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A19E99

#A19E99
(161,158,153)
#A9A6A2
(169,166,162)
#B1AEAB
(177,174,171)
#B9B6B4
(185,182,180)
#C1BEBD
(193,190,189)
#C9C6C6
(201,198,198)
#D1CECF
(209,206,207)
#D9D6D8
(217,214,216)
#E1DEE1
(225,222,225)
#E9E6EA
(233,230,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19E99 color. Also use rgb(161,158,153) instead hex code.

Text Font Color

.myTextColor { color: #A19E99; }

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

This text font color is #A19E99.


Background Color

.myBgColor { background-color: #A19E99; }

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

This div background color is #A19E99.


Border color

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

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

This div border color is #A19E99.


Opacity

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

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

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

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

This text has shadow with #A19E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19E99 on black background.


Color preview on white background

This text has color #A19E99 on white background.



Black color preview on #A19E99 background

This text has black color on #A19E99 background.


White color preview on #A19E99 background

This text has white color on #A19E99 background.