COLOR #A889A0

HEX: #A889A0
RGB: (168,137,160)

Color info

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

RGB color model

#A889A0 color RGB value is (168,137,160).

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

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 160 of 255 = 63%

168
137
160

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

Portions of RGB colors in percentages

R + G + B =
168 + 137 + 160 = 465 (100%)
R 168 of 465 ~ 36.13%
G 137 of 465 ~ 29.46%
B 160 of 465 ~ 34.41%

%36.13
%29.46
%34.41

CMYK color model

#A889A0 color CMYK value is (0,18,5,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 4.76%
  • key color value is 34.12%
CMYK:
(0,18,5,34)
C0M18Y5K34 
(0%,18%,5%,34%)
(0.00/0.18/0.05/0.34)	

CMYK percentages

%0
%18.45
%4.76
%34.12

Codes

Color #A889A0 in popluar color models

A889A0
RGB168137160
HSL315°15.12%59.80%
HSB/HSV315°18.45%65.88%
CMYK0.00%18.45%4.76%
34.12%

Color #A889A0 in popluar number systems.

HEXA889A0
Decimal168137160
Binary101010001000100110100000
Octal250211240

Shades and tints

Shades of #A889A0

#A889A0
(168,137,160)
#997D92
(153,125,146)
#8A7184
(138,113,132)
#7B6576
(123,101,118)
#6C5968
(108,89,104)
#5D4D5A
(93,77,90)
#4E414C
(78,65,76)
#3F353E
(63,53,62)
#302930
(48,41,48)
#211D22
(33,29,34)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A889A0

#A889A0
(168,137,160)
#AF93A8
(175,147,168)
#B69DB0
(182,157,176)
#BDA7B8
(189,167,184)
#C4B1C0
(196,177,192)
#CBBBC8
(203,187,200)
#D2C5D0
(210,197,208)
#D9CFD8
(217,207,216)
#E0D9E0
(224,217,224)
#E7E3E8
(231,227,232)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A889A0; }

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

This text font color is #A889A0.


Background Color

.myBgColor { background-color: #A889A0; }

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

This div background color is #A889A0.


Border color

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

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

This div border color is #A889A0.


Opacity

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

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

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

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

This text has shadow with #A889A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A889A0 on black background.


Color preview on white background

This text has color #A889A0 on white background.



Black color preview on #A889A0 background

This text has black color on #A889A0 background.


White color preview on #A889A0 background

This text has white color on #A889A0 background.