COLOR #AB9A90

HEX: #AB9A90
RGB: (171,154,144)

Color info

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

RGB color model

#AB9A90 color RGB value is (171,154,144).

  • red value is 171;
  • green value is 154;
  • blue value is 144.
RGB:
(171,154,144)
(67%,60%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 144 of 255 = 56%

171
154
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 144 = 469 (100%)
R 171 of 469 ~ 36.46%
G 154 of 469 ~ 32.84%
B 144 of 469 ~ 30.7%

%36.46
%32.84
%30.7

CMYK color model

#AB9A90 color CMYK value is (0,10,16,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,10,16,33)
C0M10Y16K33 
(0%,10%,16%,33%)
(0.00/0.10/0.16/0.33)	

CMYK percentages

%0
%9.94
%15.79
%32.94

Codes

Color #AB9A90 in popluar color models

AB9A90
RGB171154144
HSL22°13.85%61.76%
HSB/HSV22°15.79%67.06%
CMYK0.00%9.94%15.79%
32.94%

Color #AB9A90 in popluar number systems.

HEXAB9A90
Decimal171154144
Binary101010111001101010010000
Octal253232220

Shades and tints

Shades of #AB9A90

#AB9A90
(171,154,144)
#9C8C83
(156,140,131)
#8D7E76
(141,126,118)
#7E7069
(126,112,105)
#6F625C
(111,98,92)
#60544F
(96,84,79)
#514642
(81,70,66)
#423835
(66,56,53)
#332A28
(51,42,40)
#241C1B
(36,28,27)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #AB9A90

#AB9A90
(171,154,144)
#B2A39A
(178,163,154)
#B9ACA4
(185,172,164)
#C0B5AE
(192,181,174)
#C7BEB8
(199,190,184)
#CEC7C2
(206,199,194)
#D5D0CC
(213,208,204)
#DCD9D6
(220,217,214)
#E3E2E0
(227,226,224)
#EAEBEA
(234,235,234)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A90; }

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

This text font color is #AB9A90.


Background Color

.myBgColor { background-color: #AB9A90; }

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

This div background color is #AB9A90.


Border color

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

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

This div border color is #AB9A90.


Opacity

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

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

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

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

This text has shadow with #AB9A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9A90 on black background.


Color preview on white background

This text has color #AB9A90 on white background.



Black color preview on #AB9A90 background

This text has black color on #AB9A90 background.


White color preview on #AB9A90 background

This text has white color on #AB9A90 background.