COLOR #AB8961

HEX: #AB8961
RGB: (171,137,97)

Color info

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

RGB color model

#AB8961 color RGB value is (171,137,97).

  • red value is 171;
  • green value is 137;
  • blue value is 97.
RGB:
(171,137,97)
(67%,54%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 97 of 255 = 38%

171
137
97

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 97 = 405 (100%)
R 171 of 405 ~ 42.22%
G 137 of 405 ~ 33.83%
B 97 of 405 ~ 23.95%

%42.22
%33.83
%23.95

CMYK color model

#AB8961 color CMYK value is (0,20,43,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK:
(0,20,43,33)
C0M20Y43K33 
(0%,20%,43%,33%)
(0.00/0.20/0.43/0.33)	

CMYK percentages

%0
%19.88
%43.27
%32.94

Codes

Color #AB8961 in popluar color models

AB8961
RGB17113797
HSL32°30.58%52.55%
HSB/HSV32°43.27%67.06%
CMYK0.00%19.88%43.27%
32.94%

Color #AB8961 in popluar number systems.

HEXAB8961
Decimal17113797
Binary10101011100010011100001
Octal253211141

Shades and tints

Shades of #AB8961

#AB8961
(171,137,97)
#9C7D59
(156,125,89)
#8D7151
(141,113,81)
#7E6549
(126,101,73)
#6F5941
(111,89,65)
#604D39
(96,77,57)
#514131
(81,65,49)
#423529
(66,53,41)
#332921
(51,41,33)
#241D19
(36,29,25)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB8961

#AB8961
(171,137,97)
#B2936F
(178,147,111)
#B99D7D
(185,157,125)
#C0A78B
(192,167,139)
#C7B199
(199,177,153)
#CEBBA7
(206,187,167)
#D5C5B5
(213,197,181)
#DCCFC3
(220,207,195)
#E3D9D1
(227,217,209)
#EAE3DF
(234,227,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8961 color. Also use rgb(171,137,97) instead hex code.

Text Font Color

.myTextColor { color: #AB8961; }

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

This text font color is #AB8961.


Background Color

.myBgColor { background-color: #AB8961; }

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

This div background color is #AB8961.


Border color

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

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

This div border color is #AB8961.


Opacity

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

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

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

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

This text has shadow with #AB8961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8961 on black background.


Color preview on white background

This text has color #AB8961 on white background.



Black color preview on #AB8961 background

This text has black color on #AB8961 background.


White color preview on #AB8961 background

This text has white color on #AB8961 background.