COLOR #AB9A91

HEX: #AB9A91 RGB: (171,154,145)

Color info

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

RGB color model

#AB9A91 color RGB value is (171,154,145).

RGB: (171,154,145) (67%, 60%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 145 of 255 = 57%

171
154
145

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

Portions of RGB colors in percentages

R + G + B = 171 + 154 + 145 = 470 (100%)
R 171 of 470 ~ 36.38%
G 154 of 470 ~ 32.77%
B 145 of 470 ~ 30.85'%

%36.38
%32.77
%30.85

CMYK color model

#AB9A91 color CMYK value is (0,10,15,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 15.20%
  • key color value is 32.94%

CMYK: (0,10,15,33)
C0M10Y15K33 (0%, 10%, 15%, 33%)
(0.00 / 0.10 / 0.15 / 0.33)

CMYK percentages

%0
%9.94
%15.2
%32.94

Codes

Color #AB9A91 in popluar color models

AB 9A 91
RGB 171 154 145
HSL 21° 13.40% 61.96%
HSB/HSV 21° 15.20% 67.06%
CMYK 0.00% 9.94% 15.20%
32.94%

Color #AB9A91 in popluar number systems.

HEX AB 9A 91
Decimal 171 154 145
Binary 10101011 10011010 10010001
Octal 253 232 221

Shades and tints

Shades of #AB9A91

#AB9A91
(171,154,145)
#9C8C84
(156,140,132)
#8D7E77
(141,126,119)
#7E706A
(126,112,106)
#6F625D
(111,98,93)
#605450
(96,84,80)
#514643
(81,70,67)
#423836
(66,56,54)
#332A29
(51,42,41)
#241C1C
(36,28,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #AB9A91

#AB9A91
(171,154,145)
#B2A39B
(178,163,155)
#B9ACA5
(185,172,165)
#C0B5AF
(192,181,175)
#C7BEB9
(199,190,185)
#CEC7C3
(206,199,195)
#D5D0CD
(213,208,205)
#DCD9D7
(220,217,215)
#E3E2E1
(227,226,225)
#EAEBEB
(234,235,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9A91 color. Also use rgb(171,154,145) instead hex code.

Text Font Color

.myTextColor { color: #AB9A91; }

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

This text font color is #AB9A91.

Background Color

.myBgColor { background-color: #AB9A91; }

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

This div background color is #AB9A91.

Border color

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

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

This div border color is #AB9A91.

Opacity

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

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

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

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

This text has shadow with #AB9A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9A91.

Preview

Color preview on black background

This text has color #AB9A91 on black background.


Color preview on white background

This text has color #AB9A91 on white background.


Black color preview on #AB9A91 background

This text has black color on #AB9A91 background.


White color preview on #AB9A91 background

This text has white color on #AB9A91 background.


Related colors

Complementary color

Complementary color for #hex is #54656E.


I love getcolorcode.com

Triadic colors

1 #91AB9A and #9A91AB with #AB9A91 are triadic colors.

2 #919AAB and #9AAB91 with #AB9A91 are triadic colors.