COLOR #A89376

HEX: #A89376 RGB: (168,147,118)

Color info

#A89376 contains red, green and blue colors in about the same proportion. Web safe color of #A89376 is #999966 (or #996).

RGB color model

#A89376 color RGB value is (168,147,118).

RGB: (168,147,118) (66%, 58%, 46%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 118 of 255 = 46%

168
147
118

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

Portions of RGB colors in percentages

R + G + B = 168 + 147 + 118 = 433 (100%)
R 168 of 433 ~ 38.8%
G 147 of 433 ~ 33.95%
B 118 of 433 ~ 27.25'%

%38.8
%33.95
%27.25

CMYK color model

#A89376 color CMYK value is (0,13,30,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 29.76%
  • key color value is 34.12%

CMYK: (0,13,30,34)
C0M13Y30K34 (0%, 13%, 30%, 34%)
(0.00 / 0.13 / 0.30 / 0.34)

CMYK percentages

%0
%12.5
%29.76
%34.12

Codes

Color #A89376 in popluar color models

A8 93 76
RGB 168 147 118
HSL 35° 22.32% 56.08%
HSB/HSV 35° 29.76% 65.88%
CMYK 0.00% 12.50% 29.76%
34.12%

Color #A89376 in popluar number systems.

HEX A8 93 76
Decimal 168 147 118
Binary 10101000 10010011 1110110
Octal 250 223 166

Shades and tints

Shades of #A89376

#A89376
(168,147,118)
#99866C
(153,134,108)
#8A7962
(138,121,98)
#7B6C58
(123,108,88)
#6C5F4E
(108,95,78)
#5D5244
(93,82,68)
#4E453A
(78,69,58)
#3F3830
(63,56,48)
#302B26
(48,43,38)
#211E1C
(33,30,28)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A89376

#A89376
(168,147,118)
#AF9C82
(175,156,130)
#B6A58E
(182,165,142)
#BDAE9A
(189,174,154)
#C4B7A6
(196,183,166)
#CBC0B2
(203,192,178)
#D2C9BE
(210,201,190)
#D9D2CA
(217,210,202)
#E0DBD6
(224,219,214)
#E7E4E2
(231,228,226)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89376; }

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

This text font color is #A89376.

Background Color

.myBgColor { background-color: #A89376; }

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

This div background color is #A89376.

Border color

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

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

This div border color is #A89376.

Opacity

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

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

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

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

This text has shadow with #A89376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89376.

Preview

Color preview on black background

This text has color #A89376 on black background.


Color preview on white background

This text has color #A89376 on white background.


Black color preview on #A89376 background

This text has black color on #A89376 background.


White color preview on #A89376 background

This text has white color on #A89376 background.


Related colors

Complementary color

Complementary color for #hex is #576C89.


I love getcolorcode.com

Triadic colors

1 #76A893 and #9376A8 with #A89376 are triadic colors.

2 #7693A8 and #93A876 with #A89376 are triadic colors.