COLOR #AB7E5C

HEX: #AB7E5C RGB: (171,126,92)

Color info

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

RGB color model

#AB7E5C color RGB value is (171,126,92).

RGB: (171,126,92) (67%, 49%, 36%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 92 of 255 = 36%

171
126
92

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

Portions of RGB colors in percentages

R + G + B = 171 + 126 + 92 = 389 (100%)
R 171 of 389 ~ 43.96%
G 126 of 389 ~ 32.39%
B 92 of 389 ~ 23.65'%

%43.96
%32.39
%23.65

CMYK color model

#AB7E5C color CMYK value is (0,26,46,33).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 46.20%
  • key color value is 32.94%

CMYK: (0,26,46,33)
C0M26Y46K33 (0%, 26%, 46%, 33%)
(0.00 / 0.26 / 0.46 / 0.33)

CMYK percentages

%0
%26.32
%46.2
%32.94

Codes

Color #AB7E5C in popluar color models

AB 7E 5C
RGB 171 126 92
HSL 26° 31.98% 51.57%
HSB/HSV 26° 46.20% 67.06%
CMYK 0.00% 26.32% 46.20%
32.94%

Color #AB7E5C in popluar number systems.

HEX AB 7E 5C
Decimal 171 126 92
Binary 10101011 1111110 1011100
Octal 253 176 134

Shades and tints

Shades of #AB7E5C

#AB7E5C
(171,126,92)
#9C7354
(156,115,84)
#8D684C
(141,104,76)
#7E5D44
(126,93,68)
#6F523C
(111,82,60)
#604734
(96,71,52)
#513C2C
(81,60,44)
#423124
(66,49,36)
#33261C
(51,38,28)
#241B14
(36,27,20)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #AB7E5C

#AB7E5C
(171,126,92)
#B2896A
(178,137,106)
#B99478
(185,148,120)
#C09F86
(192,159,134)
#C7AA94
(199,170,148)
#CEB5A2
(206,181,162)
#D5C0B0
(213,192,176)
#DCCBBE
(220,203,190)
#E3D6CC
(227,214,204)
#EAE1DA
(234,225,218)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7E5C; }

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

This text font color is #AB7E5C.

Background Color

.myBgColor { background-color: #AB7E5C; }

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

This div background color is #AB7E5C.

Border color

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

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

This div border color is #AB7E5C.

Opacity

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

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

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

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

This text has shadow with #AB7E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7E5C.

Preview

Color preview on black background

This text has color #AB7E5C on black background.


Color preview on white background

This text has color #AB7E5C on white background.


Black color preview on #AB7E5C background

This text has black color on #AB7E5C background.


White color preview on #AB7E5C background

This text has white color on #AB7E5C background.


Related colors

Complementary color

Complementary color for #hex is #5481A3.


I love getcolorcode.com

Triadic colors

1 #5CAB7E and #7E5CAB with #AB7E5C are triadic colors.

2 #5C7EAB and #7EAB5C with #AB7E5C are triadic colors.