COLOR #AB716E

HEX: #AB716E RGB: (171,113,110)

Color info

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

RGB color model

#AB716E color RGB value is (171,113,110).

RGB: (171,113,110) (67%, 44%, 43%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 110 of 255 = 43%

171
113
110

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

Portions of RGB colors in percentages

R + G + B = 171 + 113 + 110 = 394 (100%)
R 171 of 394 ~ 43.4%
G 113 of 394 ~ 28.68%
B 110 of 394 ~ 27.92'%

%43.4
%28.68
%27.92

CMYK color model

#AB716E color CMYK value is (0,34,36,33).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 35.67%
  • key color value is 32.94%

CMYK: (0,34,36,33)
C0M34Y36K33 (0%, 34%, 36%, 33%)
(0.00 / 0.34 / 0.36 / 0.33)

CMYK percentages

%0
%33.92
%35.67
%32.94

Codes

Color #AB716E in popluar color models

AB 71 6E
RGB 171 113 110
HSL 26.64% 55.10%
HSB/HSV 35.67% 67.06%
CMYK 0.00% 33.92% 35.67%
32.94%

Color #AB716E in popluar number systems.

HEX AB 71 6E
Decimal 171 113 110
Binary 10101011 1110001 1101110
Octal 253 161 156

Shades and tints

Shades of #AB716E

#AB716E
(171,113,110)
#9C6764
(156,103,100)
#8D5D5A
(141,93,90)
#7E5350
(126,83,80)
#6F4946
(111,73,70)
#603F3C
(96,63,60)
#513532
(81,53,50)
#422B28
(66,43,40)
#33211E
(51,33,30)
#241714
(36,23,20)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #AB716E

#AB716E
(171,113,110)
#B27D7B
(178,125,123)
#B98988
(185,137,136)
#C09595
(192,149,149)
#C7A1A2
(199,161,162)
#CEADAF
(206,173,175)
#D5B9BC
(213,185,188)
#DCC5C9
(220,197,201)
#E3D1D6
(227,209,214)
#EADDE3
(234,221,227)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB716E; }

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

This text font color is #AB716E.

Background Color

.myBgColor { background-color: #AB716E; }

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

This div background color is #AB716E.

Border color

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

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

This div border color is #AB716E.

Opacity

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

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

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

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

This text has shadow with #AB716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB716E.

Preview

Color preview on black background

This text has color #AB716E on black background.


Color preview on white background

This text has color #AB716E on white background.


Black color preview on #AB716E background

This text has black color on #AB716E background.


White color preview on #AB716E background

This text has white color on #AB716E background.


Related colors

Complementary color

Complementary color for #hex is #548E91.


I love getcolorcode.com

Triadic colors

1 #6EAB71 and #716EAB with #AB716E are triadic colors.

2 #6E71AB and #71AB6E with #AB716E are triadic colors.