COLOR #AB7E66

HEX: #AB7E66
RGB: (171,126,102)

Color info

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

RGB color model

#AB7E66 color RGB value is (171,126,102).

  • red value is 171;
  • green value is 126;
  • blue value is 102.
RGB:
(171,126,102)
(67%,49%,40%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 102 of 255 = 40%

171
126
102

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

Portions of RGB colors in percentages

R + G + B =
171 + 126 + 102 = 399 (100%)
R 171 of 399 ~ 42.86%
G 126 of 399 ~ 31.58%
B 102 of 399 ~ 25.56%

%42.86
%31.58
%25.56

CMYK color model

#AB7E66 color CMYK value is (0,26,40,33).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 40.35%
  • key color value is 32.94%
CMYK:
(0,26,40,33)
C0M26Y40K33 
(0%,26%,40%,33%)
(0.00/0.26/0.40/0.33)	

CMYK percentages

%0
%26.32
%40.35
%32.94

Codes

Color #AB7E66 in popluar color models

AB7E66
RGB171126102
HSL21°29.11%53.53%
HSB/HSV21°40.35%67.06%
CMYK0.00%26.32%40.35%
32.94%

Color #AB7E66 in popluar number systems.

HEXAB7E66
Decimal171126102
Binary1010101111111101100110
Octal253176146

Shades and tints

Shades of #AB7E66

#AB7E66
(171,126,102)
#9C735D
(156,115,93)
#8D6854
(141,104,84)
#7E5D4B
(126,93,75)
#6F5242
(111,82,66)
#604739
(96,71,57)
#513C30
(81,60,48)
#423127
(66,49,39)
#33261E
(51,38,30)
#241B15
(36,27,21)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #AB7E66

#AB7E66
(171,126,102)
#B28973
(178,137,115)
#B99480
(185,148,128)
#C09F8D
(192,159,141)
#C7AA9A
(199,170,154)
#CEB5A7
(206,181,167)
#D5C0B4
(213,192,180)
#DCCBC1
(220,203,193)
#E3D6CE
(227,214,206)
#EAE1DB
(234,225,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7E66 color. Also use rgb(171,126,102) instead hex code.

Text Font Color

.myTextColor { color: #AB7E66; }

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

This text font color is #AB7E66.


Background Color

.myBgColor { background-color: #AB7E66; }

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

This div background color is #AB7E66.


Border color

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

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

This div border color is #AB7E66.


Opacity

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

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

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

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

This text has shadow with #AB7E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7E66 on black background.


Color preview on white background

This text has color #AB7E66 on white background.



Black color preview on #AB7E66 background

This text has black color on #AB7E66 background.


White color preview on #AB7E66 background

This text has white color on #AB7E66 background.