COLOR #AB9F90

HEX: #AB9F90
RGB: (171,159,144)

Color info

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

RGB color model

#AB9F90 color RGB value is (171,159,144).

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

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 144 of 255 = 56%

171
159
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 159 + 144 = 474 (100%)
R 171 of 474 ~ 36.08%
G 159 of 474 ~ 33.54%
B 144 of 474 ~ 30.38%

%36.08
%33.54
%30.38

CMYK color model

#AB9F90 color CMYK value is (0,7,16,33).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,7,16,33)
C0M7Y16K33 
(0%,7%,16%,33%)
(0.00/0.07/0.16/0.33)	

CMYK percentages

%0
%7.02
%15.79
%32.94

Codes

Color #AB9F90 in popluar color models

AB9F90
RGB171159144
HSL33°13.85%61.76%
HSB/HSV33°15.79%67.06%
CMYK0.00%7.02%15.79%
32.94%

Color #AB9F90 in popluar number systems.

HEXAB9F90
Decimal171159144
Binary101010111001111110010000
Octal253237220

Shades and tints

Shades of #AB9F90

#AB9F90
(171,159,144)
#9C9183
(156,145,131)
#8D8376
(141,131,118)
#7E7569
(126,117,105)
#6F675C
(111,103,92)
#60594F
(96,89,79)
#514B42
(81,75,66)
#423D35
(66,61,53)
#332F28
(51,47,40)
#24211B
(36,33,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB9F90

#AB9F90
(171,159,144)
#B2A79A
(178,167,154)
#B9AFA4
(185,175,164)
#C0B7AE
(192,183,174)
#C7BFB8
(199,191,184)
#CEC7C2
(206,199,194)
#D5CFCC
(213,207,204)
#DCD7D6
(220,215,214)
#E3DFE0
(227,223,224)
#EAE7EA
(234,231,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9F90; }

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

This text font color is #AB9F90.


Background Color

.myBgColor { background-color: #AB9F90; }

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

This div background color is #AB9F90.


Border color

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

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

This div border color is #AB9F90.


Opacity

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

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

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

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

This text has shadow with #AB9F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9F90 on black background.


Color preview on white background

This text has color #AB9F90 on white background.



Black color preview on #AB9F90 background

This text has black color on #AB9F90 background.


White color preview on #AB9F90 background

This text has white color on #AB9F90 background.