COLOR #AB9593

HEX: #AB9593 RGB: (171,149,147)

Color info

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

RGB color model

#AB9593 color RGB value is (171,149,147).

RGB: (171,149,147) (67%, 58%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 147 of 255 = 58%

171
149
147

R + G + B ~ 61%. #AB9593 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 149 + 147 = 467 (100%)
R 171 of 467 ~ 36.62%
G 149 of 467 ~ 31.91%
B 147 of 467 ~ 31.48'%

%36.62
%31.91
%31.48

CMYK color model

#AB9593 color CMYK value is (0,13,14,33).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 14.04%
  • key color value is 32.94%

CMYK: (0,13,14,33)
C0M13Y14K33 (0%, 13%, 14%, 33%)
(0.00 / 0.13 / 0.14 / 0.33)

CMYK percentages

%0
%12.87
%14.04
%32.94

Codes

Color #AB9593 in popluar color models

AB 95 93
RGB 171 149 147
HSL 12.50% 62.35%
HSB/HSV 14.04% 67.06%
CMYK 0.00% 12.87% 14.04%
32.94%

Color #AB9593 in popluar number systems.

HEX AB 95 93
Decimal 171 149 147
Binary 10101011 10010101 10010011
Octal 253 225 223

Shades and tints

Shades of #AB9593

#AB9593
(171,149,147)
#9C8886
(156,136,134)
#8D7B79
(141,123,121)
#7E6E6C
(126,110,108)
#6F615F
(111,97,95)
#605452
(96,84,82)
#514745
(81,71,69)
#423A38
(66,58,56)
#332D2B
(51,45,43)
#24201E
(36,32,30)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #AB9593

#AB9593
(171,149,147)
#B29E9C
(178,158,156)
#B9A7A5
(185,167,165)
#C0B0AE
(192,176,174)
#C7B9B7
(199,185,183)
#CEC2C0
(206,194,192)
#D5CBC9
(213,203,201)
#DCD4D2
(220,212,210)
#E3DDDB
(227,221,219)
#EAE6E4
(234,230,228)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9593; }

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

This text font color is #AB9593.

Background Color

.myBgColor { background-color: #AB9593; }

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

This div background color is #AB9593.

Border color

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

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

This div border color is #AB9593.

Opacity

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

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

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

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

This text has shadow with #AB9593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9593.

Preview

Color preview on black background

This text has color #AB9593 on black background.


Color preview on white background

This text has color #AB9593 on white background.


Black color preview on #AB9593 background

This text has black color on #AB9593 background.


White color preview on #AB9593 background

This text has white color on #AB9593 background.


Related colors

Complementary color

Complementary color for #hex is #546A6C.


I love getcolorcode.com

Triadic colors

1 #93AB95 and #9593AB with #AB9593 are triadic colors.

2 #9395AB and #95AB93 with #AB9593 are triadic colors.