COLOR #AB9359

HEX: #AB9359
RGB: (171,147,89)

Color info

#AB9359 contains mainly red and green colors. Web safe color of #AB9359 is #999966 (or #996).

RGB color model

#AB9359 color RGB value is (171,147,89).

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

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 89 of 255 = 35%

171
147
89

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 89 = 407 (100%)
R 171 of 407 ~ 42.01%
G 147 of 407 ~ 36.12%
B 89 of 407 ~ 21.87%

%42.01
%36.12
%21.87

CMYK color model

#AB9359 color CMYK value is (0,14,48,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 47.95%
  • key color value is 32.94%
CMYK:
(0,14,48,33)
C0M14Y48K33 
(0%,14%,48%,33%)
(0.00/0.14/0.48/0.33)	

CMYK percentages

%0
%14.04
%47.95
%32.94

Codes

Color #AB9359 in popluar color models

AB9359
RGB17114789
HSL42°32.80%50.98%
HSB/HSV42°47.95%67.06%
CMYK0.00%14.04%47.95%
32.94%

Color #AB9359 in popluar number systems.

HEXAB9359
Decimal17114789
Binary10101011100100111011001
Octal253223131

Shades and tints

Shades of #AB9359

#AB9359
(171,147,89)
#9C8651
(156,134,81)
#8D7949
(141,121,73)
#7E6C41
(126,108,65)
#6F5F39
(111,95,57)
#605231
(96,82,49)
#514529
(81,69,41)
#423821
(66,56,33)
#332B19
(51,43,25)
#241E11
(36,30,17)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #AB9359

#AB9359
(171,147,89)
#B29C68
(178,156,104)
#B9A577
(185,165,119)
#C0AE86
(192,174,134)
#C7B795
(199,183,149)
#CEC0A4
(206,192,164)
#D5C9B3
(213,201,179)
#DCD2C2
(220,210,194)
#E3DBD1
(227,219,209)
#EAE4E0
(234,228,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9359; }

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

This text font color is #AB9359.


Background Color

.myBgColor { background-color: #AB9359; }

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

This div background color is #AB9359.


Border color

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

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

This div border color is #AB9359.


Opacity

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

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

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

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

This text has shadow with #AB9359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9359 on black background.


Color preview on white background

This text has color #AB9359 on white background.



Black color preview on #AB9359 background

This text has black color on #AB9359 background.


White color preview on #AB9359 background

This text has white color on #AB9359 background.