COLOR #AB6E65

HEX: #AB6E65
RGB: (171,110,101)

Color info

#AB6E65 contains mainly red color. Web safe color of #AB6E65 is #996666 (or #966).

RGB color model

#AB6E65 color RGB value is (171,110,101).

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

RGB channels and saturation

R 171 of 255 = 67%
G 110 of 255 = 43%
B 101 of 255 = 40%

171
110
101

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

Portions of RGB colors in percentages

R + G + B =
171 + 110 + 101 = 382 (100%)
R 171 of 382 ~ 44.76%
G 110 of 382 ~ 28.8%
B 101 of 382 ~ 26.44%

%44.76
%28.8
%26.44

CMYK color model

#AB6E65 color CMYK value is (0,36,41,33).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 40.94%
  • key color value is 32.94%
CMYK:
(0,36,41,33)
C0M36Y41K33 
(0%,36%,41%,33%)
(0.00/0.36/0.41/0.33)	

CMYK percentages

%0
%35.67
%40.94
%32.94

Codes

Color #AB6E65 in popluar color models

AB6E65
RGB171110101
HSL29.41%53.33%
HSB/HSV40.94%67.06%
CMYK0.00%35.67%40.94%
32.94%

Color #AB6E65 in popluar number systems.

HEXAB6E65
Decimal171110101
Binary1010101111011101100101
Octal253156145

Shades and tints

Shades of #AB6E65

#AB6E65
(171,110,101)
#9C645C
(156,100,92)
#8D5A53
(141,90,83)
#7E504A
(126,80,74)
#6F4641
(111,70,65)
#603C38
(96,60,56)
#51322F
(81,50,47)
#422826
(66,40,38)
#331E1D
(51,30,29)
#241414
(36,20,20)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #AB6E65

#AB6E65
(171,110,101)
#B27B73
(178,123,115)
#B98881
(185,136,129)
#C0958F
(192,149,143)
#C7A29D
(199,162,157)
#CEAFAB
(206,175,171)
#D5BCB9
(213,188,185)
#DCC9C7
(220,201,199)
#E3D6D5
(227,214,213)
#EAE3E3
(234,227,227)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6E65; }

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

This text font color is #AB6E65.


Background Color

.myBgColor { background-color: #AB6E65; }

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

This div background color is #AB6E65.


Border color

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

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

This div border color is #AB6E65.


Opacity

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

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

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

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

This text has shadow with #AB6E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6E65 on black background.


Color preview on white background

This text has color #AB6E65 on white background.



Black color preview on #AB6E65 background

This text has black color on #AB6E65 background.


White color preview on #AB6E65 background

This text has white color on #AB6E65 background.