COLOR #AB9388

HEX: #AB9388 RGB: (171,147,136)

Color info

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

RGB color model

#AB9388 color RGB value is (171,147,136).

RGB: (171,147,136) (67%, 58%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 136 of 255 = 53%

171
147
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 147 + 136 = 454 (100%)
R 171 of 454 ~ 37.67%
G 147 of 454 ~ 32.38%
B 136 of 454 ~ 29.96'%

%37.67
%32.38
%29.96

CMYK color model

#AB9388 color CMYK value is (0,14,20,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK: (0,14,20,33) C0M14Y20K33 (0%,14%,20%,33%) (0.00/0.14/0.20/0.33) 

CMYK percentages

%0
%14.04
%20.47
%32.94

Codes

Color #AB9388 in popluar color models

AB 93 88
RGB 171 147 136
HSL 19° 17.24% 60.20%
HSB/HSV 19° 20.47% 67.06%
CMYK 0.00% 14.04% 20.47%
32.94%

Color #AB9388 in popluar number systems.

HEX AB 93 88
Decimal 171 147 136
Binary 10101011 10010011 10001000
Octal 253 223 210

Shades and tints

Shades of #AB9388

#AB9388
(171,147,136)
#9C867C
(156,134,124)
#8D7970
(141,121,112)
#7E6C64
(126,108,100)
#6F5F58
(111,95,88)
#60524C
(96,82,76)
#514540
(81,69,64)
#423834
(66,56,52)
#332B28
(51,43,40)
#241E1C
(36,30,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #AB9388

#AB9388
(171,147,136)
#B29C92
(178,156,146)
#B9A59C
(185,165,156)
#C0AEA6
(192,174,166)
#C7B7B0
(199,183,176)
#CEC0BA
(206,192,186)
#D5C9C4
(213,201,196)
#DCD2CE
(220,210,206)
#E3DBD8
(227,219,216)
#EAE4E2
(234,228,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9388; }

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

This text font color is #AB9388.

Background Color

.myBgColor { background-color: #AB9388; }

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

This div background color is #AB9388.

Border color

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

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

This div border color is #AB9388.

Opacity

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

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

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

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

This text has shadow with #AB9388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9388.

Preview

Color preview on black background

This text has color #AB9388 on black background.


Color preview on white background

This text has color #AB9388 on white background.


Black color preview on #AB9388 background

This text has black color on #AB9388 background.


White color preview on #AB9388 background

This text has white color on #AB9388 background.


Related colors

Complementary color

Complementary color for #hex is #546C77.


I love getcolorcode.com

Triadic colors

1 #88AB93 and #9388AB with #AB9388 are triadic colors.

2 #8893AB and #93AB88 with #AB9388 are triadic colors.