COLOR #AB8F81

HEX: #AB8F81 RGB: (171,143,129)

Color info

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

RGB color model

#AB8F81 color RGB value is (171,143,129).

RGB: (171,143,129) (67%, 56%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 129 of 255 = 51%

171
143
129

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

Portions of RGB colors in percentages

R + G + B = 171 + 143 + 129 = 443 (100%)
R 171 of 443 ~ 38.6%
G 143 of 443 ~ 32.28%
B 129 of 443 ~ 29.12'%

%38.6
%32.28
%29.12

CMYK color model

#AB8F81 color CMYK value is (0,16,25,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 24.56%
  • key color value is 32.94%

CMYK: (0,16,25,33)
C0M16Y25K33 (0%, 16%, 25%, 33%)
(0.00 / 0.16 / 0.25 / 0.33)

CMYK percentages

%0
%16.37
%24.56
%32.94

Codes

Color #AB8F81 in popluar color models

AB 8F 81
RGB 171 143 129
HSL 20° 20.00% 58.82%
HSB/HSV 20° 24.56% 67.06%
CMYK 0.00% 16.37% 24.56%
32.94%

Color #AB8F81 in popluar number systems.

HEX AB 8F 81
Decimal 171 143 129
Binary 10101011 10001111 10000001
Octal 253 217 201

Shades and tints

Shades of #AB8F81

#AB8F81
(171,143,129)
#9C8276
(156,130,118)
#8D756B
(141,117,107)
#7E6860
(126,104,96)
#6F5B55
(111,91,85)
#604E4A
(96,78,74)
#51413F
(81,65,63)
#423434
(66,52,52)
#332729
(51,39,41)
#241A1E
(36,26,30)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #AB8F81

#AB8F81
(171,143,129)
#B2998C
(178,153,140)
#B9A397
(185,163,151)
#C0ADA2
(192,173,162)
#C7B7AD
(199,183,173)
#CEC1B8
(206,193,184)
#D5CBC3
(213,203,195)
#DCD5CE
(220,213,206)
#E3DFD9
(227,223,217)
#EAE9E4
(234,233,228)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F81; }

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

This text font color is #AB8F81.

Background Color

.myBgColor { background-color: #AB8F81; }

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

This div background color is #AB8F81.

Border color

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

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

This div border color is #AB8F81.

Opacity

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

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

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

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

This text has shadow with #AB8F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8F81.

Preview

Color preview on black background

This text has color #AB8F81 on black background.


Color preview on white background

This text has color #AB8F81 on white background.


Black color preview on #AB8F81 background

This text has black color on #AB8F81 background.


White color preview on #AB8F81 background

This text has white color on #AB8F81 background.


Related colors

Complementary color

Complementary color for #hex is #54707E.


I love getcolorcode.com

Triadic colors

1 #81AB8F and #8F81AB with #AB8F81 are triadic colors.

2 #818FAB and #8FAB81 with #AB8F81 are triadic colors.