COLOR #AB764E

HEX: #AB764E
RGB: (171,118,78)

Color info

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

RGB color model

#AB764E color RGB value is (171,118,78).

  • red value is 171;
  • green value is 118;
  • blue value is 78.
RGB:
(171,118,78)
(67%,46%,31%)

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 78 of 255 = 31%

171
118
78

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

Portions of RGB colors in percentages

R + G + B =
171 + 118 + 78 = 367 (100%)
R 171 of 367 ~ 46.59%
G 118 of 367 ~ 32.15%
B 78 of 367 ~ 21.25%

%46.59
%32.15
%21.25

CMYK color model

#AB764E color CMYK value is (0,31,54,33).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 54.39%
  • key color value is 32.94%
CMYK:
(0,31,54,33)
C0M31Y54K33 
(0%,31%,54%,33%)
(0.00/0.31/0.54/0.33)	

CMYK percentages

%0
%30.99
%54.39
%32.94

Codes

Color #AB764E in popluar color models

AB764E
RGB17111878
HSL26°37.35%48.82%
HSB/HSV26°54.39%67.06%
CMYK0.00%30.99%54.39%
32.94%

Color #AB764E in popluar number systems.

HEXAB764E
Decimal17111878
Binary1010101111101101001110
Octal253166116

Shades and tints

Shades of #AB764E

#AB764E
(171,118,78)
#9C6C47
(156,108,71)
#8D6240
(141,98,64)
#7E5839
(126,88,57)
#6F4E32
(111,78,50)
#60442B
(96,68,43)
#513A24
(81,58,36)
#42301D
(66,48,29)
#332616
(51,38,22)
#241C0F
(36,28,15)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #AB764E

#AB764E
(171,118,78)
#B2825E
(178,130,94)
#B98E6E
(185,142,110)
#C09A7E
(192,154,126)
#C7A68E
(199,166,142)
#CEB29E
(206,178,158)
#D5BEAE
(213,190,174)
#DCCABE
(220,202,190)
#E3D6CE
(227,214,206)
#EAE2DE
(234,226,222)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB764E color. Also use rgb(171,118,78) instead hex code.

Text Font Color

.myTextColor { color: #AB764E; }

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

This text font color is #AB764E.


Background Color

.myBgColor { background-color: #AB764E; }

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

This div background color is #AB764E.


Border color

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

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

This div border color is #AB764E.


Opacity

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

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

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

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

This text has shadow with #AB764E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB764E on black background.


Color preview on white background

This text has color #AB764E on white background.



Black color preview on #AB764E background

This text has black color on #AB764E background.


White color preview on #AB764E background

This text has white color on #AB764E background.