COLOR #AB9A8B

HEX: #AB9A8B RGB: (171,154,139)

Color info

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

RGB color model

#AB9A8B color RGB value is (171,154,139).

RGB: (171,154,139) (67%, 60%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 139 of 255 = 55%

171
154
139

R + G + B ~ 61%. #AB9A8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 154 + 139 = 464 (100%)
R 171 of 464 ~ 36.85%
G 154 of 464 ~ 33.19%
B 139 of 464 ~ 29.96'%

%36.85
%33.19
%29.96

CMYK color model

#AB9A8B color CMYK value is (0,10,19,33).

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

CMYK: (0,10,19,33)
C0M10Y19K33 (0%, 10%, 19%, 33%)
(0.00 / 0.10 / 0.19 / 0.33)

CMYK percentages

%0
%9.94
%18.71
%32.94

Codes

Color #AB9A8B in popluar color models

AB 9A 8B
RGB 171 154 139
HSL 28° 16.00% 60.78%
HSB/HSV 28° 18.71% 67.06%
CMYK 0.00% 9.94% 18.71%
32.94%

Color #AB9A8B in popluar number systems.

HEX AB 9A 8B
Decimal 171 154 139
Binary 10101011 10011010 10001011
Octal 253 232 213

Shades and tints

Shades of #AB9A8B

#AB9A8B
(171,154,139)
#9C8C7F
(156,140,127)
#8D7E73
(141,126,115)
#7E7067
(126,112,103)
#6F625B
(111,98,91)
#60544F
(96,84,79)
#514643
(81,70,67)
#423837
(66,56,55)
#332A2B
(51,42,43)
#241C1F
(36,28,31)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #AB9A8B

#AB9A8B
(171,154,139)
#B2A395
(178,163,149)
#B9AC9F
(185,172,159)
#C0B5A9
(192,181,169)
#C7BEB3
(199,190,179)
#CEC7BD
(206,199,189)
#D5D0C7
(213,208,199)
#DCD9D1
(220,217,209)
#E3E2DB
(227,226,219)
#EAEBE5
(234,235,229)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A8B; }

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

This text font color is #AB9A8B.

Background Color

.myBgColor { background-color: #AB9A8B; }

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

This div background color is #AB9A8B.

Border color

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

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

This div border color is #AB9A8B.

Opacity

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

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

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

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

This text has shadow with #AB9A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9A8B.

Preview

Color preview on black background

This text has color #AB9A8B on black background.


Color preview on white background

This text has color #AB9A8B on white background.


Black color preview on #AB9A8B background

This text has black color on #AB9A8B background.


White color preview on #AB9A8B background

This text has white color on #AB9A8B background.


Related colors

Complementary color

Complementary color for #hex is #546574.


I love getcolorcode.com

Triadic colors

1 #8BAB9A and #9A8BAB with #AB9A8B are triadic colors.

2 #8B9AAB and #9AAB8B with #AB9A8B are triadic colors.