COLOR #AB9A47

HEX: #AB9A47 RGB: (171,154,71)

Color info

#AB9A47 contains mainly red and green colors. Web safe color of #AB9A47 is #999933 (or #993).

RGB color model

#AB9A47 color RGB value is (171,154,71).

RGB: (171,154,71) (67%, 60%, 28%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 71 of 255 = 28%

171
154
71

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

Portions of RGB colors in percentages

R + G + B = 171 + 154 + 71 = 396 (100%)
R 171 of 396 ~ 43.18%
G 154 of 396 ~ 38.89%
B 71 of 396 ~ 17.93'%

%43.18
%38.89
%17.93

CMYK color model

#AB9A47 color CMYK value is (0,10,58,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 58.48%
  • key color value is 32.94%

CMYK: (0,10,58,33)
C0M10Y58K33 (0%, 10%, 58%, 33%)
(0.00 / 0.10 / 0.58 / 0.33)

CMYK percentages

%0
%9.94
%58.48
%32.94

Codes

Color #AB9A47 in popluar color models

AB 9A 47
RGB 171 154 71
HSL 50° 41.32% 47.45%
HSB/HSV 50° 58.48% 67.06%
CMYK 0.00% 9.94% 58.48%
32.94%

Color #AB9A47 in popluar number systems.

HEX AB 9A 47
Decimal 171 154 71
Binary 10101011 10011010 1000111
Octal 253 232 107

Shades and tints

Shades of #AB9A47

#AB9A47
(171,154,71)
#9C8C41
(156,140,65)
#8D7E3B
(141,126,59)
#7E7035
(126,112,53)
#6F622F
(111,98,47)
#605429
(96,84,41)
#514623
(81,70,35)
#42381D
(66,56,29)
#332A17
(51,42,23)
#241C11
(36,28,17)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #AB9A47

#AB9A47
(171,154,71)
#B2A357
(178,163,87)
#B9AC67
(185,172,103)
#C0B577
(192,181,119)
#C7BE87
(199,190,135)
#CEC797
(206,199,151)
#D5D0A7
(213,208,167)
#DCD9B7
(220,217,183)
#E3E2C7
(227,226,199)
#EAEBD7
(234,235,215)
#F1F4E7
(241,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9A47 color. Also use rgb(171,154,71) instead hex code.

Text Font Color

.myTextColor { color: #AB9A47; }

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

This text font color is #AB9A47.

Background Color

.myBgColor { background-color: #AB9A47; }

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

This div background color is #AB9A47.

Border color

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

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

This div border color is #AB9A47.

Opacity

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

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

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

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

This text has shadow with #AB9A47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9A47.

Preview

Color preview on black background

This text has color #AB9A47 on black background.


Color preview on white background

This text has color #AB9A47 on white background.


Black color preview on #AB9A47 background

This text has black color on #AB9A47 background.


White color preview on #AB9A47 background

This text has white color on #AB9A47 background.


Related colors

Complementary color

Complementary color for #hex is #5465B8.


I love getcolorcode.com

Triadic colors

1 #47AB9A and #9A47AB with #AB9A47 are triadic colors.

2 #479AAB and #9AAB47 with #AB9A47 are triadic colors.