COLOR #AB959A

HEX: #AB959A RGB: (171,149,154)

Color info

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

RGB color model

#AB959A color RGB value is (171,149,154).

RGB: (171,149,154) (67%, 58%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 154 of 255 = 60%

171
149
154

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

Portions of RGB colors in percentages

R + G + B = 171 + 149 + 154 = 474 (100%)
R 171 of 474 ~ 36.08%
G 149 of 474 ~ 31.43%
B 154 of 474 ~ 32.49'%

%36.08
%31.43
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK: (0,13,10,33) C0M13Y10K33 (0%,13%,10%,33%) (0.00/0.13/0.10/0.33) 

CMYK percentages

%0
%12.87
%9.94
%32.94

Codes

Color #AB959A in popluar color models

AB 95 9A
RGB 171 149 154
HSL 346° 11.58% 62.75%
HSB/HSV 346° 12.87% 67.06%
CMYK 0.00% 12.87% 9.94%
32.94%

Color #AB959A in popluar number systems.

HEX AB 95 9A
Decimal 171 149 154
Binary 10101011 10010101 10011010
Octal 253 225 232

Shades and tints

Shades of #AB959A

#AB959A
(171,149,154)
#9C888C
(156,136,140)
#8D7B7E
(141,123,126)
#7E6E70
(126,110,112)
#6F6162
(111,97,98)
#605454
(96,84,84)
#514746
(81,71,70)
#423A38
(66,58,56)
#332D2A
(51,45,42)
#24201C
(36,32,28)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB959A

#AB959A
(171,149,154)
#B29EA3
(178,158,163)
#B9A7AC
(185,167,172)
#C0B0B5
(192,176,181)
#C7B9BE
(199,185,190)
#CEC2C7
(206,194,199)
#D5CBD0
(213,203,208)
#DCD4D9
(220,212,217)
#E3DDE2
(227,221,226)
#EAE6EB
(234,230,235)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB959A; }

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

This text font color is #AB959A.

Background Color

.myBgColor { background-color: #AB959A; }

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

This div background color is #AB959A.

Border color

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

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

This div border color is #AB959A.

Opacity

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

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

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

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

This text has shadow with #AB959A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB959A.

Preview

Color preview on black background

This text has color #AB959A on black background.


Color preview on white background

This text has color #AB959A on white background.


Black color preview on #AB959A background

This text has black color on #AB959A background.


White color preview on #AB959A background

This text has white color on #AB959A background.


Related colors

Complementary color

Complementary color for #hex is #546A65.


I love getcolorcode.com

Triadic colors

1 #9AAB95 and #959AAB with #AB959A are triadic colors.

2 #9A95AB and #95AB9A with #AB959A are triadic colors.