COLOR #A888A0

HEX: #A888A0
RGB: (168,136,160)

Color info

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

RGB color model

#A888A0 color RGB value is (168,136,160).

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

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 160 of 255 = 63%

168
136
160

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

Portions of RGB colors in percentages

R + G + B =
168 + 136 + 160 = 464 (100%)
R 168 of 464 ~ 36.21%
G 136 of 464 ~ 29.31%
B 160 of 464 ~ 34.48%

%36.21
%29.31
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 4.76%
  • 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
%4.76
%34.12

Codes

Color #A888A0 in popluar color models

A888A0
RGB168136160
HSL315°15.53%59.61%
HSB/HSV315°19.05%65.88%
CMYK0.00%19.05%4.76%
34.12%

Color #A888A0 in popluar number systems.

HEXA888A0
Decimal168136160
Binary101010001000100010100000
Octal250210240

Shades and tints

Shades of #A888A0

#A888A0
(168,136,160)
#997C92
(153,124,146)
#8A7084
(138,112,132)
#7B6476
(123,100,118)
#6C5868
(108,88,104)
#5D4C5A
(93,76,90)
#4E404C
(78,64,76)
#3F343E
(63,52,62)
#302830
(48,40,48)
#211C22
(33,28,34)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A888A0

#A888A0
(168,136,160)
#AF92A8
(175,146,168)
#B69CB0
(182,156,176)
#BDA6B8
(189,166,184)
#C4B0C0
(196,176,192)
#CBBAC8
(203,186,200)
#D2C4D0
(210,196,208)
#D9CED8
(217,206,216)
#E0D8E0
(224,216,224)
#E7E2E8
(231,226,232)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A888A0; }

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

This text font color is #A888A0.


Background Color

.myBgColor { background-color: #A888A0; }

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

This div background color is #A888A0.


Border color

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

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

This div border color is #A888A0.


Opacity

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

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

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

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

This text has shadow with #A888A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A888A0 on black background.


Color preview on white background

This text has color #A888A0 on white background.



Black color preview on #A888A0 background

This text has black color on #A888A0 background.


White color preview on #A888A0 background

This text has white color on #A888A0 background.