COLOR #AB8975

HEX: #AB8975
RGB: (171,137,117)

Color info

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

RGB color model

#AB8975 color RGB value is (171,137,117).

  • red value is 171;
  • green value is 137;
  • blue value is 117.
RGB:
(171,137,117)
(67%,54%,46%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 117 of 255 = 46%

171
137
117

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 117 = 425 (100%)
R 171 of 425 ~ 40.24%
G 137 of 425 ~ 32.24%
B 117 of 425 ~ 27.53%

%40.24
%32.24
%27.53

CMYK color model

#AB8975 color CMYK value is (0,20,32,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(0,20,32,33)
C0M20Y32K33 
(0%,20%,32%,33%)
(0.00/0.20/0.32/0.33)	

CMYK percentages

%0
%19.88
%31.58
%32.94

Codes

Color #AB8975 in popluar color models

AB8975
RGB171137117
HSL22°24.32%56.47%
HSB/HSV22°31.58%67.06%
CMYK0.00%19.88%31.58%
32.94%

Color #AB8975 in popluar number systems.

HEXAB8975
Decimal171137117
Binary10101011100010011110101
Octal253211165

Shades and tints

Shades of #AB8975

#AB8975
(171,137,117)
#9C7D6B
(156,125,107)
#8D7161
(141,113,97)
#7E6557
(126,101,87)
#6F594D
(111,89,77)
#604D43
(96,77,67)
#514139
(81,65,57)
#42352F
(66,53,47)
#332925
(51,41,37)
#241D1B
(36,29,27)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB8975

#AB8975
(171,137,117)
#B29381
(178,147,129)
#B99D8D
(185,157,141)
#C0A799
(192,167,153)
#C7B1A5
(199,177,165)
#CEBBB1
(206,187,177)
#D5C5BD
(213,197,189)
#DCCFC9
(220,207,201)
#E3D9D5
(227,217,213)
#EAE3E1
(234,227,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8975; }

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

This text font color is #AB8975.


Background Color

.myBgColor { background-color: #AB8975; }

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

This div background color is #AB8975.


Border color

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

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

This div border color is #AB8975.


Opacity

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

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

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

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

This text has shadow with #AB8975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8975 on black background.


Color preview on white background

This text has color #AB8975 on white background.



Black color preview on #AB8975 background

This text has black color on #AB8975 background.


White color preview on #AB8975 background

This text has white color on #AB8975 background.