COLOR #A89B6A

HEX: #A89B6A
RGB: (168,155,106)

Color info

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

RGB color model

#A89B6A color RGB value is (168,155,106).

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

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 106 of 255 = 42%

168
155
106

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 106 = 429 (100%)
R 168 of 429 ~ 39.16%
G 155 of 429 ~ 36.13%
B 106 of 429 ~ 24.71%

%39.16
%36.13
%24.71

CMYK color model

#A89B6A color CMYK value is (0,8,37,34).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 36.90%
  • key color value is 34.12%
CMYK:
(0,8,37,34)
C0M8Y37K34 
(0%,8%,37%,34%)
(0.00/0.08/0.37/0.34)	

CMYK percentages

%0
%7.74
%36.9
%34.12

Codes

Color #A89B6A in popluar color models

A89B6A
RGB168155106
HSL47°26.27%53.73%
HSB/HSV47°36.90%65.88%
CMYK0.00%7.74%36.90%
34.12%

Color #A89B6A in popluar number systems.

HEXA89B6A
Decimal168155106
Binary10101000100110111101010
Octal250233152

Shades and tints

Shades of #A89B6A

#A89B6A
(168,155,106)
#998D61
(153,141,97)
#8A7F58
(138,127,88)
#7B714F
(123,113,79)
#6C6346
(108,99,70)
#5D553D
(93,85,61)
#4E4734
(78,71,52)
#3F392B
(63,57,43)
#302B22
(48,43,34)
#211D19
(33,29,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A89B6A

#A89B6A
(168,155,106)
#AFA477
(175,164,119)
#B6AD84
(182,173,132)
#BDB691
(189,182,145)
#C4BF9E
(196,191,158)
#CBC8AB
(203,200,171)
#D2D1B8
(210,209,184)
#D9DAC5
(217,218,197)
#E0E3D2
(224,227,210)
#E7ECDF
(231,236,223)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89B6A; }

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

This text font color is #A89B6A.


Background Color

.myBgColor { background-color: #A89B6A; }

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

This div background color is #A89B6A.


Border color

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

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

This div border color is #A89B6A.


Opacity

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

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

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

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

This text has shadow with #A89B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89B6A on black background.


Color preview on white background

This text has color #A89B6A on white background.



Black color preview on #A89B6A background

This text has black color on #A89B6A background.


White color preview on #A89B6A background

This text has white color on #A89B6A background.