COLOR #AB786A

HEX: #AB786A
RGB: (171,120,106)

Color info

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

RGB color model

#AB786A color RGB value is (171,120,106).

  • red value is 171;
  • green value is 120;
  • blue value is 106.
RGB:
(171,120,106)
(67%,47%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 106 of 255 = 42%

171
120
106

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

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 106 = 397 (100%)
R 171 of 397 ~ 43.07%
G 120 of 397 ~ 30.23%
B 106 of 397 ~ 26.7%

%43.07
%30.23
%26.7

CMYK color model

#AB786A color CMYK value is (0,30,38,33).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 38.01%
  • key color value is 32.94%
CMYK:
(0,30,38,33)
C0M30Y38K33 
(0%,30%,38%,33%)
(0.00/0.30/0.38/0.33)	

CMYK percentages

%0
%29.82
%38.01
%32.94

Codes

Color #AB786A in popluar color models

AB786A
RGB171120106
HSL13°27.90%54.31%
HSB/HSV13°38.01%67.06%
CMYK0.00%29.82%38.01%
32.94%

Color #AB786A in popluar number systems.

HEXAB786A
Decimal171120106
Binary1010101111110001101010
Octal253170152

Shades and tints

Shades of #AB786A

#AB786A
(171,120,106)
#9C6E61
(156,110,97)
#8D6458
(141,100,88)
#7E5A4F
(126,90,79)
#6F5046
(111,80,70)
#60463D
(96,70,61)
#513C34
(81,60,52)
#42322B
(66,50,43)
#332822
(51,40,34)
#241E19
(36,30,25)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #AB786A

#AB786A
(171,120,106)
#B28477
(178,132,119)
#B99084
(185,144,132)
#C09C91
(192,156,145)
#C7A89E
(199,168,158)
#CEB4AB
(206,180,171)
#D5C0B8
(213,192,184)
#DCCCC5
(220,204,197)
#E3D8D2
(227,216,210)
#EAE4DF
(234,228,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB786A color. Also use rgb(171,120,106) instead hex code.

Text Font Color

.myTextColor { color: #AB786A; }

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

This text font color is #AB786A.


Background Color

.myBgColor { background-color: #AB786A; }

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

This div background color is #AB786A.


Border color

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

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

This div border color is #AB786A.


Opacity

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

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

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

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

This text has shadow with #AB786A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB786A on black background.


Color preview on white background

This text has color #AB786A on white background.



Black color preview on #AB786A background

This text has black color on #AB786A background.


White color preview on #AB786A background

This text has white color on #AB786A background.