COLOR #AB9479

HEX: #AB9479
RGB: (171,148,121)

Color info

#AB9479 contains red, green and blue colors in about the same proportion. Web safe color of #AB9479 is #999966 (or #996).

RGB color model

#AB9479 color RGB value is (171,148,121).

  • red value is 171;
  • green value is 148;
  • blue value is 121.
RGB:
(171,148,121)
(67%,58%,47%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 121 of 255 = 47%

171
148
121

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

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 121 = 440 (100%)
R 171 of 440 ~ 38.86%
G 148 of 440 ~ 33.64%
B 121 of 440 ~ 27.5%

%38.86
%33.64
%27.5

CMYK color model

#AB9479 color CMYK value is (0,13,29,33).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 29.24%
  • key color value is 32.94%
CMYK:
(0,13,29,33)
C0M13Y29K33 
(0%,13%,29%,33%)
(0.00/0.13/0.29/0.33)	

CMYK percentages

%0
%13.45
%29.24
%32.94

Codes

Color #AB9479 in popluar color models

AB9479
RGB171148121
HSL32°22.94%57.25%
HSB/HSV32°29.24%67.06%
CMYK0.00%13.45%29.24%
32.94%

Color #AB9479 in popluar number systems.

HEXAB9479
Decimal171148121
Binary10101011100101001111001
Octal253224171

Shades and tints

Shades of #AB9479

#AB9479
(171,148,121)
#9C876E
(156,135,110)
#8D7A63
(141,122,99)
#7E6D58
(126,109,88)
#6F604D
(111,96,77)
#605342
(96,83,66)
#514637
(81,70,55)
#42392C
(66,57,44)
#332C21
(51,44,33)
#241F16
(36,31,22)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #AB9479

#AB9479
(171,148,121)
#B29D85
(178,157,133)
#B9A691
(185,166,145)
#C0AF9D
(192,175,157)
#C7B8A9
(199,184,169)
#CEC1B5
(206,193,181)
#D5CAC1
(213,202,193)
#DCD3CD
(220,211,205)
#E3DCD9
(227,220,217)
#EAE5E5
(234,229,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9479 color. Also use rgb(171,148,121) instead hex code.

Text Font Color

.myTextColor { color: #AB9479; }

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

This text font color is #AB9479.


Background Color

.myBgColor { background-color: #AB9479; }

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

This div background color is #AB9479.


Border color

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

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

This div border color is #AB9479.


Opacity

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

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

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

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

This text has shadow with #AB9479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9479 on black background.


Color preview on white background

This text has color #AB9479 on white background.



Black color preview on #AB9479 background

This text has black color on #AB9479 background.


White color preview on #AB9479 background

This text has white color on #AB9479 background.