COLOR #A89C82

HEX: #A89C82 RGB: (168,156,130)

Color info

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

RGB color model

#A89C82 color RGB value is (168,156,130).

RGB: (168,156,130) (66%, 61%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 156 of 255 = 61%
B 130 of 255 = 51%

168
156
130

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

Portions of RGB colors in percentages

R + G + B = 168 + 156 + 130 = 454 (100%)
R 168 of 454 ~ 37%
G 156 of 454 ~ 34.36%
B 130 of 454 ~ 28.63'%

%37
%34.36
%28.63

CMYK color model

#A89C82 color CMYK value is (0,7,23,34).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 22.62%
  • key color value is 34.12%
CMYK: (0,7,23,34) C0M7Y23K34 (0%,7%,23%,34%) (0.00/0.07/0.23/0.34) 

CMYK percentages

%0
%7.14
%22.62
%34.12

Codes

Color #A89C82 in popluar color models

A8 9C 82
RGB 168 156 130
HSL 41° 17.92% 58.43%
HSB/HSV 41° 22.62% 65.88%
CMYK 0.00% 7.14% 22.62%
34.12%

Color #A89C82 in popluar number systems.

HEX A8 9C 82
Decimal 168 156 130
Binary 10101000 10011100 10000010
Octal 250 234 202

Shades and tints

Shades of #A89C82

#A89C82
(168,156,130)
#998E77
(153,142,119)
#8A806C
(138,128,108)
#7B7261
(123,114,97)
#6C6456
(108,100,86)
#5D564B
(93,86,75)
#4E4840
(78,72,64)
#3F3A35
(63,58,53)
#302C2A
(48,44,42)
#211E1F
(33,30,31)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A89C82

#A89C82
(168,156,130)
#AFA58D
(175,165,141)
#B6AE98
(182,174,152)
#BDB7A3
(189,183,163)
#C4C0AE
(196,192,174)
#CBC9B9
(203,201,185)
#D2D2C4
(210,210,196)
#D9DBCF
(217,219,207)
#E0E4DA
(224,228,218)
#E7EDE5
(231,237,229)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89C82 color. Also use rgb(168,156,130) instead hex code.

Text Font Color

.myTextColor { color: #A89C82; }

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

This text font color is #A89C82.

Background Color

.myBgColor { background-color: #A89C82; }

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

This div background color is #A89C82.

Border color

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

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

This div border color is #A89C82.

Opacity

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

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

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

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

This text has shadow with #A89C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89C82.

Preview

Color preview on black background

This text has color #A89C82 on black background.


Color preview on white background

This text has color #A89C82 on white background.


Black color preview on #A89C82 background

This text has black color on #A89C82 background.


White color preview on #A89C82 background

This text has white color on #A89C82 background.


Related colors

Complementary color

Complementary color for #hex is #57637D.


I love getcolorcode.com

Triadic colors

1 #82A89C and #9C82A8 with #A89C82 are triadic colors.

2 #829CA8 and #9CA882 with #A89C82 are triadic colors.