COLOR #AB999A

HEX: #AB999A
RGB: (171,153,154)

Color info

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

RGB color model

#AB999A color RGB value is (171,153,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 154 of 255 = 60%

171
153
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 154 = 478 (100%)
R 171 of 478 ~ 35.77%
G 153 of 478 ~ 32.01%
B 154 of 478 ~ 32.22%

%35.77
%32.01
%32.22

CMYK color model

#AB999A color CMYK value is (0,11,10,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(0,11,10,33)
C0M11Y10K33 
(0%,11%,10%,33%)
(0.00/0.11/0.10/0.33)	

CMYK percentages

%0
%10.53
%9.94
%32.94

Codes

Color #AB999A in popluar color models

AB999A
RGB171153154
HSL357°9.68%63.53%
HSB/HSV357°10.53%67.06%
CMYK0.00%10.53%9.94%
32.94%

Color #AB999A in popluar number systems.

HEXAB999A
Decimal171153154
Binary101010111001100110011010
Octal253231232

Shades and tints

Shades of #AB999A

#AB999A
(171,153,154)
#9C8C8C
(156,140,140)
#8D7F7E
(141,127,126)
#7E7270
(126,114,112)
#6F6562
(111,101,98)
#605854
(96,88,84)
#514B46
(81,75,70)
#423E38
(66,62,56)
#33312A
(51,49,42)
#24241C
(36,36,28)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #AB999A

#AB999A
(171,153,154)
#B2A2A3
(178,162,163)
#B9ABAC
(185,171,172)
#C0B4B5
(192,180,181)
#C7BDBE
(199,189,190)
#CEC6C7
(206,198,199)
#D5CFD0
(213,207,208)
#DCD8D9
(220,216,217)
#E3E1E2
(227,225,226)
#EAEAEB
(234,234,235)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB999A; }

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

This text font color is #AB999A.


Background Color

.myBgColor { background-color: #AB999A; }

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

This div background color is #AB999A.


Border color

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

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

This div border color is #AB999A.


Opacity

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

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

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

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

This text has shadow with #AB999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB999A on black background.


Color preview on white background

This text has color #AB999A on white background.



Black color preview on #AB999A background

This text has black color on #AB999A background.


White color preview on #AB999A background

This text has white color on #AB999A background.