COLOR #A8898C

HEX: #A8898C
RGB: (168,137,140)

Color info

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

RGB color model

#A8898C color RGB value is (168,137,140).

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

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 140 of 255 = 55%

168
137
140

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

Portions of RGB colors in percentages

R + G + B =
168 + 137 + 140 = 445 (100%)
R 168 of 445 ~ 37.75%
G 137 of 445 ~ 30.79%
B 140 of 445 ~ 31.46%

%37.75
%30.79
%31.46

CMYK color model

#A8898C color CMYK value is (0,18,17,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(0,18,17,34)
C0M18Y17K34 
(0%,18%,17%,34%)
(0.00/0.18/0.17/0.34)	

CMYK percentages

%0
%18.45
%16.67
%34.12

Codes

Color #A8898C in popluar color models

A8898C
RGB168137140
HSL354°15.12%59.80%
HSB/HSV354°18.45%65.88%
CMYK0.00%18.45%16.67%
34.12%

Color #A8898C in popluar number systems.

HEXA8898C
Decimal168137140
Binary101010001000100110001100
Octal250211214

Shades and tints

Shades of #A8898C

#A8898C
(168,137,140)
#997D80
(153,125,128)
#8A7174
(138,113,116)
#7B6568
(123,101,104)
#6C595C
(108,89,92)
#5D4D50
(93,77,80)
#4E4144
(78,65,68)
#3F3538
(63,53,56)
#30292C
(48,41,44)
#211D20
(33,29,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A8898C

#A8898C
(168,137,140)
#AF9396
(175,147,150)
#B69DA0
(182,157,160)
#BDA7AA
(189,167,170)
#C4B1B4
(196,177,180)
#CBBBBE
(203,187,190)
#D2C5C8
(210,197,200)
#D9CFD2
(217,207,210)
#E0D9DC
(224,217,220)
#E7E3E6
(231,227,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8898C; }

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

This text font color is #A8898C.


Background Color

.myBgColor { background-color: #A8898C; }

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

This div background color is #A8898C.


Border color

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

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

This div border color is #A8898C.


Opacity

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

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

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

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

This text has shadow with #A8898C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8898C on black background.


Color preview on white background

This text has color #A8898C on white background.



Black color preview on #A8898C background

This text has black color on #A8898C background.


White color preview on #A8898C background

This text has white color on #A8898C background.