COLOR #AB9A96

HEX: #AB9A96 RGB: (171,154,150)

Color info

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

RGB color model

#AB9A96 color RGB value is (171,154,150).

RGB: (171,154,150) (67%, 60%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 150 of 255 = 59%

171
154
150

R + G + B ~ 62%. #AB9A96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 154 + 150 = 475 (100%)
R 171 of 475 ~ 36%
G 154 of 475 ~ 32.42%
B 150 of 475 ~ 31.58'%

%36
%32.42
%31.58

CMYK color model

#AB9A96 color CMYK value is (0,10,12,33).

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

CMYK: (0,10,12,33)
C0M10Y12K33 (0%, 10%, 12%, 33%)
(0.00 / 0.10 / 0.12 / 0.33)

CMYK percentages

%0
%9.94
%12.28
%32.94

Codes

Color #AB9A96 in popluar color models

AB 9A 96
RGB 171 154 150
HSL 11° 11.11% 62.94%
HSB/HSV 11° 12.28% 67.06%
CMYK 0.00% 9.94% 12.28%
32.94%

Color #AB9A96 in popluar number systems.

HEX AB 9A 96
Decimal 171 154 150
Binary 10101011 10011010 10010110
Octal 253 232 226

Shades and tints

Shades of #AB9A96

#AB9A96
(171,154,150)
#9C8C89
(156,140,137)
#8D7E7C
(141,126,124)
#7E706F
(126,112,111)
#6F6262
(111,98,98)
#605455
(96,84,85)
#514648
(81,70,72)
#42383B
(66,56,59)
#332A2E
(51,42,46)
#241C21
(36,28,33)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #AB9A96

#AB9A96
(171,154,150)
#B2A39F
(178,163,159)
#B9ACA8
(185,172,168)
#C0B5B1
(192,181,177)
#C7BEBA
(199,190,186)
#CEC7C3
(206,199,195)
#D5D0CC
(213,208,204)
#DCD9D5
(220,217,213)
#E3E2DE
(227,226,222)
#EAEBE7
(234,235,231)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A96; }

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

This text font color is #AB9A96.

Background Color

.myBgColor { background-color: #AB9A96; }

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

This div background color is #AB9A96.

Border color

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

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

This div border color is #AB9A96.

Opacity

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

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

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

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

This text has shadow with #AB9A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9A96.

Preview

Color preview on black background

This text has color #AB9A96 on black background.


Color preview on white background

This text has color #AB9A96 on white background.


Black color preview on #AB9A96 background

This text has black color on #AB9A96 background.


White color preview on #AB9A96 background

This text has white color on #AB9A96 background.


Related colors

Complementary color

Complementary color for #hex is #546569.


I love getcolorcode.com

Triadic colors

1 #96AB9A and #9A96AB with #AB9A96 are triadic colors.

2 #969AAB and #9AAB96 with #AB9A96 are triadic colors.