COLOR #AB7F6E

HEX: #AB7F6E
RGB: (171,127,110)

Color info

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

RGB color model

#AB7F6E color RGB value is (171,127,110).

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

RGB channels and saturation

R 171 of 255 = 67%
G 127 of 255 = 50%
B 110 of 255 = 43%

171
127
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 127 + 110 = 408 (100%)
R 171 of 408 ~ 41.91%
G 127 of 408 ~ 31.13%
B 110 of 408 ~ 26.96%

%41.91
%31.13
%26.96

CMYK color model

#AB7F6E color CMYK value is (0,26,36,33).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,26,36,33)
C0M26Y36K33 
(0%,26%,36%,33%)
(0.00/0.26/0.36/0.33)	

CMYK percentages

%0
%25.73
%35.67
%32.94

Codes

Color #AB7F6E in popluar color models

AB7F6E
RGB171127110
HSL17°26.64%55.10%
HSB/HSV17°35.67%67.06%
CMYK0.00%25.73%35.67%
32.94%

Color #AB7F6E in popluar number systems.

HEXAB7F6E
Decimal171127110
Binary1010101111111111101110
Octal253177156

Shades and tints

Shades of #AB7F6E

#AB7F6E
(171,127,110)
#9C7464
(156,116,100)
#8D695A
(141,105,90)
#7E5E50
(126,94,80)
#6F5346
(111,83,70)
#60483C
(96,72,60)
#513D32
(81,61,50)
#423228
(66,50,40)
#33271E
(51,39,30)
#241C14
(36,28,20)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #AB7F6E

#AB7F6E
(171,127,110)
#B28A7B
(178,138,123)
#B99588
(185,149,136)
#C0A095
(192,160,149)
#C7ABA2
(199,171,162)
#CEB6AF
(206,182,175)
#D5C1BC
(213,193,188)
#DCCCC9
(220,204,201)
#E3D7D6
(227,215,214)
#EAE2E3
(234,226,227)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7F6E; }

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

This text font color is #AB7F6E.


Background Color

.myBgColor { background-color: #AB7F6E; }

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

This div background color is #AB7F6E.


Border color

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

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

This div border color is #AB7F6E.


Opacity

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

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

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

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

This text has shadow with #AB7F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7F6E on black background.


Color preview on white background

This text has color #AB7F6E on white background.



Black color preview on #AB7F6E background

This text has black color on #AB7F6E background.


White color preview on #AB7F6E background

This text has white color on #AB7F6E background.