COLOR #A8899C

HEX: #A8899C RGB: (168,137,156)

Color info

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

RGB color model

#A8899C color RGB value is (168,137,156).

RGB: (168,137,156) (66%, 54%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 156 of 255 = 61%

168
137
156

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

Portions of RGB colors in percentages

R + G + B = 168 + 137 + 156 = 461 (100%)
R 168 of 461 ~ 36.44%
G 137 of 461 ~ 29.72%
B 156 of 461 ~ 33.84'%

%36.44
%29.72
%33.84

CMYK color model

#A8899C color CMYK value is (0,18,7,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK: (0,18,7,34) C0M18Y7K34 (0%,18%,7%,34%) (0.00/0.18/0.07/0.34) 

CMYK percentages

%0
%18.45
%7.14
%34.12

Codes

Color #A8899C in popluar color models

A8 89 9C
RGB 168 137 156
HSL 323° 15.12% 59.80%
HSB/HSV 323° 18.45% 65.88%
CMYK 0.00% 18.45% 7.14%
34.12%

Color #A8899C in popluar number systems.

HEX A8 89 9C
Decimal 168 137 156
Binary 10101000 10001001 10011100
Octal 250 211 234

Shades and tints

Shades of #A8899C

#A8899C
(168,137,156)
#997D8E
(153,125,142)
#8A7180
(138,113,128)
#7B6572
(123,101,114)
#6C5964
(108,89,100)
#5D4D56
(93,77,86)
#4E4148
(78,65,72)
#3F353A
(63,53,58)
#30292C
(48,41,44)
#211D1E
(33,29,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #A8899C

#A8899C
(168,137,156)
#AF93A5
(175,147,165)
#B69DAE
(182,157,174)
#BDA7B7
(189,167,183)
#C4B1C0
(196,177,192)
#CBBBC9
(203,187,201)
#D2C5D2
(210,197,210)
#D9CFDB
(217,207,219)
#E0D9E4
(224,217,228)
#E7E3ED
(231,227,237)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8899C; }

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

This text font color is #A8899C.

Background Color

.myBgColor { background-color: #A8899C; }

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

This div background color is #A8899C.

Border color

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

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

This div border color is #A8899C.

Opacity

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

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

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

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

This text has shadow with #A8899C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8899C.

Preview

Color preview on black background

This text has color #A8899C on black background.


Color preview on white background

This text has color #A8899C on white background.


Black color preview on #A8899C background

This text has black color on #A8899C background.


White color preview on #A8899C background

This text has white color on #A8899C background.


Related colors

Complementary color

Complementary color for #hex is #577663.


I love getcolorcode.com

Gradients

Color #A8899C is used in Mountbatten Pink gradient.

Mountbatten Pink


Triadic colors

1 #9CA889 and #899CA8 with #A8899C are triadic colors.

2 #9C89A8 and #89A89C with #A8899C are triadic colors.