COLOR #AB928B

HEX: #AB928B RGB: (171,146,139)

Color info

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

RGB color model

#AB928B color RGB value is (171,146,139).

RGB: (171,146,139) (67%, 57%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 139 of 255 = 55%

171
146
139

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

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 139 = 456 (100%)
R 171 of 456 ~ 37.5%
G 146 of 456 ~ 32.02%
B 139 of 456 ~ 30.48'%

%37.5
%32.02
%30.48

CMYK color model

#AB928B color CMYK value is (0,15,19,33).

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

CMYK: (0,15,19,33)
C0M15Y19K33 (0%, 15%, 19%, 33%)
(0.00 / 0.15 / 0.19 / 0.33)

CMYK percentages

%0
%14.62
%18.71
%32.94

Codes

Color #AB928B in popluar color models

AB 92 8B
RGB 171 146 139
HSL 13° 16.00% 60.78%
HSB/HSV 13° 18.71% 67.06%
CMYK 0.00% 14.62% 18.71%
32.94%

Color #AB928B in popluar number systems.

HEX AB 92 8B
Decimal 171 146 139
Binary 10101011 10010010 10001011
Octal 253 222 213

Shades and tints

Shades of #AB928B

#AB928B
(171,146,139)
#9C857F
(156,133,127)
#8D7873
(141,120,115)
#7E6B67
(126,107,103)
#6F5E5B
(111,94,91)
#60514F
(96,81,79)
#514443
(81,68,67)
#423737
(66,55,55)
#332A2B
(51,42,43)
#241D1F
(36,29,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB928B

#AB928B
(171,146,139)
#B29B95
(178,155,149)
#B9A49F
(185,164,159)
#C0ADA9
(192,173,169)
#C7B6B3
(199,182,179)
#CEBFBD
(206,191,189)
#D5C8C7
(213,200,199)
#DCD1D1
(220,209,209)
#E3DADB
(227,218,219)
#EAE3E5
(234,227,229)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB928B; }

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

This text font color is #AB928B.

Background Color

.myBgColor { background-color: #AB928B; }

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

This div background color is #AB928B.

Border color

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

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

This div border color is #AB928B.

Opacity

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

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

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

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

This text has shadow with #AB928B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB928B.

Preview

Color preview on black background

This text has color #AB928B on black background.


Color preview on white background

This text has color #AB928B on white background.


Black color preview on #AB928B background

This text has black color on #AB928B background.


White color preview on #AB928B background

This text has white color on #AB928B background.


Related colors

Complementary color

Complementary color for #hex is #546D74.


I love getcolorcode.com

Triadic colors

1 #8BAB92 and #928BAB with #AB928B are triadic colors.

2 #8B92AB and #92AB8B with #AB928B are triadic colors.