COLOR #A98C92

HEX: #A98C92 RGB: (169,140,146)

Color info

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

RGB color model

#A98C92 color RGB value is (169,140,146).

RGB: (169,140,146) (66%, 55%, 57%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 146 of 255 = 57%

169
140
146

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

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 146 = 455 (100%)
R 169 of 455 ~ 37.14%
G 140 of 455 ~ 30.77%
B 146 of 455 ~ 32.09'%

%37.14
%30.77
%32.09

CMYK color model

#A98C92 color CMYK value is (0,17,14,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 13.61%
  • key color value is 33.73%

CMYK: (0,17,14,34)
C0M17Y14K34 (0%, 17%, 14%, 34%)
(0.00 / 0.17 / 0.14 / 0.34)

CMYK percentages

%0
%17.16
%13.61
%33.73

Codes

Color #A98C92 in popluar color models

A9 8C 92
RGB 169 140 146
HSL 348° 14.43% 60.59%
HSB/HSV 348° 17.16% 66.27%
CMYK 0.00% 17.16% 13.61%
33.73%

Color #A98C92 in popluar number systems.

HEX A9 8C 92
Decimal 169 140 146
Binary 10101001 10001100 10010010
Octal 251 214 222

Shades and tints

Shades of #A98C92

#A98C92
(169,140,146)
#9A8085
(154,128,133)
#8B7478
(139,116,120)
#7C686B
(124,104,107)
#6D5C5E
(109,92,94)
#5E5051
(94,80,81)
#4F4444
(79,68,68)
#403837
(64,56,55)
#312C2A
(49,44,42)
#22201D
(34,32,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #A98C92

#A98C92
(169,140,146)
#B0969B
(176,150,155)
#B7A0A4
(183,160,164)
#BEAAAD
(190,170,173)
#C5B4B6
(197,180,182)
#CCBEBF
(204,190,191)
#D3C8C8
(211,200,200)
#DAD2D1
(218,210,209)
#E1DCDA
(225,220,218)
#E8E6E3
(232,230,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98C92; }

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

This text font color is #A98C92.

Background Color

.myBgColor { background-color: #A98C92; }

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

This div background color is #A98C92.

Border color

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

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

This div border color is #A98C92.

Opacity

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

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

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

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

This text has shadow with #A98C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98C92.

Preview

Color preview on black background

This text has color #A98C92 on black background.


Color preview on white background

This text has color #A98C92 on white background.


Black color preview on #A98C92 background

This text has black color on #A98C92 background.


White color preview on #A98C92 background

This text has white color on #A98C92 background.


Related colors

Complementary color

Complementary color for #hex is #56736D.


I love getcolorcode.com

Triadic colors

1 #92A98C and #8C92A9 with #A98C92 are triadic colors.

2 #928CA9 and #8CA992 with #A98C92 are triadic colors.