COLOR #AB957B

HEX: #AB957B
RGB: (171,149,123)

Color info

#AB957B contains red, green and blue colors in about the same proportion. Web safe color of #AB957B is #999966 (or #996).

RGB color model

#AB957B color RGB value is (171,149,123).

  • red value is 171;
  • green value is 149;
  • blue value is 123.
RGB:
(171,149,123)
(67%,58%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 123 of 255 = 48%

171
149
123

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

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 123 = 443 (100%)
R 171 of 443 ~ 38.6%
G 149 of 443 ~ 33.63%
B 123 of 443 ~ 27.77%

%38.6
%33.63
%27.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(0,13,28,33)
C0M13Y28K33 
(0%,13%,28%,33%)
(0.00/0.13/0.28/0.33)	

CMYK percentages

%0
%12.87
%28.07
%32.94

Codes

Color #AB957B in popluar color models

AB957B
RGB171149123
HSL33°22.22%57.65%
HSB/HSV33°28.07%67.06%
CMYK0.00%12.87%28.07%
32.94%

Color #AB957B in popluar number systems.

HEXAB957B
Decimal171149123
Binary10101011100101011111011
Octal253225173

Shades and tints

Shades of #AB957B

#AB957B
(171,149,123)
#9C8870
(156,136,112)
#8D7B65
(141,123,101)
#7E6E5A
(126,110,90)
#6F614F
(111,97,79)
#605444
(96,84,68)
#514739
(81,71,57)
#423A2E
(66,58,46)
#332D23
(51,45,35)
#242018
(36,32,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #AB957B

#AB957B
(171,149,123)
#B29E87
(178,158,135)
#B9A793
(185,167,147)
#C0B09F
(192,176,159)
#C7B9AB
(199,185,171)
#CEC2B7
(206,194,183)
#D5CBC3
(213,203,195)
#DCD4CF
(220,212,207)
#E3DDDB
(227,221,219)
#EAE6E7
(234,230,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB957B; }

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

This text font color is #AB957B.


Background Color

.myBgColor { background-color: #AB957B; }

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

This div background color is #AB957B.


Border color

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

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

This div border color is #AB957B.


Opacity

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

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

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

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

This text has shadow with #AB957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB957B on black background.


Color preview on white background

This text has color #AB957B on white background.



Black color preview on #AB957B background

This text has black color on #AB957B background.


White color preview on #AB957B background

This text has white color on #AB957B background.