COLOR #A98885

HEX: #A98885
RGB: (169,136,133)

Color info

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

RGB color model

#A98885 color RGB value is (169,136,133).

  • red value is 169;
  • green value is 136;
  • blue value is 133.
RGB:
(169,136,133)
(66%,53%,52%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 133 of 255 = 52%

169
136
133

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 133 = 438 (100%)
R 169 of 438 ~ 38.58%
G 136 of 438 ~ 31.05%
B 133 of 438 ~ 30.37%

%38.58
%31.05
%30.37

CMYK color model

#A98885 color CMYK value is (0,20,21,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 21.30%
  • key color value is 33.73%
CMYK:
(0,20,21,34)
C0M20Y21K34 
(0%,20%,21%,34%)
(0.00/0.20/0.21/0.34)	

CMYK percentages

%0
%19.53
%21.3
%33.73

Codes

Color #A98885 in popluar color models

A98885
RGB169136133
HSL17.31%59.22%
HSB/HSV21.30%66.27%
CMYK0.00%19.53%21.30%
33.73%

Color #A98885 in popluar number systems.

HEXA98885
Decimal169136133
Binary101010011000100010000101
Octal251210205

Shades and tints

Shades of #A98885

#A98885
(169,136,133)
#9A7C79
(154,124,121)
#8B706D
(139,112,109)
#7C6461
(124,100,97)
#6D5855
(109,88,85)
#5E4C49
(94,76,73)
#4F403D
(79,64,61)
#403431
(64,52,49)
#312825
(49,40,37)
#221C19
(34,28,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #A98885

#A98885
(169,136,133)
#B09290
(176,146,144)
#B79C9B
(183,156,155)
#BEA6A6
(190,166,166)
#C5B0B1
(197,176,177)
#CCBABC
(204,186,188)
#D3C4C7
(211,196,199)
#DACED2
(218,206,210)
#E1D8DD
(225,216,221)
#E8E2E8
(232,226,232)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98885; }

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

This text font color is #A98885.


Background Color

.myBgColor { background-color: #A98885; }

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

This div background color is #A98885.


Border color

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

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

This div border color is #A98885.


Opacity

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

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

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

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

This text has shadow with #A98885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98885 on black background.


Color preview on white background

This text has color #A98885 on white background.



Black color preview on #A98885 background

This text has black color on #A98885 background.


White color preview on #A98885 background

This text has white color on #A98885 background.