COLOR #AB9C92

HEX: #AB9C92
RGB: (171,156,146)

Color info

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

RGB color model

#AB9C92 color RGB value is (171,156,146).

  • red value is 171;
  • green value is 156;
  • blue value is 146.
RGB:
(171,156,146)
(67%,61%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 146 of 255 = 57%

171
156
146

R + G + B ~ 62%. #AB9C92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 146 = 473 (100%)
R 171 of 473 ~ 36.15%
G 156 of 473 ~ 32.98%
B 146 of 473 ~ 30.87%

%36.15
%32.98
%30.87

CMYK color model

#AB9C92 color CMYK value is (0,9,15,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 14.62%
  • key color value is 32.94%
CMYK:
(0,9,15,33)
C0M9Y15K33 
(0%,9%,15%,33%)
(0.00/0.09/0.15/0.33)	

CMYK percentages

%0
%8.77
%14.62
%32.94

Codes

Color #AB9C92 in popluar color models

AB9C92
RGB171156146
HSL24°12.95%62.16%
HSB/HSV24°14.62%67.06%
CMYK0.00%8.77%14.62%
32.94%

Color #AB9C92 in popluar number systems.

HEXAB9C92
Decimal171156146
Binary101010111001110010010010
Octal253234222

Shades and tints

Shades of #AB9C92

#AB9C92
(171,156,146)
#9C8E85
(156,142,133)
#8D8078
(141,128,120)
#7E726B
(126,114,107)
#6F645E
(111,100,94)
#605651
(96,86,81)
#514844
(81,72,68)
#423A37
(66,58,55)
#332C2A
(51,44,42)
#241E1D
(36,30,29)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB9C92

#AB9C92
(171,156,146)
#B2A59B
(178,165,155)
#B9AEA4
(185,174,164)
#C0B7AD
(192,183,173)
#C7C0B6
(199,192,182)
#CEC9BF
(206,201,191)
#D5D2C8
(213,210,200)
#DCDBD1
(220,219,209)
#E3E4DA
(227,228,218)
#EAEDE3
(234,237,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9C92; }

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

This text font color is #AB9C92.


Background Color

.myBgColor { background-color: #AB9C92; }

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

This div background color is #AB9C92.


Border color

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

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

This div border color is #AB9C92.


Opacity

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

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

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

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

This text has shadow with #AB9C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9C92 on black background.


Color preview on white background

This text has color #AB9C92 on white background.



Black color preview on #AB9C92 background

This text has black color on #AB9C92 background.


White color preview on #AB9C92 background

This text has white color on #AB9C92 background.