COLOR #AB9A7F

HEX: #AB9A7F
RGB: (171,154,127)

Color info

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

RGB color model

#AB9A7F color RGB value is (171,154,127).

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

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 127 of 255 = 50%

171
154
127

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

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 127 = 452 (100%)
R 171 of 452 ~ 37.83%
G 154 of 452 ~ 34.07%
B 127 of 452 ~ 28.1%

%37.83
%34.07
%28.1

CMYK color model

#AB9A7F color CMYK value is (0,10,26,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(0,10,26,33)
C0M10Y26K33 
(0%,10%,26%,33%)
(0.00/0.10/0.26/0.33)	

CMYK percentages

%0
%9.94
%25.73
%32.94

Codes

Color #AB9A7F in popluar color models

AB9A7F
RGB171154127
HSL37°20.75%58.43%
HSB/HSV37°25.73%67.06%
CMYK0.00%9.94%25.73%
32.94%

Color #AB9A7F in popluar number systems.

HEXAB9A7F
Decimal171154127
Binary10101011100110101111111
Octal253232177

Shades and tints

Shades of #AB9A7F

#AB9A7F
(171,154,127)
#9C8C74
(156,140,116)
#8D7E69
(141,126,105)
#7E705E
(126,112,94)
#6F6253
(111,98,83)
#605448
(96,84,72)
#51463D
(81,70,61)
#423832
(66,56,50)
#332A27
(51,42,39)
#241C1C
(36,28,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB9A7F

#AB9A7F
(171,154,127)
#B2A38A
(178,163,138)
#B9AC95
(185,172,149)
#C0B5A0
(192,181,160)
#C7BEAB
(199,190,171)
#CEC7B6
(206,199,182)
#D5D0C1
(213,208,193)
#DCD9CC
(220,217,204)
#E3E2D7
(227,226,215)
#EAEBE2
(234,235,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A7F; }

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

This text font color is #AB9A7F.


Background Color

.myBgColor { background-color: #AB9A7F; }

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

This div background color is #AB9A7F.


Border color

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

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

This div border color is #AB9A7F.


Opacity

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

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

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

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

This text has shadow with #AB9A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9A7F on black background.


Color preview on white background

This text has color #AB9A7F on white background.



Black color preview on #AB9A7F background

This text has black color on #AB9A7F background.


White color preview on #AB9A7F background

This text has white color on #AB9A7F background.