COLOR #AB7741

HEX: #AB7741 RGB: (171,119,65)

Color info

#AB7741 contains mainly red and green colors. Web safe color of #AB7741 is #996633 (or #963).

RGB color model

#AB7741 color RGB value is (171,119,65).

RGB: (171,119,65) (67%, 47%, 25%)

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 65 of 255 = 25%

171
119
65

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

Portions of RGB colors in percentages

R + G + B = 171 + 119 + 65 = 355 (100%)
R 171 of 355 ~ 48.17%
G 119 of 355 ~ 33.52%
B 65 of 355 ~ 18.31'%

%48.17
%33.52
%18.31

CMYK color model

#AB7741 color CMYK value is (0,30,62,33).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 61.99%
  • key color value is 32.94%

CMYK: (0,30,62,33)
C0M30Y62K33 (0%, 30%, 62%, 33%)
(0.00 / 0.30 / 0.62 / 0.33)

CMYK percentages

%0
%30.41
%61.99
%32.94

Codes

Color #AB7741 in popluar color models

AB 77 41
RGB 171 119 65
HSL 31° 44.92% 46.27%
HSB/HSV 31° 61.99% 67.06%
CMYK 0.00% 30.41% 61.99%
32.94%

Color #AB7741 in popluar number systems.

HEX AB 77 41
Decimal 171 119 65
Binary 10101011 1110111 1000001
Octal 253 167 101

Shades and tints

Shades of #AB7741

#AB7741
(171,119,65)
#9C6D3C
(156,109,60)
#8D6337
(141,99,55)
#7E5932
(126,89,50)
#6F4F2D
(111,79,45)
#604528
(96,69,40)
#513B23
(81,59,35)
#42311E
(66,49,30)
#332719
(51,39,25)
#241D14
(36,29,20)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #AB7741

#AB7741
(171,119,65)
#B28352
(178,131,82)
#B98F63
(185,143,99)
#C09B74
(192,155,116)
#C7A785
(199,167,133)
#CEB396
(206,179,150)
#D5BFA7
(213,191,167)
#DCCBB8
(220,203,184)
#E3D7C9
(227,215,201)
#EAE3DA
(234,227,218)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7741; }

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

This text font color is #AB7741.

Background Color

.myBgColor { background-color: #AB7741; }

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

This div background color is #AB7741.

Border color

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

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

This div border color is #AB7741.

Opacity

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

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

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

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

This text has shadow with #AB7741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7741.

Preview

Color preview on black background

This text has color #AB7741 on black background.


Color preview on white background

This text has color #AB7741 on white background.


Black color preview on #AB7741 background

This text has black color on #AB7741 background.


White color preview on #AB7741 background

This text has white color on #AB7741 background.


Related colors

Complementary color

Complementary color for #hex is #5488BE.


I love getcolorcode.com

Triadic colors

1 #41AB77 and #7741AB with #AB7741 are triadic colors.

2 #4177AB and #77AB41 with #AB7741 are triadic colors.