COLOR #A98F93

HEX: #A98F93 RGB: (169,143,147)

Color info

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

RGB color model

#A98F93 color RGB value is (169,143,147).

RGB: (169,143,147) (66%, 56%, 58%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 147 of 255 = 58%

169
143
147

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

Portions of RGB colors in percentages

R + G + B = 169 + 143 + 147 = 459 (100%)
R 169 of 459 ~ 36.82%
G 143 of 459 ~ 31.15%
B 147 of 459 ~ 32.03'%

%36.82
%31.15
%32.03

CMYK color model

#A98F93 color CMYK value is (0,15,13,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 13.02%
  • key color value is 33.73%

CMYK: (0,15,13,34)
C0M15Y13K34 (0%, 15%, 13%, 34%)
(0.00 / 0.15 / 0.13 / 0.34)

CMYK percentages

%0
%15.38
%13.02
%33.73

Codes

Color #A98F93 in popluar color models

A9 8F 93
RGB 169 143 147
HSL 351° 13.13% 61.18%
HSB/HSV 351° 15.38% 66.27%
CMYK 0.00% 15.38% 13.02%
33.73%

Color #A98F93 in popluar number systems.

HEX A9 8F 93
Decimal 169 143 147
Binary 10101001 10001111 10010011
Octal 251 217 223

Shades and tints

Shades of #A98F93

#A98F93
(169,143,147)
#9A8286
(154,130,134)
#8B7579
(139,117,121)
#7C686C
(124,104,108)
#6D5B5F
(109,91,95)
#5E4E52
(94,78,82)
#4F4145
(79,65,69)
#403438
(64,52,56)
#31272B
(49,39,43)
#221A1E
(34,26,30)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A98F93

#A98F93
(169,143,147)
#B0999C
(176,153,156)
#B7A3A5
(183,163,165)
#BEADAE
(190,173,174)
#C5B7B7
(197,183,183)
#CCC1C0
(204,193,192)
#D3CBC9
(211,203,201)
#DAD5D2
(218,213,210)
#E1DFDB
(225,223,219)
#E8E9E4
(232,233,228)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98F93; }

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

This text font color is #A98F93.

Background Color

.myBgColor { background-color: #A98F93; }

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

This div background color is #A98F93.

Border color

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

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

This div border color is #A98F93.

Opacity

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

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

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

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

This text has shadow with #A98F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98F93.

Preview

Color preview on black background

This text has color #A98F93 on black background.


Color preview on white background

This text has color #A98F93 on white background.


Black color preview on #A98F93 background

This text has black color on #A98F93 background.


White color preview on #A98F93 background

This text has white color on #A98F93 background.


Related colors

Complementary color

Complementary color for #hex is #56706C.


I love getcolorcode.com

Triadic colors

1 #93A98F and #8F93A9 with #A98F93 are triadic colors.

2 #938FA9 and #8FA993 with #A98F93 are triadic colors.