COLOR #A8989B

HEX: #A8989B RGB: (168,152,155)

Color info

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

RGB color model

#A8989B color RGB value is (168,152,155).

RGB: (168,152,155) (66%, 60%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 155 of 255 = 61%

168
152
155

R + G + B ~ 62%. #A8989B is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 152 + 155 = 475 (100%)
R 168 of 475 ~ 35.37%
G 152 of 475 ~ 32%
B 155 of 475 ~ 32.63'%

%35.37
%32
%32.63

CMYK color model

#A8989B color CMYK value is (0,10,8,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK: (0,10,8,34) C0M10Y8K34 (0%,10%,8%,34%) (0.00/0.10/0.08/0.34) 

CMYK percentages

%0
%9.52
%7.74
%34.12

Codes

Color #A8989B in popluar color models

A8 98 9B
RGB 168 152 155
HSL 349° 8.42% 62.75%
HSB/HSV 349° 9.52% 65.88%
CMYK 0.00% 9.52% 7.74%
34.12%

Color #A8989B in popluar number systems.

HEX A8 98 9B
Decimal 168 152 155
Binary 10101000 10011000 10011011
Octal 250 230 233

Shades and tints

Shades of #A8989B

#A8989B
(168,152,155)
#998B8D
(153,139,141)
#8A7E7F
(138,126,127)
#7B7171
(123,113,113)
#6C6463
(108,100,99)
#5D5755
(93,87,85)
#4E4A47
(78,74,71)
#3F3D39
(63,61,57)
#30302B
(48,48,43)
#21231D
(33,35,29)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #A8989B

#A8989B
(168,152,155)
#AFA1A4
(175,161,164)
#B6AAAD
(182,170,173)
#BDB3B6
(189,179,182)
#C4BCBF
(196,188,191)
#CBC5C8
(203,197,200)
#D2CED1
(210,206,209)
#D9D7DA
(217,215,218)
#E0E0E3
(224,224,227)
#E7E9EC
(231,233,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8989B color. Also use rgb(168,152,155) instead hex code.

Text Font Color

.myTextColor { color: #A8989B; }

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

This text font color is #A8989B.

Background Color

.myBgColor { background-color: #A8989B; }

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

This div background color is #A8989B.

Border color

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

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

This div border color is #A8989B.

Opacity

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

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

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

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

This text has shadow with #A8989B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8989B.

Preview

Color preview on black background

This text has color #A8989B on black background.


Color preview on white background

This text has color #A8989B on white background.


Black color preview on #A8989B background

This text has black color on #A8989B background.


White color preview on #A8989B background

This text has white color on #A8989B background.


Related colors

Complementary color

Complementary color for #hex is #576764.


I love getcolorcode.com

Triadic colors

1 #9BA898 and #989BA8 with #A8989B are triadic colors.

2 #9B98A8 and #98A89B with #A8989B are triadic colors.