COLOR #A8889F

HEX: #A8889F
RGB: (168,136,159)

Color info

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

RGB color model

#A8889F color RGB value is (168,136,159).

  • red value is 168;
  • green value is 136;
  • blue value is 159.
RGB:
(168,136,159)
(66%,53%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 159 of 255 = 62%

168
136
159

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

Portions of RGB colors in percentages

R + G + B =
168 + 136 + 159 = 463 (100%)
R 168 of 463 ~ 36.29%
G 136 of 463 ~ 29.37%
B 159 of 463 ~ 34.34%

%36.29
%29.37
%34.34

CMYK color model

#A8889F color CMYK value is (0,19,5,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(0,19,5,34)
C0M19Y5K34 
(0%,19%,5%,34%)
(0.00/0.19/0.05/0.34)	

CMYK percentages

%0
%19.05
%5.36
%34.12

Codes

Color #A8889F in popluar color models

A8889F
RGB168136159
HSL317°15.53%59.61%
HSB/HSV317°19.05%65.88%
CMYK0.00%19.05%5.36%
34.12%

Color #A8889F in popluar number systems.

HEXA8889F
Decimal168136159
Binary101010001000100010011111
Octal250210237

Shades and tints

Shades of #A8889F

#A8889F
(168,136,159)
#997C91
(153,124,145)
#8A7083
(138,112,131)
#7B6475
(123,100,117)
#6C5867
(108,88,103)
#5D4C59
(93,76,89)
#4E404B
(78,64,75)
#3F343D
(63,52,61)
#30282F
(48,40,47)
#211C21
(33,28,33)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #A8889F

#A8889F
(168,136,159)
#AF92A7
(175,146,167)
#B69CAF
(182,156,175)
#BDA6B7
(189,166,183)
#C4B0BF
(196,176,191)
#CBBAC7
(203,186,199)
#D2C4CF
(210,196,207)
#D9CED7
(217,206,215)
#E0D8DF
(224,216,223)
#E7E2E7
(231,226,231)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8889F color. Also use rgb(168,136,159) instead hex code.

Text Font Color

.myTextColor { color: #A8889F; }

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

This text font color is #A8889F.


Background Color

.myBgColor { background-color: #A8889F; }

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

This div background color is #A8889F.


Border color

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

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

This div border color is #A8889F.


Opacity

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

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

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

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

This text has shadow with #A8889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8889F on black background.


Color preview on white background

This text has color #A8889F on white background.



Black color preview on #A8889F background

This text has black color on #A8889F background.


White color preview on #A8889F background

This text has white color on #A8889F background.