COLOR #AB9086

HEX: #AB9086 RGB: (171,144,134)

Color info

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

RGB color model

#AB9086 color RGB value is (171,144,134).

RGB: (171,144,134) (67%, 56%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 134 of 255 = 53%

171
144
134

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

Portions of RGB colors in percentages

R + G + B = 171 + 144 + 134 = 449 (100%)
R 171 of 449 ~ 38.08%
G 144 of 449 ~ 32.07%
B 134 of 449 ~ 29.84'%

%38.08
%32.07
%29.84

CMYK color model

#AB9086 color CMYK value is (0,16,22,33).

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

CMYK: (0,16,22,33)
C0M16Y22K33 (0%, 16%, 22%, 33%)
(0.00 / 0.16 / 0.22 / 0.33)

CMYK percentages

%0
%15.79
%21.64
%32.94

Codes

Color #AB9086 in popluar color models

AB 90 86
RGB 171 144 134
HSL 16° 18.05% 59.80%
HSB/HSV 16° 21.64% 67.06%
CMYK 0.00% 15.79% 21.64%
32.94%

Color #AB9086 in popluar number systems.

HEX AB 90 86
Decimal 171 144 134
Binary 10101011 10010000 10000110
Octal 253 220 206

Shades and tints

Shades of #AB9086

#AB9086
(171,144,134)
#9C837A
(156,131,122)
#8D766E
(141,118,110)
#7E6962
(126,105,98)
#6F5C56
(111,92,86)
#604F4A
(96,79,74)
#51423E
(81,66,62)
#423532
(66,53,50)
#332826
(51,40,38)
#241B1A
(36,27,26)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #AB9086

#AB9086
(171,144,134)
#B29A91
(178,154,145)
#B9A49C
(185,164,156)
#C0AEA7
(192,174,167)
#C7B8B2
(199,184,178)
#CEC2BD
(206,194,189)
#D5CCC8
(213,204,200)
#DCD6D3
(220,214,211)
#E3E0DE
(227,224,222)
#EAEAE9
(234,234,233)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9086; }

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

This text font color is #AB9086.

Background Color

.myBgColor { background-color: #AB9086; }

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

This div background color is #AB9086.

Border color

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

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

This div border color is #AB9086.

Opacity

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

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

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

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

This text has shadow with #AB9086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9086.

Preview

Color preview on black background

This text has color #AB9086 on black background.


Color preview on white background

This text has color #AB9086 on white background.


Black color preview on #AB9086 background

This text has black color on #AB9086 background.


White color preview on #AB9086 background

This text has white color on #AB9086 background.


Related colors

Complementary color

Complementary color for #hex is #546F79.


I love getcolorcode.com

Triadic colors

1 #86AB90 and #9086AB with #AB9086 are triadic colors.

2 #8690AB and #90AB86 with #AB9086 are triadic colors.