COLOR #A89B61

HEX: #A89B61
RGB: (168,155,97)

Color info

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

RGB color model

#A89B61 color RGB value is (168,155,97).

  • red value is 168;
  • green value is 155;
  • blue value is 97.
RGB:
(168,155,97)
(66%,61%,38%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 97 of 255 = 38%

168
155
97

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 97 = 420 (100%)
R 168 of 420 ~ 40%
G 155 of 420 ~ 36.9%
B 97 of 420 ~ 23.1%

%40
%36.9
%23.1

CMYK color model

#A89B61 color CMYK value is (0,8,42,34).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 42.26%
  • key color value is 34.12%
CMYK:
(0,8,42,34)
C0M8Y42K34 
(0%,8%,42%,34%)
(0.00/0.08/0.42/0.34)	

CMYK percentages

%0
%7.74
%42.26
%34.12

Codes

Color #A89B61 in popluar color models

A89B61
RGB16815597
HSL49°28.98%51.96%
HSB/HSV49°42.26%65.88%
CMYK0.00%7.74%42.26%
34.12%

Color #A89B61 in popluar number systems.

HEXA89B61
Decimal16815597
Binary10101000100110111100001
Octal250233141

Shades and tints

Shades of #A89B61

#A89B61
(168,155,97)
#998D59
(153,141,89)
#8A7F51
(138,127,81)
#7B7149
(123,113,73)
#6C6341
(108,99,65)
#5D5539
(93,85,57)
#4E4731
(78,71,49)
#3F3929
(63,57,41)
#302B21
(48,43,33)
#211D19
(33,29,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A89B61

#A89B61
(168,155,97)
#AFA46F
(175,164,111)
#B6AD7D
(182,173,125)
#BDB68B
(189,182,139)
#C4BF99
(196,191,153)
#CBC8A7
(203,200,167)
#D2D1B5
(210,209,181)
#D9DAC3
(217,218,195)
#E0E3D1
(224,227,209)
#E7ECDF
(231,236,223)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89B61 color. Also use rgb(168,155,97) instead hex code.

Text Font Color

.myTextColor { color: #A89B61; }

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

This text font color is #A89B61.


Background Color

.myBgColor { background-color: #A89B61; }

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

This div background color is #A89B61.


Border color

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

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

This div border color is #A89B61.


Opacity

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

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

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

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

This text has shadow with #A89B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89B61 on black background.


Color preview on white background

This text has color #A89B61 on white background.



Black color preview on #A89B61 background

This text has black color on #A89B61 background.


White color preview on #A89B61 background

This text has white color on #A89B61 background.