COLOR #A886A4

HEX: #A886A4
RGB: (168,134,164)

Color info

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

RGB color model

#A886A4 color RGB value is (168,134,164).

  • red value is 168;
  • green value is 134;
  • blue value is 164.
RGB:
(168,134,164)
(66%,53%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 164 of 255 = 64%

168
134
164

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

Portions of RGB colors in percentages

R + G + B =
168 + 134 + 164 = 466 (100%)
R 168 of 466 ~ 36.05%
G 134 of 466 ~ 28.76%
B 164 of 466 ~ 35.19%

%36.05
%28.76
%35.19

CMYK color model

#A886A4 color CMYK value is (0,20,2,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(0,20,2,34)
C0M20Y2K34 
(0%,20%,2%,34%)
(0.00/0.20/0.02/0.34)	

CMYK percentages

%0
%20.24
%2.38
%34.12

Codes

Color #A886A4 in popluar color models

A886A4
RGB168134164
HSL307°16.35%59.22%
HSB/HSV307°20.24%65.88%
CMYK0.00%20.24%2.38%
34.12%

Color #A886A4 in popluar number systems.

HEXA886A4
Decimal168134164
Binary101010001000011010100100
Octal250206244

Shades and tints

Shades of #A886A4

#A886A4
(168,134,164)
#997A96
(153,122,150)
#8A6E88
(138,110,136)
#7B627A
(123,98,122)
#6C566C
(108,86,108)
#5D4A5E
(93,74,94)
#4E3E50
(78,62,80)
#3F3242
(63,50,66)
#302634
(48,38,52)
#211A26
(33,26,38)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #A886A4

#A886A4
(168,134,164)
#AF91AC
(175,145,172)
#B69CB4
(182,156,180)
#BDA7BC
(189,167,188)
#C4B2C4
(196,178,196)
#CBBDCC
(203,189,204)
#D2C8D4
(210,200,212)
#D9D3DC
(217,211,220)
#E0DEE4
(224,222,228)
#E7E9EC
(231,233,236)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A886A4 color. Also use rgb(168,134,164) instead hex code.

Text Font Color

.myTextColor { color: #A886A4; }

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

This text font color is #A886A4.


Background Color

.myBgColor { background-color: #A886A4; }

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

This div background color is #A886A4.


Border color

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

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

This div border color is #A886A4.


Opacity

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

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

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

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

This text has shadow with #A886A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A886A4 on black background.


Color preview on white background

This text has color #A886A4 on white background.



Black color preview on #A886A4 background

This text has black color on #A886A4 background.


White color preview on #A886A4 background

This text has white color on #A886A4 background.