COLOR #A19FA0

HEX: #A19FA0 RGB: (161,159,160)

Color info

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

RGB color model

#A19FA0 color RGB value is (161,159,160).

RGB: (161,159,160) (63%, 62%, 63%)

RGB channels and saturation

R 161 of 255 = 63%
G 159 of 255 = 62%
B 160 of 255 = 63%

161
159
160

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

Portions of RGB colors in percentages

R + G + B = 161 + 159 + 160 = 480 (100%)
R 161 of 480 ~ 33.54%
G 159 of 480 ~ 33.13%
B 160 of 480 ~ 33.33'%

%33.54
%33.13
%33.33

CMYK color model

#A19FA0 color CMYK value is (0,1,1,37).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 0.62%
  • key color value is 36.86%

CMYK: (0,1,1,37)
C0M1Y1K37 (0%, 1%, 1%, 37%)
(0.00 / 0.01 / 0.01 / 0.37)

CMYK percentages

%0
%1.24
%0.62
%36.86

Codes

Color #A19FA0 in popluar color models

A1 9F A0
RGB 161 159 160
HSL 330° 1.05% 62.75%
HSB/HSV 330° 1.24% 63.14%
CMYK 0.00% 1.24% 0.62%
36.86%

Color #A19FA0 in popluar number systems.

HEX A1 9F A0
Decimal 161 159 160
Binary 10100001 10011111 10100000
Octal 241 237 240

Shades and tints

Shades of #A19FA0

#A19FA0
(161,159,160)
#939192
(147,145,146)
#858384
(133,131,132)
#777576
(119,117,118)
#696768
(105,103,104)
#5B595A
(91,89,90)
#4D4B4C
(77,75,76)
#3F3D3E
(63,61,62)
#312F30
(49,47,48)
#232122
(35,33,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A19FA0

#A19FA0
(161,159,160)
#A9A7A8
(169,167,168)
#B1AFB0
(177,175,176)
#B9B7B8
(185,183,184)
#C1BFC0
(193,191,192)
#C9C7C8
(201,199,200)
#D1CFD0
(209,207,208)
#D9D7D8
(217,215,216)
#E1DFE0
(225,223,224)
#E9E7E8
(233,231,232)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19FA0; }

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

This text font color is #A19FA0.

Background Color

.myBgColor { background-color: #A19FA0; }

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

This div background color is #A19FA0.

Border color

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

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

This div border color is #A19FA0.

Opacity

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

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

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

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

This text has shadow with #A19FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19FA0.

Preview

Color preview on black background

This text has color #A19FA0 on black background.


Color preview on white background

This text has color #A19FA0 on white background.


Black color preview on #A19FA0 background

This text has black color on #A19FA0 background.


White color preview on #A19FA0 background

This text has white color on #A19FA0 background.


Related colors

Complementary color

Complementary color for #hex is #5E605F.


I love getcolorcode.com

Triadic colors

1 #A0A19F and #9FA0A1 with #A19FA0 are triadic colors.

2 #A09FA1 and #9FA1A0 with #A19FA0 are triadic colors.