COLOR #A89659

HEX: #A89659 RGB: (168,150,89)

Color info

#A89659 contains mainly red and green colors. Web safe color of #A89659 is #999966 (or #996).

RGB color model

#A89659 color RGB value is (168,150,89).

RGB: (168,150,89) (66%, 59%, 35%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 89 of 255 = 35%

168
150
89

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

Portions of RGB colors in percentages

R + G + B = 168 + 150 + 89 = 407 (100%)
R 168 of 407 ~ 41.28%
G 150 of 407 ~ 36.86%
B 89 of 407 ~ 21.87'%

%41.28
%36.86
%21.87

CMYK color model

#A89659 color CMYK value is (0,11,47,34).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 47.02%
  • key color value is 34.12%

CMYK: (0,11,47,34)
C0M11Y47K34 (0%, 11%, 47%, 34%)
(0.00 / 0.11 / 0.47 / 0.34)

CMYK percentages

%0
%10.71
%47.02
%34.12

Codes

Color #A89659 in popluar color models

A8 96 59
RGB 168 150 89
HSL 46° 31.23% 50.39%
HSB/HSV 46° 47.02% 65.88%
CMYK 0.00% 10.71% 47.02%
34.12%

Color #A89659 in popluar number systems.

HEX A8 96 59
Decimal 168 150 89
Binary 10101000 10010110 1011001
Octal 250 226 131

Shades and tints

Shades of #A89659

#A89659
(168,150,89)
#998951
(153,137,81)
#8A7C49
(138,124,73)
#7B6F41
(123,111,65)
#6C6239
(108,98,57)
#5D5531
(93,85,49)
#4E4829
(78,72,41)
#3F3B21
(63,59,33)
#302E19
(48,46,25)
#212111
(33,33,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #A89659

#A89659
(168,150,89)
#AF9F68
(175,159,104)
#B6A877
(182,168,119)
#BDB186
(189,177,134)
#C4BA95
(196,186,149)
#CBC3A4
(203,195,164)
#D2CCB3
(210,204,179)
#D9D5C2
(217,213,194)
#E0DED1
(224,222,209)
#E7E7E0
(231,231,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89659 color. Also use rgb(168,150,89) instead hex code.

Text Font Color

.myTextColor { color: #A89659; }

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

This text font color is #A89659.

Background Color

.myBgColor { background-color: #A89659; }

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

This div background color is #A89659.

Border color

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

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

This div border color is #A89659.

Opacity

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

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

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

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

This text has shadow with #A89659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89659.

Preview

Color preview on black background

This text has color #A89659 on black background.


Color preview on white background

This text has color #A89659 on white background.


Black color preview on #A89659 background

This text has black color on #A89659 background.


White color preview on #A89659 background

This text has white color on #A89659 background.


Related colors

Complementary color

Complementary color for #hex is #5769A6.


I love getcolorcode.com

Triadic colors

1 #59A896 and #9659A8 with #A89659 are triadic colors.

2 #5996A8 and #96A859 with #A89659 are triadic colors.