COLOR #A19DA4

HEX: #A19DA4 RGB: (161,157,164)

Color info

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

RGB color model

#A19DA4 color RGB value is (161,157,164).

RGB: (161,157,164) (63%, 62%, 64%)

RGB channels and saturation

R 161 of 255 = 63%
G 157 of 255 = 62%
B 164 of 255 = 64%

161
157
164

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

Portions of RGB colors in percentages

R + G + B = 161 + 157 + 164 = 482 (100%)
R 161 of 482 ~ 33.4%
G 157 of 482 ~ 32.57%
B 164 of 482 ~ 34.02'%

%33.4
%32.57
%34.02

CMYK color model

#A19DA4 color CMYK value is (2,4,0,36).

  • cyan value is 1.83%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (2,4,0,36)
C2M4Y0K36 (2%, 4%, 0%, 36%)
(0.02 / 0.04 / 0.00 / 0.36)

CMYK percentages

%1.83
%4.27
%0
%35.69

Codes

Color #A19DA4 in popluar color models

A1 9D A4
RGB 161 157 164
HSL 274° 3.70% 62.94%
HSB/HSV 274° 4.27% 64.31%
CMYK 1.83% 4.27% 0.00%
35.69%

Color #A19DA4 in popluar number systems.

HEX A1 9D A4
Decimal 161 157 164
Binary 10100001 10011101 10100100
Octal 241 235 244

Shades and tints

Shades of #A19DA4

#A19DA4
(161,157,164)
#938F96
(147,143,150)
#858188
(133,129,136)
#77737A
(119,115,122)
#69656C
(105,101,108)
#5B575E
(91,87,94)
#4D4950
(77,73,80)
#3F3B42
(63,59,66)
#312D34
(49,45,52)
#231F26
(35,31,38)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #A19DA4

#A19DA4
(161,157,164)
#A9A5AC
(169,165,172)
#B1ADB4
(177,173,180)
#B9B5BC
(185,181,188)
#C1BDC4
(193,189,196)
#C9C5CC
(201,197,204)
#D1CDD4
(209,205,212)
#D9D5DC
(217,213,220)
#E1DDE4
(225,221,228)
#E9E5EC
(233,229,236)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19DA4 color. Also use rgb(161,157,164) instead hex code.

Text Font Color

.myTextColor { color: #A19DA4; }

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

This text font color is #A19DA4.

Background Color

.myBgColor { background-color: #A19DA4; }

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

This div background color is #A19DA4.

Border color

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

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

This div border color is #A19DA4.

Opacity

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

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

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

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

This text has shadow with #A19DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19DA4.

Preview

Color preview on black background

This text has color #A19DA4 on black background.


Color preview on white background

This text has color #A19DA4 on white background.


Black color preview on #A19DA4 background

This text has black color on #A19DA4 background.


White color preview on #A19DA4 background

This text has white color on #A19DA4 background.


Related colors

Complementary color

Complementary color for #hex is #5E625B.


I love getcolorcode.com

Triadic colors

1 #A4A19D and #9DA4A1 with #A19DA4 are triadic colors.

2 #A49DA1 and #9DA1A4 with #A19DA4 are triadic colors.