COLOR #AB7F59

HEX: #AB7F59
RGB: (171,127,89)

Color info

#AB7F59 contains mainly red and green colors. Web safe color of #AB7F59 is #996666 (or #966).

RGB color model

#AB7F59 color RGB value is (171,127,89).

  • red value is 171;
  • green value is 127;
  • blue value is 89.
RGB:
(171,127,89)
(67%,50%,35%)

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 89 of 255 = 35%

171
127
89

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 89 = 387 (100%)
R 171 of 387 ~ 44.19%
G 127 of 387 ~ 32.82%
B 89 of 387 ~ 23%

%44.19
%32.82
%23

CMYK color model

#AB7F59 color CMYK value is (0,26,48,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 47.95%
  • key color value is 32.94%
CMYK:
(0,26,48,33)
C0M26Y48K33 
(0%,26%,48%,33%)
(0.00/0.26/0.48/0.33)	

CMYK percentages

%0
%25.73
%47.95
%32.94

Codes

Color #AB7F59 in popluar color models

AB7F59
RGB17112789
HSL28°32.80%50.98%
HSB/HSV28°47.95%67.06%
CMYK0.00%25.73%47.95%
32.94%

Color #AB7F59 in popluar number systems.

HEXAB7F59
Decimal17112789
Binary1010101111111111011001
Octal253177131

Shades and tints

Shades of #AB7F59

#AB7F59
(171,127,89)
#9C7451
(156,116,81)
#8D6949
(141,105,73)
#7E5E41
(126,94,65)
#6F5339
(111,83,57)
#604831
(96,72,49)
#513D29
(81,61,41)
#423221
(66,50,33)
#332719
(51,39,25)
#241C11
(36,28,17)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #AB7F59

#AB7F59
(171,127,89)
#B28A68
(178,138,104)
#B99577
(185,149,119)
#C0A086
(192,160,134)
#C7AB95
(199,171,149)
#CEB6A4
(206,182,164)
#D5C1B3
(213,193,179)
#DCCCC2
(220,204,194)
#E3D7D1
(227,215,209)
#EAE2E0
(234,226,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7F59 color. Also use rgb(171,127,89) instead hex code.

Text Font Color

.myTextColor { color: #AB7F59; }

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

This text font color is #AB7F59.


Background Color

.myBgColor { background-color: #AB7F59; }

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

This div background color is #AB7F59.


Border color

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

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

This div border color is #AB7F59.


Opacity

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

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

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

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

This text has shadow with #AB7F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F59 on black background.


Color preview on white background

This text has color #AB7F59 on white background.



Black color preview on #AB7F59 background

This text has black color on #AB7F59 background.


White color preview on #AB7F59 background

This text has white color on #AB7F59 background.