COLOR #AB8595

HEX: #AB8595
RGB: (171,133,149)

Color info

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

RGB color model

#AB8595 color RGB value is (171,133,149).

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

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 149 of 255 = 58%

171
133
149

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

Portions of RGB colors in percentages

R + G + B =
171 + 133 + 149 = 453 (100%)
R 171 of 453 ~ 37.75%
G 133 of 453 ~ 29.36%
B 149 of 453 ~ 32.89%

%37.75
%29.36
%32.89

CMYK color model

#AB8595 color CMYK value is (0,22,13,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(0,22,13,33)
C0M22Y13K33 
(0%,22%,13%,33%)
(0.00/0.22/0.13/0.33)	

CMYK percentages

%0
%22.22
%12.87
%32.94

Codes

Color #AB8595 in popluar color models

AB8595
RGB171133149
HSL335°18.45%59.61%
HSB/HSV335°22.22%67.06%
CMYK0.00%22.22%12.87%
32.94%

Color #AB8595 in popluar number systems.

HEXAB8595
Decimal171133149
Binary101010111000010110010101
Octal253205225

Shades and tints

Shades of #AB8595

#AB8595
(171,133,149)
#9C7988
(156,121,136)
#8D6D7B
(141,109,123)
#7E616E
(126,97,110)
#6F5561
(111,85,97)
#604954
(96,73,84)
#513D47
(81,61,71)
#42313A
(66,49,58)
#33252D
(51,37,45)
#241920
(36,25,32)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #AB8595

#AB8595
(171,133,149)
#B2909E
(178,144,158)
#B99BA7
(185,155,167)
#C0A6B0
(192,166,176)
#C7B1B9
(199,177,185)
#CEBCC2
(206,188,194)
#D5C7CB
(213,199,203)
#DCD2D4
(220,210,212)
#E3DDDD
(227,221,221)
#EAE8E6
(234,232,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8595; }

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

This text font color is #AB8595.


Background Color

.myBgColor { background-color: #AB8595; }

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

This div background color is #AB8595.


Border color

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

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

This div border color is #AB8595.


Opacity

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

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

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

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

This text has shadow with #AB8595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8595 on black background.


Color preview on white background

This text has color #AB8595 on white background.



Black color preview on #AB8595 background

This text has black color on #AB8595 background.


White color preview on #AB8595 background

This text has white color on #AB8595 background.