COLOR #AB796E

HEX: #AB796E
RGB: (171,121,110)

Color info

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

RGB color model

#AB796E color RGB value is (171,121,110).

  • red value is 171;
  • green value is 121;
  • blue value is 110.
RGB:
(171,121,110)
(67%,47%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 121 of 255 = 47%
B 110 of 255 = 43%

171
121
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 121 + 110 = 402 (100%)
R 171 of 402 ~ 42.54%
G 121 of 402 ~ 30.1%
B 110 of 402 ~ 27.36%

%42.54
%30.1
%27.36

CMYK color model

#AB796E color CMYK value is (0,29,36,33).

  • cyan value is 0.00%
  • magenta value is 29.24%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,29,36,33)
C0M29Y36K33 
(0%,29%,36%,33%)
(0.00/0.29/0.36/0.33)	

CMYK percentages

%0
%29.24
%35.67
%32.94

Codes

Color #AB796E in popluar color models

AB796E
RGB171121110
HSL11°26.64%55.10%
HSB/HSV11°35.67%67.06%
CMYK0.00%29.24%35.67%
32.94%

Color #AB796E in popluar number systems.

HEXAB796E
Decimal171121110
Binary1010101111110011101110
Octal253171156

Shades and tints

Shades of #AB796E

#AB796E
(171,121,110)
#9C6E64
(156,110,100)
#8D635A
(141,99,90)
#7E5850
(126,88,80)
#6F4D46
(111,77,70)
#60423C
(96,66,60)
#513732
(81,55,50)
#422C28
(66,44,40)
#33211E
(51,33,30)
#241614
(36,22,20)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #AB796E

#AB796E
(171,121,110)
#B2857B
(178,133,123)
#B99188
(185,145,136)
#C09D95
(192,157,149)
#C7A9A2
(199,169,162)
#CEB5AF
(206,181,175)
#D5C1BC
(213,193,188)
#DCCDC9
(220,205,201)
#E3D9D6
(227,217,214)
#EAE5E3
(234,229,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB796E color. Also use rgb(171,121,110) instead hex code.

Text Font Color

.myTextColor { color: #AB796E; }

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

This text font color is #AB796E.


Background Color

.myBgColor { background-color: #AB796E; }

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

This div background color is #AB796E.


Border color

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

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

This div border color is #AB796E.


Opacity

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

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

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

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

This text has shadow with #AB796E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB796E on black background.


Color preview on white background

This text has color #AB796E on white background.



Black color preview on #AB796E background

This text has black color on #AB796E background.


White color preview on #AB796E background

This text has white color on #AB796E background.