COLOR #AB9590

HEX: #AB9590 RGB: (171,149,144)

Color info

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

RGB color model

#AB9590 color RGB value is (171,149,144).

RGB: (171,149,144) (67%, 58%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 144 of 255 = 56%

171
149
144

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

Portions of RGB colors in percentages

R + G + B = 171 + 149 + 144 = 464 (100%)
R 171 of 464 ~ 36.85%
G 149 of 464 ~ 32.11%
B 144 of 464 ~ 31.03'%

%36.85
%32.11
%31.03

CMYK color model

#AB9590 color CMYK value is (0,13,16,33).

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

CMYK: (0,13,16,33)
C0M13Y16K33 (0%, 13%, 16%, 33%)
(0.00 / 0.13 / 0.16 / 0.33)

CMYK percentages

%0
%12.87
%15.79
%32.94

Codes

Color #AB9590 in popluar color models

AB 95 90
RGB 171 149 144
HSL 11° 13.85% 61.76%
HSB/HSV 11° 15.79% 67.06%
CMYK 0.00% 12.87% 15.79%
32.94%

Color #AB9590 in popluar number systems.

HEX AB 95 90
Decimal 171 149 144
Binary 10101011 10010101 10010000
Octal 253 225 220

Shades and tints

Shades of #AB9590

#AB9590
(171,149,144)
#9C8883
(156,136,131)
#8D7B76
(141,123,118)
#7E6E69
(126,110,105)
#6F615C
(111,97,92)
#60544F
(96,84,79)
#514742
(81,71,66)
#423A35
(66,58,53)
#332D28
(51,45,40)
#24201B
(36,32,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB9590

#AB9590
(171,149,144)
#B29E9A
(178,158,154)
#B9A7A4
(185,167,164)
#C0B0AE
(192,176,174)
#C7B9B8
(199,185,184)
#CEC2C2
(206,194,194)
#D5CBCC
(213,203,204)
#DCD4D6
(220,212,214)
#E3DDE0
(227,221,224)
#EAE6EA
(234,230,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9590; }

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

This text font color is #AB9590.

Background Color

.myBgColor { background-color: #AB9590; }

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

This div background color is #AB9590.

Border color

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

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

This div border color is #AB9590.

Opacity

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

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

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

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

This text has shadow with #AB9590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9590.

Preview

Color preview on black background

This text has color #AB9590 on black background.


Color preview on white background

This text has color #AB9590 on white background.


Black color preview on #AB9590 background

This text has black color on #AB9590 background.


White color preview on #AB9590 background

This text has white color on #AB9590 background.


Related colors

Complementary color

Complementary color for #hex is #546A6F.


I love getcolorcode.com

Triadic colors

1 #90AB95 and #9590AB with #AB9590 are triadic colors.

2 #9095AB and #95AB90 with #AB9590 are triadic colors.