COLOR #AB895D

HEX: #AB895D
RGB: (171,137,93)

Color info

#AB895D contains mainly red and green colors. Web safe color of #AB895D is #999966 (or #996).

RGB color model

#AB895D color RGB value is (171,137,93).

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

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 93 of 255 = 36%

171
137
93

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 93 = 401 (100%)
R 171 of 401 ~ 42.64%
G 137 of 401 ~ 34.16%
B 93 of 401 ~ 23.19%

%42.64
%34.16
%23.19

CMYK color model

#AB895D color CMYK value is (0,20,46,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 45.61%
  • key color value is 32.94%
CMYK:
(0,20,46,33)
C0M20Y46K33 
(0%,20%,46%,33%)
(0.00/0.20/0.46/0.33)	

CMYK percentages

%0
%19.88
%45.61
%32.94

Codes

Color #AB895D in popluar color models

AB895D
RGB17113793
HSL34°31.71%51.76%
HSB/HSV34°45.61%67.06%
CMYK0.00%19.88%45.61%
32.94%

Color #AB895D in popluar number systems.

HEXAB895D
Decimal17113793
Binary10101011100010011011101
Octal253211135

Shades and tints

Shades of #AB895D

#AB895D
(171,137,93)
#9C7D55
(156,125,85)
#8D714D
(141,113,77)
#7E6545
(126,101,69)
#6F593D
(111,89,61)
#604D35
(96,77,53)
#51412D
(81,65,45)
#423525
(66,53,37)
#33291D
(51,41,29)
#241D15
(36,29,21)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #AB895D

#AB895D
(171,137,93)
#B2936B
(178,147,107)
#B99D79
(185,157,121)
#C0A787
(192,167,135)
#C7B195
(199,177,149)
#CEBBA3
(206,187,163)
#D5C5B1
(213,197,177)
#DCCFBF
(220,207,191)
#E3D9CD
(227,217,205)
#EAE3DB
(234,227,219)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB895D; }

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

This text font color is #AB895D.


Background Color

.myBgColor { background-color: #AB895D; }

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

This div background color is #AB895D.


Border color

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

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

This div border color is #AB895D.


Opacity

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

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

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

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

This text has shadow with #AB895D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB895D on black background.


Color preview on white background

This text has color #AB895D on white background.



Black color preview on #AB895D background

This text has black color on #AB895D background.


White color preview on #AB895D background

This text has white color on #AB895D background.