COLOR #AB8F84

HEX: #AB8F84
RGB: (171,143,132)

Color info

#AB8F84 contains red, green and blue colors in about the same proportion. Web safe color of #AB8F84 is #999999 (or #999).

RGB color model

#AB8F84 color RGB value is (171,143,132).

  • red value is 171;
  • green value is 143;
  • blue value is 132.
RGB:
(171,143,132)
(67%,56%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 132 of 255 = 52%

171
143
132

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

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 132 = 446 (100%)
R 171 of 446 ~ 38.34%
G 143 of 446 ~ 32.06%
B 132 of 446 ~ 29.6%

%38.34
%32.06
%29.6

CMYK color model

#AB8F84 color CMYK value is (0,16,23,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(0,16,23,33)
C0M16Y23K33 
(0%,16%,23%,33%)
(0.00/0.16/0.23/0.33)	

CMYK percentages

%0
%16.37
%22.81
%32.94

Codes

Color #AB8F84 in popluar color models

AB8F84
RGB171143132
HSL17°18.84%59.41%
HSB/HSV17°22.81%67.06%
CMYK0.00%16.37%22.81%
32.94%

Color #AB8F84 in popluar number systems.

HEXAB8F84
Decimal171143132
Binary101010111000111110000100
Octal253217204

Shades and tints

Shades of #AB8F84

#AB8F84
(171,143,132)
#9C8278
(156,130,120)
#8D756C
(141,117,108)
#7E6860
(126,104,96)
#6F5B54
(111,91,84)
#604E48
(96,78,72)
#51413C
(81,65,60)
#423430
(66,52,48)
#332724
(51,39,36)
#241A18
(36,26,24)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #AB8F84

#AB8F84
(171,143,132)
#B2998F
(178,153,143)
#B9A39A
(185,163,154)
#C0ADA5
(192,173,165)
#C7B7B0
(199,183,176)
#CEC1BB
(206,193,187)
#D5CBC6
(213,203,198)
#DCD5D1
(220,213,209)
#E3DFDC
(227,223,220)
#EAE9E7
(234,233,231)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8F84 color. Also use rgb(171,143,132) instead hex code.

Text Font Color

.myTextColor { color: #AB8F84; }

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

This text font color is #AB8F84.


Background Color

.myBgColor { background-color: #AB8F84; }

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

This div background color is #AB8F84.


Border color

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

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

This div border color is #AB8F84.


Opacity

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

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

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

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

This text has shadow with #AB8F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8F84 on black background.


Color preview on white background

This text has color #AB8F84 on white background.



Black color preview on #AB8F84 background

This text has black color on #AB8F84 background.


White color preview on #AB8F84 background

This text has white color on #AB8F84 background.