COLOR #AB8F7A

HEX: #AB8F7A
RGB: (171,143,122)

Color info

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

RGB color model

#AB8F7A color RGB value is (171,143,122).

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

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 122 of 255 = 48%

171
143
122

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

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 122 = 436 (100%)
R 171 of 436 ~ 39.22%
G 143 of 436 ~ 32.8%
B 122 of 436 ~ 27.98%

%39.22
%32.8
%27.98

CMYK color model

#AB8F7A color CMYK value is (0,16,29,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(0,16,29,33)
C0M16Y29K33 
(0%,16%,29%,33%)
(0.00/0.16/0.29/0.33)	

CMYK percentages

%0
%16.37
%28.65
%32.94

Codes

Color #AB8F7A in popluar color models

AB8F7A
RGB171143122
HSL26°22.58%57.45%
HSB/HSV26°28.65%67.06%
CMYK0.00%16.37%28.65%
32.94%

Color #AB8F7A in popluar number systems.

HEXAB8F7A
Decimal171143122
Binary10101011100011111111010
Octal253217172

Shades and tints

Shades of #AB8F7A

#AB8F7A
(171,143,122)
#9C826F
(156,130,111)
#8D7564
(141,117,100)
#7E6859
(126,104,89)
#6F5B4E
(111,91,78)
#604E43
(96,78,67)
#514138
(81,65,56)
#42342D
(66,52,45)
#332722
(51,39,34)
#241A17
(36,26,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #AB8F7A

#AB8F7A
(171,143,122)
#B29986
(178,153,134)
#B9A392
(185,163,146)
#C0AD9E
(192,173,158)
#C7B7AA
(199,183,170)
#CEC1B6
(206,193,182)
#D5CBC2
(213,203,194)
#DCD5CE
(220,213,206)
#E3DFDA
(227,223,218)
#EAE9E6
(234,233,230)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F7A; }

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

This text font color is #AB8F7A.


Background Color

.myBgColor { background-color: #AB8F7A; }

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

This div background color is #AB8F7A.


Border color

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

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

This div border color is #AB8F7A.


Opacity

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

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

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

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

This text has shadow with #AB8F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8F7A on black background.


Color preview on white background

This text has color #AB8F7A on white background.



Black color preview on #AB8F7A background

This text has black color on #AB8F7A background.


White color preview on #AB8F7A background

This text has white color on #AB8F7A background.