COLOR #AB9090

HEX: #AB9090
RGB: (171,144,144)

Color info

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

RGB color model

#AB9090 color RGB value is (171,144,144).

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

RGB channels and saturation

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

171
144
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 144 = 459 (100%)
R 171 of 459 ~ 37.25%
G 144 of 459 ~ 31.37%
B 144 of 459 ~ 31.37%

%37.25
%31.37
%31.37

CMYK color model

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

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

CMYK percentages

%0
%15.79
%15.79
%32.94

Codes

Color #AB9090 in popluar color models

AB9090
RGB171144144
HSL13.85%61.76%
HSB/HSV15.79%67.06%
CMYK0.00%15.79%15.79%
32.94%

Color #AB9090 in popluar number systems.

HEXAB9090
Decimal171144144
Binary101010111001000010010000
Octal253220220

Shades and tints

Shades of #AB9090

#AB9090
(171,144,144)
#9C8383
(156,131,131)
#8D7676
(141,118,118)
#7E6969
(126,105,105)
#6F5C5C
(111,92,92)
#604F4F
(96,79,79)
#514242
(81,66,66)
#423535
(66,53,53)
#332828
(51,40,40)
#241B1B
(36,27,27)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #AB9090

#AB9090
(171,144,144)
#B29A9A
(178,154,154)
#B9A4A4
(185,164,164)
#C0AEAE
(192,174,174)
#C7B8B8
(199,184,184)
#CEC2C2
(206,194,194)
#D5CCCC
(213,204,204)
#DCD6D6
(220,214,214)
#E3E0E0
(227,224,224)
#EAEAEA
(234,234,234)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9090; }

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

This text font color is #AB9090.


Background Color

.myBgColor { background-color: #AB9090; }

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

This div background color is #AB9090.


Border color

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

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

This div border color is #AB9090.


Opacity

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

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

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

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

This text has shadow with #AB9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9090 on black background.


Color preview on white background

This text has color #AB9090 on white background.



Black color preview on #AB9090 background

This text has black color on #AB9090 background.


White color preview on #AB9090 background

This text has white color on #AB9090 background.