COLOR #AB806D

HEX: #AB806D
RGB: (171,128,109)

Color info

#AB806D contains mainly red and green colors. Web safe color of #AB806D is #996666 (or #966).

RGB color model

#AB806D color RGB value is (171,128,109).

  • red value is 171;
  • green value is 128;
  • blue value is 109.
RGB:
(171,128,109)
(67%,50%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 109 of 255 = 43%

171
128
109

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

Portions of RGB colors in percentages

R + G + B =
171 + 128 + 109 = 408 (100%)
R 171 of 408 ~ 41.91%
G 128 of 408 ~ 31.37%
B 109 of 408 ~ 26.72%

%41.91
%31.37
%26.72

CMYK color model

#AB806D color CMYK value is (0,25,36,33).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 36.26%
  • key color value is 32.94%
CMYK:
(0,25,36,33)
C0M25Y36K33 
(0%,25%,36%,33%)
(0.00/0.25/0.36/0.33)	

CMYK percentages

%0
%25.15
%36.26
%32.94

Codes

Color #AB806D in popluar color models

AB806D
RGB171128109
HSL18°26.96%54.90%
HSB/HSV18°36.26%67.06%
CMYK0.00%25.15%36.26%
32.94%

Color #AB806D in popluar number systems.

HEXAB806D
Decimal171128109
Binary10101011100000001101101
Octal253200155

Shades and tints

Shades of #AB806D

#AB806D
(171,128,109)
#9C7564
(156,117,100)
#8D6A5B
(141,106,91)
#7E5F52
(126,95,82)
#6F5449
(111,84,73)
#604940
(96,73,64)
#513E37
(81,62,55)
#42332E
(66,51,46)
#332825
(51,40,37)
#241D1C
(36,29,28)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #AB806D

#AB806D
(171,128,109)
#B28B7A
(178,139,122)
#B99687
(185,150,135)
#C0A194
(192,161,148)
#C7ACA1
(199,172,161)
#CEB7AE
(206,183,174)
#D5C2BB
(213,194,187)
#DCCDC8
(220,205,200)
#E3D8D5
(227,216,213)
#EAE3E2
(234,227,226)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB806D color. Also use rgb(171,128,109) instead hex code.

Text Font Color

.myTextColor { color: #AB806D; }

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

This text font color is #AB806D.


Background Color

.myBgColor { background-color: #AB806D; }

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

This div background color is #AB806D.


Border color

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

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

This div border color is #AB806D.


Opacity

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

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

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

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

This text has shadow with #AB806D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB806D on black background.


Color preview on white background

This text has color #AB806D on white background.



Black color preview on #AB806D background

This text has black color on #AB806D background.


White color preview on #AB806D background

This text has white color on #AB806D background.