COLOR #AB867F

HEX: #AB867F
RGB: (171,134,127)

Color info

#AB867F contains red, green and blue colors in about the same proportion. Web safe color of #AB867F is #999966 (or #996).

RGB color model

#AB867F color RGB value is (171,134,127).

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

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 127 of 255 = 50%

171
134
127

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 127 = 432 (100%)
R 171 of 432 ~ 39.58%
G 134 of 432 ~ 31.02%
B 127 of 432 ~ 29.4%

%39.58
%31.02
%29.4

CMYK color model

#AB867F color CMYK value is (0,22,26,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(0,22,26,33)
C0M22Y26K33 
(0%,22%,26%,33%)
(0.00/0.22/0.26/0.33)	

CMYK percentages

%0
%21.64
%25.73
%32.94

Codes

Color #AB867F in popluar color models

AB867F
RGB171134127
HSL10°20.75%58.43%
HSB/HSV10°25.73%67.06%
CMYK0.00%21.64%25.73%
32.94%

Color #AB867F in popluar number systems.

HEXAB867F
Decimal171134127
Binary10101011100001101111111
Octal253206177

Shades and tints

Shades of #AB867F

#AB867F
(171,134,127)
#9C7A74
(156,122,116)
#8D6E69
(141,110,105)
#7E625E
(126,98,94)
#6F5653
(111,86,83)
#604A48
(96,74,72)
#513E3D
(81,62,61)
#423232
(66,50,50)
#332627
(51,38,39)
#241A1C
(36,26,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB867F

#AB867F
(171,134,127)
#B2918A
(178,145,138)
#B99C95
(185,156,149)
#C0A7A0
(192,167,160)
#C7B2AB
(199,178,171)
#CEBDB6
(206,189,182)
#D5C8C1
(213,200,193)
#DCD3CC
(220,211,204)
#E3DED7
(227,222,215)
#EAE9E2
(234,233,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB867F; }

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

This text font color is #AB867F.


Background Color

.myBgColor { background-color: #AB867F; }

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

This div background color is #AB867F.


Border color

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

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

This div border color is #AB867F.


Opacity

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

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

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

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

This text has shadow with #AB867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB867F on black background.


Color preview on white background

This text has color #AB867F on white background.



Black color preview on #AB867F background

This text has black color on #AB867F background.


White color preview on #AB867F background

This text has white color on #AB867F background.