COLOR #AB958A

HEX: #AB958A
RGB: (171,149,138)

Color info

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

RGB color model

#AB958A color RGB value is (171,149,138).

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

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 138 of 255 = 54%

171
149
138

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

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 138 = 458 (100%)
R 171 of 458 ~ 37.34%
G 149 of 458 ~ 32.53%
B 138 of 458 ~ 30.13%

%37.34
%32.53
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 19.30%
  • key color value is 32.94%
CMYK:
(0,13,19,33)
C0M13Y19K33 
(0%,13%,19%,33%)
(0.00/0.13/0.19/0.33)	

CMYK percentages

%0
%12.87
%19.3
%32.94

Codes

Color #AB958A in popluar color models

AB958A
RGB171149138
HSL20°16.42%60.59%
HSB/HSV20°19.30%67.06%
CMYK0.00%12.87%19.30%
32.94%

Color #AB958A in popluar number systems.

HEXAB958A
Decimal171149138
Binary101010111001010110001010
Octal253225212

Shades and tints

Shades of #AB958A

#AB958A
(171,149,138)
#9C887E
(156,136,126)
#8D7B72
(141,123,114)
#7E6E66
(126,110,102)
#6F615A
(111,97,90)
#60544E
(96,84,78)
#514742
(81,71,66)
#423A36
(66,58,54)
#332D2A
(51,45,42)
#24201E
(36,32,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #AB958A

#AB958A
(171,149,138)
#B29E94
(178,158,148)
#B9A79E
(185,167,158)
#C0B0A8
(192,176,168)
#C7B9B2
(199,185,178)
#CEC2BC
(206,194,188)
#D5CBC6
(213,203,198)
#DCD4D0
(220,212,208)
#E3DDDA
(227,221,218)
#EAE6E4
(234,230,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB958A; }

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

This text font color is #AB958A.


Background Color

.myBgColor { background-color: #AB958A; }

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

This div background color is #AB958A.


Border color

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

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

This div border color is #AB958A.


Opacity

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

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

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

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

This text has shadow with #AB958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB958A on black background.


Color preview on white background

This text has color #AB958A on white background.



Black color preview on #AB958A background

This text has black color on #AB958A background.


White color preview on #AB958A background

This text has white color on #AB958A background.