COLOR #A19AAB

HEX: #A19AAB
RGB: (161,154,171)

Color info

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

RGB color model

#A19AAB color RGB value is (161,154,171).

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

RGB channels and saturation

R 161 of 255 = 63%
G 154 of 255 = 60%
B 171 of 255 = 67%

161
154
171

R + G + B ~ 63%. #A19AAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 154 + 171 = 486 (100%)
R 161 of 486 ~ 33.13%
G 154 of 486 ~ 31.69%
B 171 of 486 ~ 35.19%

%33.13
%31.69
%35.19

CMYK color model

#A19AAB color CMYK value is (6,10,0,33).

  • cyan value is 5.85%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,10,0,33)
C6M10Y0K33 
(6%,10%,0%,33%)
(0.06/0.10/0.00/0.33)	

CMYK percentages

%5.85
%9.94
%0
%32.94

Codes

Color #A19AAB in popluar color models

A19AAB
RGB161154171
HSL265°9.19%63.73%
HSB/HSV265°9.94%67.06%
CMYK5.85%9.94%0.00%
32.94%

Color #A19AAB in popluar number systems.

HEXA19AAB
Decimal161154171
Binary101000011001101010101011
Octal241232253

Shades and tints

Shades of #A19AAB

#A19AAB
(161,154,171)
#938C9C
(147,140,156)
#857E8D
(133,126,141)
#77707E
(119,112,126)
#69626F
(105,98,111)
#5B5460
(91,84,96)
#4D4651
(77,70,81)
#3F3842
(63,56,66)
#312A33
(49,42,51)
#231C24
(35,28,36)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #A19AAB

#A19AAB
(161,154,171)
#A9A3B2
(169,163,178)
#B1ACB9
(177,172,185)
#B9B5C0
(185,181,192)
#C1BEC7
(193,190,199)
#C9C7CE
(201,199,206)
#D1D0D5
(209,208,213)
#D9D9DC
(217,217,220)
#E1E2E3
(225,226,227)
#E9EBEA
(233,235,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19AAB; }

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

This text font color is #A19AAB.


Background Color

.myBgColor { background-color: #A19AAB; }

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

This div background color is #A19AAB.


Border color

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

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

This div border color is #A19AAB.


Opacity

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

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

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

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

This text has shadow with #A19AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19AAB on black background.


Color preview on white background

This text has color #A19AAB on white background.



Black color preview on #A19AAB background

This text has black color on #A19AAB background.


White color preview on #A19AAB background

This text has white color on #A19AAB background.