COLOR #AB8489

HEX: #AB8489 RGB: (171,132,137)

Color info

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

RGB color model

#AB8489 color RGB value is (171,132,137).

RGB: (171,132,137) (67%, 52%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 137 of 255 = 54%

171
132
137

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

Portions of RGB colors in percentages

R + G + B = 171 + 132 + 137 = 440 (100%)
R 171 of 440 ~ 38.86%
G 132 of 440 ~ 30%
B 137 of 440 ~ 31.14'%

%38.86
%30
%31.14

CMYK color model

#AB8489 color CMYK value is (0,23,20,33).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 19.88%
  • key color value is 32.94%

CMYK: (0,23,20,33)
C0M23Y20K33 (0%, 23%, 20%, 33%)
(0.00 / 0.23 / 0.20 / 0.33)

CMYK percentages

%0
%22.81
%19.88
%32.94

Codes

Color #AB8489 in popluar color models

AB 84 89
RGB 171 132 137
HSL 352° 18.84% 59.41%
HSB/HSV 352° 22.81% 67.06%
CMYK 0.00% 22.81% 19.88%
32.94%

Color #AB8489 in popluar number systems.

HEX AB 84 89
Decimal 171 132 137
Binary 10101011 10000100 10001001
Octal 253 204 211

Shades and tints

Shades of #AB8489

#AB8489
(171,132,137)
#9C787D
(156,120,125)
#8D6C71
(141,108,113)
#7E6065
(126,96,101)
#6F5459
(111,84,89)
#60484D
(96,72,77)
#513C41
(81,60,65)
#423035
(66,48,53)
#332429
(51,36,41)
#24181D
(36,24,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #AB8489

#AB8489
(171,132,137)
#B28F93
(178,143,147)
#B99A9D
(185,154,157)
#C0A5A7
(192,165,167)
#C7B0B1
(199,176,177)
#CEBBBB
(206,187,187)
#D5C6C5
(213,198,197)
#DCD1CF
(220,209,207)
#E3DCD9
(227,220,217)
#EAE7E3
(234,231,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8489 color. Also use rgb(171,132,137) instead hex code.

Text Font Color

.myTextColor { color: #AB8489; }

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

This text font color is #AB8489.

Background Color

.myBgColor { background-color: #AB8489; }

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

This div background color is #AB8489.

Border color

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

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

This div border color is #AB8489.

Opacity

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

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

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

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

This text has shadow with #AB8489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8489.

Preview

Color preview on black background

This text has color #AB8489 on black background.


Color preview on white background

This text has color #AB8489 on white background.


Black color preview on #AB8489 background

This text has black color on #AB8489 background.


White color preview on #AB8489 background

This text has white color on #AB8489 background.


Related colors

Complementary color

Complementary color for #hex is #547B76.


I love getcolorcode.com

Triadic colors

1 #89AB84 and #8489AB with #AB8489 are triadic colors.

2 #8984AB and #84AB89 with #AB8489 are triadic colors.