COLOR #AB8A81

HEX: #AB8A81 RGB: (171,138,129)

Color info

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

RGB color model

#AB8A81 color RGB value is (171,138,129).

RGB: (171,138,129) (67%, 54%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 129 of 255 = 51%

171
138
129

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

Portions of RGB colors in percentages

R + G + B = 171 + 138 + 129 = 438 (100%)
R 171 of 438 ~ 39.04%
G 138 of 438 ~ 31.51%
B 129 of 438 ~ 29.45'%

%39.04
%31.51
%29.45

CMYK color model

#AB8A81 color CMYK value is (0,19,25,33).

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

CMYK: (0,19,25,33)
C0M19Y25K33 (0%, 19%, 25%, 33%)
(0.00 / 0.19 / 0.25 / 0.33)

CMYK percentages

%0
%19.3
%24.56
%32.94

Codes

Color #AB8A81 in popluar color models

AB 8A 81
RGB 171 138 129
HSL 13° 20.00% 58.82%
HSB/HSV 13° 24.56% 67.06%
CMYK 0.00% 19.30% 24.56%
32.94%

Color #AB8A81 in popluar number systems.

HEX AB 8A 81
Decimal 171 138 129
Binary 10101011 10001010 10000001
Octal 253 212 201

Shades and tints

Shades of #AB8A81

#AB8A81
(171,138,129)
#9C7E76
(156,126,118)
#8D726B
(141,114,107)
#7E6660
(126,102,96)
#6F5A55
(111,90,85)
#604E4A
(96,78,74)
#51423F
(81,66,63)
#423634
(66,54,52)
#332A29
(51,42,41)
#241E1E
(36,30,30)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #AB8A81

#AB8A81
(171,138,129)
#B2948C
(178,148,140)
#B99E97
(185,158,151)
#C0A8A2
(192,168,162)
#C7B2AD
(199,178,173)
#CEBCB8
(206,188,184)
#D5C6C3
(213,198,195)
#DCD0CE
(220,208,206)
#E3DAD9
(227,218,217)
#EAE4E4
(234,228,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8A81; }

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

This text font color is #AB8A81.

Background Color

.myBgColor { background-color: #AB8A81; }

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

This div background color is #AB8A81.

Border color

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

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

This div border color is #AB8A81.

Opacity

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

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

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

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

This text has shadow with #AB8A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8A81.

Preview

Color preview on black background

This text has color #AB8A81 on black background.


Color preview on white background

This text has color #AB8A81 on white background.


Black color preview on #AB8A81 background

This text has black color on #AB8A81 background.


White color preview on #AB8A81 background

This text has white color on #AB8A81 background.


Related colors

Complementary color

Complementary color for #hex is #54757E.


I love getcolorcode.com

Triadic colors

1 #81AB8A and #8A81AB with #AB8A81 are triadic colors.

2 #818AAB and #8AAB81 with #AB8A81 are triadic colors.