COLOR #AB9184

HEX: #AB9184
RGB: (171,145,132)

Color info

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

RGB color model

#AB9184 color RGB value is (171,145,132).

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

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 132 of 255 = 52%

171
145
132

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 132 = 448 (100%)
R 171 of 448 ~ 38.17%
G 145 of 448 ~ 32.37%
B 132 of 448 ~ 29.46%

%38.17
%32.37
%29.46

CMYK color model

#AB9184 color CMYK value is (0,15,23,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(0,15,23,33)
C0M15Y23K33 
(0%,15%,23%,33%)
(0.00/0.15/0.23/0.33)	

CMYK percentages

%0
%15.2
%22.81
%32.94

Codes

Color #AB9184 in popluar color models

AB9184
RGB171145132
HSL20°18.84%59.41%
HSB/HSV20°22.81%67.06%
CMYK0.00%15.20%22.81%
32.94%

Color #AB9184 in popluar number systems.

HEXAB9184
Decimal171145132
Binary101010111001000110000100
Octal253221204

Shades and tints

Shades of #AB9184

#AB9184
(171,145,132)
#9C8478
(156,132,120)
#8D776C
(141,119,108)
#7E6A60
(126,106,96)
#6F5D54
(111,93,84)
#605048
(96,80,72)
#51433C
(81,67,60)
#423630
(66,54,48)
#332924
(51,41,36)
#241C18
(36,28,24)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #AB9184

#AB9184
(171,145,132)
#B29B8F
(178,155,143)
#B9A59A
(185,165,154)
#C0AFA5
(192,175,165)
#C7B9B0
(199,185,176)
#CEC3BB
(206,195,187)
#D5CDC6
(213,205,198)
#DCD7D1
(220,215,209)
#E3E1DC
(227,225,220)
#EAEBE7
(234,235,231)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9184; }

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

This text font color is #AB9184.


Background Color

.myBgColor { background-color: #AB9184; }

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

This div background color is #AB9184.


Border color

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

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

This div border color is #AB9184.


Opacity

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

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

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

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

This text has shadow with #AB9184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9184 on black background.


Color preview on white background

This text has color #AB9184 on white background.



Black color preview on #AB9184 background

This text has black color on #AB9184 background.


White color preview on #AB9184 background

This text has white color on #AB9184 background.