COLOR #A89998

HEX: #A89998 RGB: (168,153,152)

Color info

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

RGB color model

#A89998 color RGB value is (168,153,152).

RGB: (168,153,152) (66%, 60%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 152 of 255 = 60%

168
153
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 152 = 473 (100%)
R 168 of 473 ~ 35.52%
G 153 of 473 ~ 32.35%
B 152 of 473 ~ 32.14'%

%35.52
%32.35
%32.14

CMYK color model

#A89998 color CMYK value is (0,9,10,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 9.52%
  • key color value is 34.12%

CMYK: (0,9,10,34)
C0M9Y10K34 (0%, 9%, 10%, 34%)
(0.00 / 0.09 / 0.10 / 0.34)

CMYK percentages

%0
%8.93
%9.52
%34.12

Codes

Color #A89998 in popluar color models

A8 99 98
RGB 168 153 152
HSL 8.42% 62.75%
HSB/HSV 9.52% 65.88%
CMYK 0.00% 8.93% 9.52%
34.12%

Color #A89998 in popluar number systems.

HEX A8 99 98
Decimal 168 153 152
Binary 10101000 10011001 10011000
Octal 250 231 230

Shades and tints

Shades of #A89998

#A89998
(168,153,152)
#998C8B
(153,140,139)
#8A7F7E
(138,127,126)
#7B7271
(123,114,113)
#6C6564
(108,101,100)
#5D5857
(93,88,87)
#4E4B4A
(78,75,74)
#3F3E3D
(63,62,61)
#303130
(48,49,48)
#212423
(33,36,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #A89998

#A89998
(168,153,152)
#AFA2A1
(175,162,161)
#B6ABAA
(182,171,170)
#BDB4B3
(189,180,179)
#C4BDBC
(196,189,188)
#CBC6C5
(203,198,197)
#D2CFCE
(210,207,206)
#D9D8D7
(217,216,215)
#E0E1E0
(224,225,224)
#E7EAE9
(231,234,233)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89998; }

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

This text font color is #A89998.

Background Color

.myBgColor { background-color: #A89998; }

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

This div background color is #A89998.

Border color

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

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

This div border color is #A89998.

Opacity

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

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

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

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

This text has shadow with #A89998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89998.

Preview

Color preview on black background

This text has color #A89998 on black background.


Color preview on white background

This text has color #A89998 on white background.


Black color preview on #A89998 background

This text has black color on #A89998 background.


White color preview on #A89998 background

This text has white color on #A89998 background.


Related colors

Complementary color

Complementary color for #hex is #576667.


I love getcolorcode.com

Triadic colors

1 #98A899 and #9998A8 with #A89998 are triadic colors.

2 #9899A8 and #99A898 with #A89998 are triadic colors.