COLOR #A1999E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
153
158

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

Portions of RGB colors in percentages

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

%34.11
%32.42
%33.47

CMYK color model

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

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

CMYK percentages

%0
%4.97
%1.86
%36.86

Codes

Color #A1999E in popluar color models

A1999E
RGB161153158
HSL323°4.08%61.57%
HSB/HSV323°4.97%63.14%
CMYK0.00%4.97%1.86%
36.86%

Color #A1999E in popluar number systems.

HEXA1999E
Decimal161153158
Binary101000011001100110011110
Octal241231236

Shades and tints

Shades of #A1999E

#A1999E
(161,153,158)
#938C90
(147,140,144)
#857F82
(133,127,130)
#777274
(119,114,116)
#696566
(105,101,102)
#5B5858
(91,88,88)
#4D4B4A
(77,75,74)
#3F3E3C
(63,62,60)
#31312E
(49,49,46)
#232420
(35,36,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #A1999E

#A1999E
(161,153,158)
#A9A2A6
(169,162,166)
#B1ABAE
(177,171,174)
#B9B4B6
(185,180,182)
#C1BDBE
(193,189,190)
#C9C6C6
(201,198,198)
#D1CFCE
(209,207,206)
#D9D8D6
(217,216,214)
#E1E1DE
(225,225,222)
#E9EAE6
(233,234,230)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1999E; }

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

This text font color is #A1999E.


Background Color

.myBgColor { background-color: #A1999E; }

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

This div background color is #A1999E.


Border color

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

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

This div border color is #A1999E.


Opacity

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

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

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

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

This text has shadow with #A1999E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1999E on black background.


Color preview on white background

This text has color #A1999E on white background.



Black color preview on #A1999E background

This text has black color on #A1999E background.


White color preview on #A1999E background

This text has white color on #A1999E background.