COLOR #A89389

HEX: #A89389 RGB: (168,147,137)

Color info

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

RGB color model

#A89389 color RGB value is (168,147,137).

RGB: (168,147,137) (66%, 58%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 137 of 255 = 54%

168
147
137

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

Portions of RGB colors in percentages

R + G + B = 168 + 147 + 137 = 452 (100%)
R 168 of 452 ~ 37.17%
G 147 of 452 ~ 32.52%
B 137 of 452 ~ 30.31'%

%37.17
%32.52
%30.31

CMYK color model

#A89389 color CMYK value is (0,13,18,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK: (0,13,18,34) C0M13Y18K34 (0%,13%,18%,34%) (0.00/0.13/0.18/0.34) 

CMYK percentages

%0
%12.5
%18.45
%34.12

Codes

Color #A89389 in popluar color models

A8 93 89
RGB 168 147 137
HSL 19° 15.12% 59.80%
HSB/HSV 19° 18.45% 65.88%
CMYK 0.00% 12.50% 18.45%
34.12%

Color #A89389 in popluar number systems.

HEX A8 93 89
Decimal 168 147 137
Binary 10101000 10010011 10001001
Octal 250 223 211

Shades and tints

Shades of #A89389

#A89389
(168,147,137)
#99867D
(153,134,125)
#8A7971
(138,121,113)
#7B6C65
(123,108,101)
#6C5F59
(108,95,89)
#5D524D
(93,82,77)
#4E4541
(78,69,65)
#3F3835
(63,56,53)
#302B29
(48,43,41)
#211E1D
(33,30,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #A89389

#A89389
(168,147,137)
#AF9C93
(175,156,147)
#B6A59D
(182,165,157)
#BDAEA7
(189,174,167)
#C4B7B1
(196,183,177)
#CBC0BB
(203,192,187)
#D2C9C5
(210,201,197)
#D9D2CF
(217,210,207)
#E0DBD9
(224,219,217)
#E7E4E3
(231,228,227)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89389 color. Also use rgb(168,147,137) instead hex code.

Text Font Color

.myTextColor { color: #A89389; }

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

This text font color is #A89389.

Background Color

.myBgColor { background-color: #A89389; }

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

This div background color is #A89389.

Border color

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

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

This div border color is #A89389.

Opacity

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

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

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

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

This text has shadow with #A89389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89389.

Preview

Color preview on black background

This text has color #A89389 on black background.


Color preview on white background

This text has color #A89389 on white background.


Black color preview on #A89389 background

This text has black color on #A89389 background.


White color preview on #A89389 background

This text has white color on #A89389 background.


Related colors

Complementary color

Complementary color for #hex is #576C76.


I love getcolorcode.com

Triadic colors

1 #89A893 and #9389A8 with #A89389 are triadic colors.

2 #8993A8 and #93A889 with #A89389 are triadic colors.