COLOR #A986A0

HEX: #A986A0
RGB: (169,134,160)

Color info

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

RGB color model

#A986A0 color RGB value is (169,134,160).

  • red value is 169;
  • green value is 134;
  • blue value is 160.
RGB:
(169,134,160)
(66%,53%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 160 of 255 = 63%

169
134
160

R + G + B ~ 61%. #A986A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 134 + 160 = 463 (100%)
R 169 of 463 ~ 36.5%
G 134 of 463 ~ 28.94%
B 160 of 463 ~ 34.56%

%36.5
%28.94
%34.56

CMYK color model

#A986A0 color CMYK value is (0,21,5,34).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,21,5,34)
C0M21Y5K34 
(0%,21%,5%,34%)
(0.00/0.21/0.05/0.34)	

CMYK percentages

%0
%20.71
%5.33
%33.73

Codes

Color #A986A0 in popluar color models

A986A0
RGB169134160
HSL315°16.91%59.41%
HSB/HSV315°20.71%66.27%
CMYK0.00%20.71%5.33%
33.73%

Color #A986A0 in popluar number systems.

HEXA986A0
Decimal169134160
Binary101010011000011010100000
Octal251206240

Shades and tints

Shades of #A986A0

#A986A0
(169,134,160)
#9A7A92
(154,122,146)
#8B6E84
(139,110,132)
#7C6276
(124,98,118)
#6D5668
(109,86,104)
#5E4A5A
(94,74,90)
#4F3E4C
(79,62,76)
#40323E
(64,50,62)
#312630
(49,38,48)
#221A22
(34,26,34)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A986A0

#A986A0
(169,134,160)
#B091A8
(176,145,168)
#B79CB0
(183,156,176)
#BEA7B8
(190,167,184)
#C5B2C0
(197,178,192)
#CCBDC8
(204,189,200)
#D3C8D0
(211,200,208)
#DAD3D8
(218,211,216)
#E1DEE0
(225,222,224)
#E8E9E8
(232,233,232)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A986A0 color. Also use rgb(169,134,160) instead hex code.

Text Font Color

.myTextColor { color: #A986A0; }

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

This text font color is #A986A0.


Background Color

.myBgColor { background-color: #A986A0; }

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

This div background color is #A986A0.


Border color

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

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

This div border color is #A986A0.


Opacity

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

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

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

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

This text has shadow with #A986A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A986A0 on black background.


Color preview on white background

This text has color #A986A0 on white background.



Black color preview on #A986A0 background

This text has black color on #A986A0 background.


White color preview on #A986A0 background

This text has white color on #A986A0 background.