COLOR #AB9191

HEX: #AB9191
RGB: (171,145,145)

Color info

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

RGB color model

#AB9191 color RGB value is (171,145,145).

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

RGB channels and saturation

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

171
145
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 145 = 461 (100%)
R 171 of 461 ~ 37.09%
G 145 of 461 ~ 31.45%
B 145 of 461 ~ 31.45%

%37.09
%31.45
%31.45

CMYK color model

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

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

CMYK percentages

%0
%15.2
%15.2
%32.94

Codes

Color #AB9191 in popluar color models

AB9191
RGB171145145
HSL13.40%61.96%
HSB/HSV15.20%67.06%
CMYK0.00%15.20%15.20%
32.94%

Color #AB9191 in popluar number systems.

HEXAB9191
Decimal171145145
Binary101010111001000110010001
Octal253221221

Shades and tints

Shades of #AB9191

#AB9191
(171,145,145)
#9C8484
(156,132,132)
#8D7777
(141,119,119)
#7E6A6A
(126,106,106)
#6F5D5D
(111,93,93)
#605050
(96,80,80)
#514343
(81,67,67)
#423636
(66,54,54)
#332929
(51,41,41)
#241C1C
(36,28,28)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #AB9191

#AB9191
(171,145,145)
#B29B9B
(178,155,155)
#B9A5A5
(185,165,165)
#C0AFAF
(192,175,175)
#C7B9B9
(199,185,185)
#CEC3C3
(206,195,195)
#D5CDCD
(213,205,205)
#DCD7D7
(220,215,215)
#E3E1E1
(227,225,225)
#EAEBEB
(234,235,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9191; }

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

This text font color is #AB9191.


Background Color

.myBgColor { background-color: #AB9191; }

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

This div background color is #AB9191.


Border color

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

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

This div border color is #AB9191.


Opacity

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

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

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

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

This text has shadow with #AB9191 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB9191 on black background.


Color preview on white background

This text has color #AB9191 on white background.



Black color preview on #AB9191 background

This text has black color on #AB9191 background.


White color preview on #AB9191 background

This text has white color on #AB9191 background.