COLOR #A885A0

HEX: #A885A0
RGB: (168,133,160)

Color info

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

RGB color model

#A885A0 color RGB value is (168,133,160).

  • red value is 168;
  • green value is 133;
  • blue value is 160.
RGB:
(168,133,160)
(66%,52%,63%)

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 160 of 255 = 63%

168
133
160

R + G + B ~ 60%. #A885A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 133 + 160 = 461 (100%)
R 168 of 461 ~ 36.44%
G 133 of 461 ~ 28.85%
B 160 of 461 ~ 34.71%

%36.44
%28.85
%34.71

CMYK color model

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

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

CMYK percentages

%0
%20.83
%4.76
%34.12

Codes

Color #A885A0 in popluar color models

A885A0
RGB168133160
HSL314°16.75%59.02%
HSB/HSV314°20.83%65.88%
CMYK0.00%20.83%4.76%
34.12%

Color #A885A0 in popluar number systems.

HEXA885A0
Decimal168133160
Binary101010001000010110100000
Octal250205240

Shades and tints

Shades of #A885A0

#A885A0
(168,133,160)
#997992
(153,121,146)
#8A6D84
(138,109,132)
#7B6176
(123,97,118)
#6C5568
(108,85,104)
#5D495A
(93,73,90)
#4E3D4C
(78,61,76)
#3F313E
(63,49,62)
#302530
(48,37,48)
#211922
(33,25,34)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #A885A0

#A885A0
(168,133,160)
#AF90A8
(175,144,168)
#B69BB0
(182,155,176)
#BDA6B8
(189,166,184)
#C4B1C0
(196,177,192)
#CBBCC8
(203,188,200)
#D2C7D0
(210,199,208)
#D9D2D8
(217,210,216)
#E0DDE0
(224,221,224)
#E7E8E8
(231,232,232)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A885A0 color. Also use rgb(168,133,160) instead hex code.

Text Font Color

.myTextColor { color: #A885A0; }

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

This text font color is #A885A0.


Background Color

.myBgColor { background-color: #A885A0; }

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

This div background color is #A885A0.


Border color

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

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

This div border color is #A885A0.


Opacity

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

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

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

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

This text has shadow with #A885A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A885A0 on black background.


Color preview on white background

This text has color #A885A0 on white background.



Black color preview on #A885A0 background

This text has black color on #A885A0 background.


White color preview on #A885A0 background

This text has white color on #A885A0 background.