COLOR #A89555

HEX: #A89555
RGB: (168,149,85)

Color info

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

RGB color model

#A89555 color RGB value is (168,149,85).

  • red value is 168;
  • green value is 149;
  • blue value is 85.
RGB:
(168,149,85)
(66%,58%,33%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 85 of 255 = 33%

168
149
85

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 85 = 402 (100%)
R 168 of 402 ~ 41.79%
G 149 of 402 ~ 37.06%
B 85 of 402 ~ 21.14%

%41.79
%37.06
%21.14

CMYK color model

#A89555 color CMYK value is (0,11,49,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 49.40%
  • key color value is 34.12%
CMYK:
(0,11,49,34)
C0M11Y49K34 
(0%,11%,49%,34%)
(0.00/0.11/0.49/0.34)	

CMYK percentages

%0
%11.31
%49.4
%34.12

Codes

Color #A89555 in popluar color models

A89555
RGB16814985
HSL46°32.81%49.61%
HSB/HSV46°49.40%65.88%
CMYK0.00%11.31%49.40%
34.12%

Color #A89555 in popluar number systems.

HEXA89555
Decimal16814985
Binary10101000100101011010101
Octal250225125

Shades and tints

Shades of #A89555

#A89555
(168,149,85)
#99884E
(153,136,78)
#8A7B47
(138,123,71)
#7B6E40
(123,110,64)
#6C6139
(108,97,57)
#5D5432
(93,84,50)
#4E472B
(78,71,43)
#3F3A24
(63,58,36)
#302D1D
(48,45,29)
#212016
(33,32,22)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A89555

#A89555
(168,149,85)
#AF9E64
(175,158,100)
#B6A773
(182,167,115)
#BDB082
(189,176,130)
#C4B991
(196,185,145)
#CBC2A0
(203,194,160)
#D2CBAF
(210,203,175)
#D9D4BE
(217,212,190)
#E0DDCD
(224,221,205)
#E7E6DC
(231,230,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89555 color. Also use rgb(168,149,85) instead hex code.

Text Font Color

.myTextColor { color: #A89555; }

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

This text font color is #A89555.


Background Color

.myBgColor { background-color: #A89555; }

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

This div background color is #A89555.


Border color

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

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

This div border color is #A89555.


Opacity

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

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

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

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

This text has shadow with #A89555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89555 on black background.


Color preview on white background

This text has color #A89555 on white background.



Black color preview on #A89555 background

This text has black color on #A89555 background.


White color preview on #A89555 background

This text has white color on #A89555 background.