COLOR #AB7D54

HEX: #AB7D54
RGB: (171,125,84)

Color info

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

RGB color model

#AB7D54 color RGB value is (171,125,84).

  • red value is 171;
  • green value is 125;
  • blue value is 84.
RGB:
(171,125,84)
(67%,49%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 84 of 255 = 33%

171
125
84

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 84 = 380 (100%)
R 171 of 380 ~ 45%
G 125 of 380 ~ 32.89%
B 84 of 380 ~ 22.11%

%45
%32.89
%22.11

CMYK color model

#AB7D54 color CMYK value is (0,27,51,33).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 50.88%
  • key color value is 32.94%
CMYK:
(0,27,51,33)
C0M27Y51K33 
(0%,27%,51%,33%)
(0.00/0.27/0.51/0.33)	

CMYK percentages

%0
%26.9
%50.88
%32.94

Codes

Color #AB7D54 in popluar color models

AB7D54
RGB17112584
HSL28°34.12%50.00%
HSB/HSV28°50.88%67.06%
CMYK0.00%26.90%50.88%
32.94%

Color #AB7D54 in popluar number systems.

HEXAB7D54
Decimal17112584
Binary1010101111111011010100
Octal253175124

Shades and tints

Shades of #AB7D54

#AB7D54
(171,125,84)
#9C724D
(156,114,77)
#8D6746
(141,103,70)
#7E5C3F
(126,92,63)
#6F5138
(111,81,56)
#604631
(96,70,49)
#513B2A
(81,59,42)
#423023
(66,48,35)
#33251C
(51,37,28)
#241A15
(36,26,21)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #AB7D54

#AB7D54
(171,125,84)
#B28863
(178,136,99)
#B99372
(185,147,114)
#C09E81
(192,158,129)
#C7A990
(199,169,144)
#CEB49F
(206,180,159)
#D5BFAE
(213,191,174)
#DCCABD
(220,202,189)
#E3D5CC
(227,213,204)
#EAE0DB
(234,224,219)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7D54 color. Also use rgb(171,125,84) instead hex code.

Text Font Color

.myTextColor { color: #AB7D54; }

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

This text font color is #AB7D54.


Background Color

.myBgColor { background-color: #AB7D54; }

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

This div background color is #AB7D54.


Border color

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

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

This div border color is #AB7D54.


Opacity

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

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

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

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

This text has shadow with #AB7D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7D54 on black background.


Color preview on white background

This text has color #AB7D54 on white background.



Black color preview on #AB7D54 background

This text has black color on #AB7D54 background.


White color preview on #AB7D54 background

This text has white color on #AB7D54 background.