COLOR #AB7F68

HEX: #AB7F68
RGB: (171,127,104)

Color info

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

RGB color model

#AB7F68 color RGB value is (171,127,104).

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

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 104 of 255 = 41%

171
127
104

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 104 = 402 (100%)
R 171 of 402 ~ 42.54%
G 127 of 402 ~ 31.59%
B 104 of 402 ~ 25.87%

%42.54
%31.59
%25.87

CMYK color model

#AB7F68 color CMYK value is (0,26,39,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 39.18%
  • key color value is 32.94%
CMYK:
(0,26,39,33)
C0M26Y39K33 
(0%,26%,39%,33%)
(0.00/0.26/0.39/0.33)	

CMYK percentages

%0
%25.73
%39.18
%32.94

Codes

Color #AB7F68 in popluar color models

AB7F68
RGB171127104
HSL21°28.51%53.92%
HSB/HSV21°39.18%67.06%
CMYK0.00%25.73%39.18%
32.94%

Color #AB7F68 in popluar number systems.

HEXAB7F68
Decimal171127104
Binary1010101111111111101000
Octal253177150

Shades and tints

Shades of #AB7F68

#AB7F68
(171,127,104)
#9C745F
(156,116,95)
#8D6956
(141,105,86)
#7E5E4D
(126,94,77)
#6F5344
(111,83,68)
#60483B
(96,72,59)
#513D32
(81,61,50)
#423229
(66,50,41)
#332720
(51,39,32)
#241C17
(36,28,23)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #AB7F68

#AB7F68
(171,127,104)
#B28A75
(178,138,117)
#B99582
(185,149,130)
#C0A08F
(192,160,143)
#C7AB9C
(199,171,156)
#CEB6A9
(206,182,169)
#D5C1B6
(213,193,182)
#DCCCC3
(220,204,195)
#E3D7D0
(227,215,208)
#EAE2DD
(234,226,221)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7F68; }

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

This text font color is #AB7F68.


Background Color

.myBgColor { background-color: #AB7F68; }

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

This div background color is #AB7F68.


Border color

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

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

This div border color is #AB7F68.


Opacity

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

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

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

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

This text has shadow with #AB7F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F68 on black background.


Color preview on white background

This text has color #AB7F68 on white background.



Black color preview on #AB7F68 background

This text has black color on #AB7F68 background.


White color preview on #AB7F68 background

This text has white color on #AB7F68 background.