COLOR #AB8B7F

HEX: #AB8B7F RGB: (171,139,127)

Color info

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

RGB color model

#AB8B7F color RGB value is (171,139,127).

RGB: (171,139,127) (67%, 55%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 127 of 255 = 50%

171
139
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 139 + 127 = 437 (100%)
R 171 of 437 ~ 39.13%
G 139 of 437 ~ 31.81%
B 127 of 437 ~ 29.06'%

%39.13
%31.81
%29.06

CMYK color model

#AB8B7F color CMYK value is (0,19,26,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 25.73%
  • key color value is 32.94%

CMYK: (0,19,26,33)
C0M19Y26K33 (0%, 19%, 26%, 33%)
(0.00 / 0.19 / 0.26 / 0.33)

CMYK percentages

%0
%18.71
%25.73
%32.94

Codes

Color #AB8B7F in popluar color models

AB 8B 7F
RGB 171 139 127
HSL 16° 20.75% 58.43%
HSB/HSV 16° 25.73% 67.06%
CMYK 0.00% 18.71% 25.73%
32.94%

Color #AB8B7F in popluar number systems.

HEX AB 8B 7F
Decimal 171 139 127
Binary 10101011 10001011 1111111
Octal 253 213 177

Shades and tints

Shades of #AB8B7F

#AB8B7F
(171,139,127)
#9C7F74
(156,127,116)
#8D7369
(141,115,105)
#7E675E
(126,103,94)
#6F5B53
(111,91,83)
#604F48
(96,79,72)
#51433D
(81,67,61)
#423732
(66,55,50)
#332B27
(51,43,39)
#241F1C
(36,31,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #AB8B7F

#AB8B7F
(171,139,127)
#B2958A
(178,149,138)
#B99F95
(185,159,149)
#C0A9A0
(192,169,160)
#C7B3AB
(199,179,171)
#CEBDB6
(206,189,182)
#D5C7C1
(213,199,193)
#DCD1CC
(220,209,204)
#E3DBD7
(227,219,215)
#EAE5E2
(234,229,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8B7F; }

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

This text font color is #AB8B7F.

Background Color

.myBgColor { background-color: #AB8B7F; }

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

This div background color is #AB8B7F.

Border color

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

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

This div border color is #AB8B7F.

Opacity

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

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

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

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

This text has shadow with #AB8B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8B7F.

Preview

Color preview on black background

This text has color #AB8B7F on black background.


Color preview on white background

This text has color #AB8B7F on white background.


Black color preview on #AB8B7F background

This text has black color on #AB8B7F background.


White color preview on #AB8B7F background

This text has white color on #AB8B7F background.


Related colors

Complementary color

Complementary color for #hex is #547480.


I love getcolorcode.com

Triadic colors

1 #7FAB8B and #8B7FAB with #AB8B7F are triadic colors.

2 #7F8BAB and #8BAB7F with #AB8B7F are triadic colors.