COLOR #AB9494

HEX: #AB9494 RGB: (171,148,148)

Color info

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

RGB color model

#AB9494 color RGB value is (171,148,148).

RGB: (171,148,148) (67%, 58%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 148 of 255 = 58%

171
148
148

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

Portions of RGB colors in percentages

R + G + B = 171 + 148 + 148 = 467 (100%)
R 171 of 467 ~ 36.62%
G 148 of 467 ~ 31.69%
B 148 of 467 ~ 31.69'%

%36.62
%31.69
%31.69

CMYK color model

#AB9494 color CMYK value is (0,13,13,33).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 13.45%
  • key color value is 32.94%

CMYK: (0,13,13,33)
C0M13Y13K33 (0%, 13%, 13%, 33%)
(0.00 / 0.13 / 0.13 / 0.33)

CMYK percentages

%0
%13.45
%13.45
%32.94

Codes

Color #AB9494 in popluar color models

AB 94 94
RGB 171 148 148
HSL 12.04% 62.55%
HSB/HSV 13.45% 67.06%
CMYK 0.00% 13.45% 13.45%
32.94%

Color #AB9494 in popluar number systems.

HEX AB 94 94
Decimal 171 148 148
Binary 10101011 10010100 10010100
Octal 253 224 224

Shades and tints

Shades of #AB9494

#AB9494
(171,148,148)
#9C8787
(156,135,135)
#8D7A7A
(141,122,122)
#7E6D6D
(126,109,109)
#6F6060
(111,96,96)
#605353
(96,83,83)
#514646
(81,70,70)
#423939
(66,57,57)
#332C2C
(51,44,44)
#241F1F
(36,31,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #AB9494

#AB9494
(171,148,148)
#B29D9D
(178,157,157)
#B9A6A6
(185,166,166)
#C0AFAF
(192,175,175)
#C7B8B8
(199,184,184)
#CEC1C1
(206,193,193)
#D5CACA
(213,202,202)
#DCD3D3
(220,211,211)
#E3DCDC
(227,220,220)
#EAE5E5
(234,229,229)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9494; }

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

This text font color is #AB9494.

Background Color

.myBgColor { background-color: #AB9494; }

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

This div background color is #AB9494.

Border color

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

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

This div border color is #AB9494.

Opacity

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

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

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

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

This text has shadow with #AB9494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9494.

Preview

Color preview on black background

This text has color #AB9494 on black background.


Color preview on white background

This text has color #AB9494 on white background.


Black color preview on #AB9494 background

This text has black color on #AB9494 background.


White color preview on #AB9494 background

This text has white color on #AB9494 background.


Related colors

Complementary color

Complementary color for #hex is #546B6B.


I love getcolorcode.com