COLOR #AB7459

HEX: #AB7459
RGB: (171,116,89)

Color info

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

RGB color model

#AB7459 color RGB value is (171,116,89).

  • red value is 171;
  • green value is 116;
  • blue value is 89.
RGB:
(171,116,89)
(67%,45%,35%)

RGB channels and saturation

R 171 of 255 = 67%
G 116 of 255 = 45%
B 89 of 255 = 35%

171
116
89

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

Portions of RGB colors in percentages

R + G + B =
171 + 116 + 89 = 376 (100%)
R 171 of 376 ~ 45.48%
G 116 of 376 ~ 30.85%
B 89 of 376 ~ 23.67%

%45.48
%30.85
%23.67

CMYK color model

#AB7459 color CMYK value is (0,32,48,33).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 47.95%
  • key color value is 32.94%
CMYK:
(0,32,48,33)
C0M32Y48K33 
(0%,32%,48%,33%)
(0.00/0.32/0.48/0.33)	

CMYK percentages

%0
%32.16
%47.95
%32.94

Codes

Color #AB7459 in popluar color models

AB7459
RGB17111689
HSL20°32.80%50.98%
HSB/HSV20°47.95%67.06%
CMYK0.00%32.16%47.95%
32.94%

Color #AB7459 in popluar number systems.

HEXAB7459
Decimal17111689
Binary1010101111101001011001
Octal253164131

Shades and tints

Shades of #AB7459

#AB7459
(171,116,89)
#9C6A51
(156,106,81)
#8D6049
(141,96,73)
#7E5641
(126,86,65)
#6F4C39
(111,76,57)
#604231
(96,66,49)
#513829
(81,56,41)
#422E21
(66,46,33)
#332419
(51,36,25)
#241A11
(36,26,17)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #AB7459

#AB7459
(171,116,89)
#B28068
(178,128,104)
#B98C77
(185,140,119)
#C09886
(192,152,134)
#C7A495
(199,164,149)
#CEB0A4
(206,176,164)
#D5BCB3
(213,188,179)
#DCC8C2
(220,200,194)
#E3D4D1
(227,212,209)
#EAE0E0
(234,224,224)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7459 color. Also use rgb(171,116,89) instead hex code.

Text Font Color

.myTextColor { color: #AB7459; }

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

This text font color is #AB7459.


Background Color

.myBgColor { background-color: #AB7459; }

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

This div background color is #AB7459.


Border color

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

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

This div border color is #AB7459.


Opacity

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

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

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

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

This text has shadow with #AB7459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7459 on black background.


Color preview on white background

This text has color #AB7459 on white background.



Black color preview on #AB7459 background

This text has black color on #AB7459 background.


White color preview on #AB7459 background

This text has white color on #AB7459 background.