COLOR #A98882

HEX: #A98882 RGB: (169,136,130)

Color info

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

RGB color model

#A98882 color RGB value is (169,136,130).

RGB: (169,136,130) (66%, 53%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 130 of 255 = 51%

169
136
130

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

Portions of RGB colors in percentages

R + G + B = 169 + 136 + 130 = 435 (100%)
R 169 of 435 ~ 38.85%
G 136 of 435 ~ 31.26%
B 130 of 435 ~ 29.89'%

%38.85
%31.26
%29.89

CMYK color model

#A98882 color CMYK value is (0,20,23,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 23.08%
  • key color value is 33.73%
CMYK: (0,20,23,34) C0M20Y23K34 (0%,20%,23%,34%) (0.00/0.20/0.23/0.34) 

CMYK percentages

%0
%19.53
%23.08
%33.73

Codes

Color #A98882 in popluar color models

A9 88 82
RGB 169 136 130
HSL 18.48% 58.63%
HSB/HSV 23.08% 66.27%
CMYK 0.00% 19.53% 23.08%
33.73%

Color #A98882 in popluar number systems.

HEX A9 88 82
Decimal 169 136 130
Binary 10101001 10001000 10000010
Octal 251 210 202

Shades and tints

Shades of #A98882

#A98882
(169,136,130)
#9A7C77
(154,124,119)
#8B706C
(139,112,108)
#7C6461
(124,100,97)
#6D5856
(109,88,86)
#5E4C4B
(94,76,75)
#4F4040
(79,64,64)
#403435
(64,52,53)
#31282A
(49,40,42)
#221C1F
(34,28,31)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A98882

#A98882
(169,136,130)
#B0928D
(176,146,141)
#B79C98
(183,156,152)
#BEA6A3
(190,166,163)
#C5B0AE
(197,176,174)
#CCBAB9
(204,186,185)
#D3C4C4
(211,196,196)
#DACECF
(218,206,207)
#E1D8DA
(225,216,218)
#E8E2E5
(232,226,229)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98882; }

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

This text font color is #A98882.

Background Color

.myBgColor { background-color: #A98882; }

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

This div background color is #A98882.

Border color

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

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

This div border color is #A98882.

Opacity

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

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

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

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

This text has shadow with #A98882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98882.

Preview

Color preview on black background

This text has color #A98882 on black background.


Color preview on white background

This text has color #A98882 on white background.


Black color preview on #A98882 background

This text has black color on #A98882 background.


White color preview on #A98882 background

This text has white color on #A98882 background.


Related colors

Complementary color

Complementary color for #hex is #56777D.


I love getcolorcode.com

Triadic colors

1 #82A988 and #8882A9 with #A98882 are triadic colors.

2 #8288A9 and #88A982 with #A98882 are triadic colors.