COLOR #A98D98

HEX: #A98D98 RGB: (169,141,152)

Color info

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

RGB color model

#A98D98 color RGB value is (169,141,152).

RGB: (169,141,152) (66%, 55%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 152 of 255 = 60%

169
141
152

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 152 = 462 (100%)
R 169 of 462 ~ 36.58%
G 141 of 462 ~ 30.52%
B 152 of 462 ~ 32.9'%

%36.58
%30.52
%32.9

CMYK color model

#A98D98 color CMYK value is (0,17,10,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 10.06%
  • key color value is 33.73%

CMYK: (0,17,10,34)
C0M17Y10K34 (0%, 17%, 10%, 34%)
(0.00 / 0.17 / 0.10 / 0.34)

CMYK percentages

%0
%16.57
%10.06
%33.73

Codes

Color #A98D98 in popluar color models

A9 8D 98
RGB 169 141 152
HSL 336° 14.00% 60.78%
HSB/HSV 336° 16.57% 66.27%
CMYK 0.00% 16.57% 10.06%
33.73%

Color #A98D98 in popluar number systems.

HEX A9 8D 98
Decimal 169 141 152
Binary 10101001 10001101 10011000
Octal 251 215 230

Shades and tints

Shades of #A98D98

#A98D98
(169,141,152)
#9A818B
(154,129,139)
#8B757E
(139,117,126)
#7C6971
(124,105,113)
#6D5D64
(109,93,100)
#5E5157
(94,81,87)
#4F454A
(79,69,74)
#40393D
(64,57,61)
#312D30
(49,45,48)
#222123
(34,33,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A98D98

#A98D98
(169,141,152)
#B097A1
(176,151,161)
#B7A1AA
(183,161,170)
#BEABB3
(190,171,179)
#C5B5BC
(197,181,188)
#CCBFC5
(204,191,197)
#D3C9CE
(211,201,206)
#DAD3D7
(218,211,215)
#E1DDE0
(225,221,224)
#E8E7E9
(232,231,233)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98D98 color. Also use rgb(169,141,152) instead hex code.

Text Font Color

.myTextColor { color: #A98D98; }

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

This text font color is #A98D98.

Background Color

.myBgColor { background-color: #A98D98; }

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

This div background color is #A98D98.

Border color

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

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

This div border color is #A98D98.

Opacity

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

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

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

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

This text has shadow with #A98D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98D98.

Preview

Color preview on black background

This text has color #A98D98 on black background.


Color preview on white background

This text has color #A98D98 on white background.


Black color preview on #A98D98 background

This text has black color on #A98D98 background.


White color preview on #A98D98 background

This text has white color on #A98D98 background.


Related colors

Complementary color

Complementary color for #hex is #567267.


I love getcolorcode.com

Triadic colors

1 #98A98D and #8D98A9 with #A98D98 are triadic colors.

2 #988DA9 and #8DA998 with #A98D98 are triadic colors.