COLOR #A89C61

HEX: #A89C61
RGB: (168,156,97)

Color info

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

RGB color model

#A89C61 color RGB value is (168,156,97).

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

RGB channels and saturation

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

168
156
97

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

Portions of RGB colors in percentages

R + G + B =
168 + 156 + 97 = 421 (100%)
R 168 of 421 ~ 39.9%
G 156 of 421 ~ 37.05%
B 97 of 421 ~ 23.04%

%39.9
%37.05
%23.04

CMYK color model

#A89C61 color CMYK value is (0,7,42,34).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 42.26%
  • key color value is 34.12%
CMYK:
(0,7,42,34)
C0M7Y42K34 
(0%,7%,42%,34%)
(0.00/0.07/0.42/0.34)	

CMYK percentages

%0
%7.14
%42.26
%34.12

Codes

Color #A89C61 in popluar color models

A89C61
RGB16815697
HSL50°28.98%51.96%
HSB/HSV50°42.26%65.88%
CMYK0.00%7.14%42.26%
34.12%

Color #A89C61 in popluar number systems.

HEXA89C61
Decimal16815697
Binary10101000100111001100001
Octal250234141

Shades and tints

Shades of #A89C61

#A89C61
(168,156,97)
#998E59
(153,142,89)
#8A8051
(138,128,81)
#7B7249
(123,114,73)
#6C6441
(108,100,65)
#5D5639
(93,86,57)
#4E4831
(78,72,49)
#3F3A29
(63,58,41)
#302C21
(48,44,33)
#211E19
(33,30,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A89C61

#A89C61
(168,156,97)
#AFA56F
(175,165,111)
#B6AE7D
(182,174,125)
#BDB78B
(189,183,139)
#C4C099
(196,192,153)
#CBC9A7
(203,201,167)
#D2D2B5
(210,210,181)
#D9DBC3
(217,219,195)
#E0E4D1
(224,228,209)
#E7EDDF
(231,237,223)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89C61; }

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

This text font color is #A89C61.


Background Color

.myBgColor { background-color: #A89C61; }

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

This div background color is #A89C61.


Border color

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

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

This div border color is #A89C61.


Opacity

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

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

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

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

This text has shadow with #A89C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89C61 on black background.


Color preview on white background

This text has color #A89C61 on white background.



Black color preview on #A89C61 background

This text has black color on #A89C61 background.


White color preview on #A89C61 background

This text has white color on #A89C61 background.