COLOR #A19FAB

HEX: #A19FAB
RGB: (161,159,171)

Color info

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

RGB color model

#A19FAB color RGB value is (161,159,171).

  • red value is 161;
  • green value is 159;
  • blue value is 171.
RGB:
(161,159,171)
(63%,62%,67%)

RGB channels and saturation

R 161 of 255 = 63%
G 159 of 255 = 62%
B 171 of 255 = 67%

161
159
171

R + G + B ~ 64%. #A19FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 159 + 171 = 491 (100%)
R 161 of 491 ~ 32.79%
G 159 of 491 ~ 32.38%
B 171 of 491 ~ 34.83%

%32.79
%32.38
%34.83

CMYK color model

#A19FAB color CMYK value is (6,7,0,33).

  • cyan value is 5.85%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,7,0,33)
C6M7Y0K33 
(6%,7%,0%,33%)
(0.06/0.07/0.00/0.33)	

CMYK percentages

%5.85
%7.02
%0
%32.94

Codes

Color #A19FAB in popluar color models

A19FAB
RGB161159171
HSL250°6.67%64.71%
HSB/HSV250°7.02%67.06%
CMYK5.85%7.02%0.00%
32.94%

Color #A19FAB in popluar number systems.

HEXA19FAB
Decimal161159171
Binary101000011001111110101011
Octal241237253

Shades and tints

Shades of #A19FAB

#A19FAB
(161,159,171)
#93919C
(147,145,156)
#85838D
(133,131,141)
#77757E
(119,117,126)
#69676F
(105,103,111)
#5B5960
(91,89,96)
#4D4B51
(77,75,81)
#3F3D42
(63,61,66)
#312F33
(49,47,51)
#232124
(35,33,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A19FAB

#A19FAB
(161,159,171)
#A9A7B2
(169,167,178)
#B1AFB9
(177,175,185)
#B9B7C0
(185,183,192)
#C1BFC7
(193,191,199)
#C9C7CE
(201,199,206)
#D1CFD5
(209,207,213)
#D9D7DC
(217,215,220)
#E1DFE3
(225,223,227)
#E9E7EA
(233,231,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19FAB color. Also use rgb(161,159,171) instead hex code.

Text Font Color

.myTextColor { color: #A19FAB; }

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

This text font color is #A19FAB.


Background Color

.myBgColor { background-color: #A19FAB; }

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

This div background color is #A19FAB.


Border color

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

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

This div border color is #A19FAB.


Opacity

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

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

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

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

This text has shadow with #A19FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19FAB on black background.


Color preview on white background

This text has color #A19FAB on white background.



Black color preview on #A19FAB background

This text has black color on #A19FAB background.


White color preview on #A19FAB background

This text has white color on #A19FAB background.