COLOR #AB7170

HEX: #AB7170
RGB: (171,113,112)

Color info

#AB7170 contains red, green and blue colors in about the same proportion. Web safe color of #AB7170 is #996666 (or #966).

RGB color model

#AB7170 color RGB value is (171,113,112).

  • red value is 171;
  • green value is 113;
  • blue value is 112.
RGB:
(171,113,112)
(67%,44%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 112 of 255 = 44%

171
113
112

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

Portions of RGB colors in percentages

R + G + B =
171 + 113 + 112 = 396 (100%)
R 171 of 396 ~ 43.18%
G 113 of 396 ~ 28.54%
B 112 of 396 ~ 28.28%

%43.18
%28.54
%28.28

CMYK color model

#AB7170 color CMYK value is (0,34,35,33).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK:
(0,34,35,33)
C0M34Y35K33 
(0%,34%,35%,33%)
(0.00/0.34/0.35/0.33)	

CMYK percentages

%0
%33.92
%34.5
%32.94

Codes

Color #AB7170 in popluar color models

AB7170
RGB171113112
HSL25.99%55.49%
HSB/HSV34.50%67.06%
CMYK0.00%33.92%34.50%
32.94%

Color #AB7170 in popluar number systems.

HEXAB7170
Decimal171113112
Binary1010101111100011110000
Octal253161160

Shades and tints

Shades of #AB7170

#AB7170
(171,113,112)
#9C6766
(156,103,102)
#8D5D5C
(141,93,92)
#7E5352
(126,83,82)
#6F4948
(111,73,72)
#603F3E
(96,63,62)
#513534
(81,53,52)
#422B2A
(66,43,42)
#332120
(51,33,32)
#241716
(36,23,22)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #AB7170

#AB7170
(171,113,112)
#B27D7D
(178,125,125)
#B9898A
(185,137,138)
#C09597
(192,149,151)
#C7A1A4
(199,161,164)
#CEADB1
(206,173,177)
#D5B9BE
(213,185,190)
#DCC5CB
(220,197,203)
#E3D1D8
(227,209,216)
#EADDE5
(234,221,229)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7170; }

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

This text font color is #AB7170.


Background Color

.myBgColor { background-color: #AB7170; }

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

This div background color is #AB7170.


Border color

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

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

This div border color is #AB7170.


Opacity

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

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

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

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

This text has shadow with #AB7170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7170 on black background.


Color preview on white background

This text has color #AB7170 on white background.



Black color preview on #AB7170 background

This text has black color on #AB7170 background.


White color preview on #AB7170 background

This text has white color on #AB7170 background.