COLOR #AB9384

HEX: #AB9384
RGB: (171,147,132)

Color info

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

RGB color model

#AB9384 color RGB value is (171,147,132).

  • red value is 171;
  • green value is 147;
  • blue value is 132.
RGB:
(171,147,132)
(67%,58%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 132 of 255 = 52%

171
147
132

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 132 = 450 (100%)
R 171 of 450 ~ 38%
G 147 of 450 ~ 32.67%
B 132 of 450 ~ 29.33%

%38
%32.67
%29.33

CMYK color model

#AB9384 color CMYK value is (0,14,23,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(0,14,23,33)
C0M14Y23K33 
(0%,14%,23%,33%)
(0.00/0.14/0.23/0.33)	

CMYK percentages

%0
%14.04
%22.81
%32.94

Codes

Color #AB9384 in popluar color models

AB9384
RGB171147132
HSL23°18.84%59.41%
HSB/HSV23°22.81%67.06%
CMYK0.00%14.04%22.81%
32.94%

Color #AB9384 in popluar number systems.

HEXAB9384
Decimal171147132
Binary101010111001001110000100
Octal253223204

Shades and tints

Shades of #AB9384

#AB9384
(171,147,132)
#9C8678
(156,134,120)
#8D796C
(141,121,108)
#7E6C60
(126,108,96)
#6F5F54
(111,95,84)
#605248
(96,82,72)
#51453C
(81,69,60)
#423830
(66,56,48)
#332B24
(51,43,36)
#241E18
(36,30,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #AB9384

#AB9384
(171,147,132)
#B29C8F
(178,156,143)
#B9A59A
(185,165,154)
#C0AEA5
(192,174,165)
#C7B7B0
(199,183,176)
#CEC0BB
(206,192,187)
#D5C9C6
(213,201,198)
#DCD2D1
(220,210,209)
#E3DBDC
(227,219,220)
#EAE4E7
(234,228,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9384; }

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

This text font color is #AB9384.


Background Color

.myBgColor { background-color: #AB9384; }

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

This div background color is #AB9384.


Border color

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

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

This div border color is #AB9384.


Opacity

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

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

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

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

This text has shadow with #AB9384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9384 on black background.


Color preview on white background

This text has color #AB9384 on white background.



Black color preview on #AB9384 background

This text has black color on #AB9384 background.


White color preview on #AB9384 background

This text has white color on #AB9384 background.