COLOR #A98E8E

HEX: #A98E8E RGB: (169,142,142)

Color info

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

RGB color model

#A98E8E color RGB value is (169,142,142).

RGB: (169,142,142) (66%, 56%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 142 of 255 = 56%

169
142
142

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

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 142 = 453 (100%)
R 169 of 453 ~ 37.31%
G 142 of 453 ~ 31.35%
B 142 of 453 ~ 31.35'%

%37.31
%31.35
%31.35

CMYK color model

#A98E8E color CMYK value is (0,16,16,34).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK: (0,16,16,34) C0M16Y16K34 (0%,16%,16%,34%) (0.00/0.16/0.16/0.34) 

CMYK percentages

%0
%15.98
%15.98
%33.73

Codes

Color #A98E8E in popluar color models

A9 8E 8E
RGB 169 142 142
HSL 13.57% 60.98%
HSB/HSV 15.98% 66.27%
CMYK 0.00% 15.98% 15.98%
33.73%

Color #A98E8E in popluar number systems.

HEX A9 8E 8E
Decimal 169 142 142
Binary 10101001 10001110 10001110
Octal 251 216 216

Shades and tints

Shades of #A98E8E

#A98E8E
(169,142,142)
#9A8282
(154,130,130)
#8B7676
(139,118,118)
#7C6A6A
(124,106,106)
#6D5E5E
(109,94,94)
#5E5252
(94,82,82)
#4F4646
(79,70,70)
#403A3A
(64,58,58)
#312E2E
(49,46,46)
#222222
(34,34,34)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #A98E8E

#A98E8E
(169,142,142)
#B09898
(176,152,152)
#B7A2A2
(183,162,162)
#BEACAC
(190,172,172)
#C5B6B6
(197,182,182)
#CCC0C0
(204,192,192)
#D3CACA
(211,202,202)
#DAD4D4
(218,212,212)
#E1DEDE
(225,222,222)
#E8E8E8
(232,232,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98E8E; }

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

This text font color is #A98E8E.

Background Color

.myBgColor { background-color: #A98E8E; }

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

This div background color is #A98E8E.

Border color

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

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

This div border color is #A98E8E.

Opacity

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

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

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

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

This text has shadow with #A98E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98E8E.

Preview

Color preview on black background

This text has color #A98E8E on black background.


Color preview on white background

This text has color #A98E8E on white background.


Black color preview on #A98E8E background

This text has black color on #A98E8E background.


White color preview on #A98E8E background

This text has white color on #A98E8E background.


Related colors

Complementary color

Complementary color for #hex is #567171.


I love getcolorcode.com