COLOR #AB775E

HEX: #AB775E
RGB: (171,119,94)

Color info

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

RGB color model

#AB775E color RGB value is (171,119,94).

  • red value is 171;
  • green value is 119;
  • blue value is 94.
RGB:
(171,119,94)
(67%,47%,37%)

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 94 of 255 = 37%

171
119
94

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

Portions of RGB colors in percentages

R + G + B =
171 + 119 + 94 = 384 (100%)
R 171 of 384 ~ 44.53%
G 119 of 384 ~ 30.99%
B 94 of 384 ~ 24.48%

%44.53
%30.99
%24.48

CMYK color model

#AB775E color CMYK value is (0,30,45,33).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 45.03%
  • key color value is 32.94%
CMYK:
(0,30,45,33)
C0M30Y45K33 
(0%,30%,45%,33%)
(0.00/0.30/0.45/0.33)	

CMYK percentages

%0
%30.41
%45.03
%32.94

Codes

Color #AB775E in popluar color models

AB775E
RGB17111994
HSL19°31.43%51.96%
HSB/HSV19°45.03%67.06%
CMYK0.00%30.41%45.03%
32.94%

Color #AB775E in popluar number systems.

HEXAB775E
Decimal17111994
Binary1010101111101111011110
Octal253167136

Shades and tints

Shades of #AB775E

#AB775E
(171,119,94)
#9C6D56
(156,109,86)
#8D634E
(141,99,78)
#7E5946
(126,89,70)
#6F4F3E
(111,79,62)
#604536
(96,69,54)
#513B2E
(81,59,46)
#423126
(66,49,38)
#33271E
(51,39,30)
#241D16
(36,29,22)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB775E

#AB775E
(171,119,94)
#B2836C
(178,131,108)
#B98F7A
(185,143,122)
#C09B88
(192,155,136)
#C7A796
(199,167,150)
#CEB3A4
(206,179,164)
#D5BFB2
(213,191,178)
#DCCBC0
(220,203,192)
#E3D7CE
(227,215,206)
#EAE3DC
(234,227,220)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB775E color. Also use rgb(171,119,94) instead hex code.

Text Font Color

.myTextColor { color: #AB775E; }

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

This text font color is #AB775E.


Background Color

.myBgColor { background-color: #AB775E; }

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

This div background color is #AB775E.


Border color

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

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

This div border color is #AB775E.


Opacity

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

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

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

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

This text has shadow with #AB775E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB775E on black background.


Color preview on white background

This text has color #AB775E on white background.



Black color preview on #AB775E background

This text has black color on #AB775E background.


White color preview on #AB775E background

This text has white color on #AB775E background.