COLOR #AB9A50

HEX: #AB9A50
RGB: (171,154,80)

Color info

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

RGB color model

#AB9A50 color RGB value is (171,154,80).

  • red value is 171;
  • green value is 154;
  • blue value is 80.
RGB:
(171,154,80)
(67%,60%,31%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 80 of 255 = 31%

171
154
80

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

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 80 = 405 (100%)
R 171 of 405 ~ 42.22%
G 154 of 405 ~ 38.02%
B 80 of 405 ~ 19.75%

%42.22
%38.02
%19.75

CMYK color model

#AB9A50 color CMYK value is (0,10,53,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 53.22%
  • key color value is 32.94%
CMYK:
(0,10,53,33)
C0M10Y53K33 
(0%,10%,53%,33%)
(0.00/0.10/0.53/0.33)	

CMYK percentages

%0
%9.94
%53.22
%32.94

Codes

Color #AB9A50 in popluar color models

AB9A50
RGB17115480
HSL49°36.25%49.22%
HSB/HSV49°53.22%67.06%
CMYK0.00%9.94%53.22%
32.94%

Color #AB9A50 in popluar number systems.

HEXAB9A50
Decimal17115480
Binary10101011100110101010000
Octal253232120

Shades and tints

Shades of #AB9A50

#AB9A50
(171,154,80)
#9C8C49
(156,140,73)
#8D7E42
(141,126,66)
#7E703B
(126,112,59)
#6F6234
(111,98,52)
#60542D
(96,84,45)
#514626
(81,70,38)
#42381F
(66,56,31)
#332A18
(51,42,24)
#241C11
(36,28,17)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #AB9A50

#AB9A50
(171,154,80)
#B2A35F
(178,163,95)
#B9AC6E
(185,172,110)
#C0B57D
(192,181,125)
#C7BE8C
(199,190,140)
#CEC79B
(206,199,155)
#D5D0AA
(213,208,170)
#DCD9B9
(220,217,185)
#E3E2C8
(227,226,200)
#EAEBD7
(234,235,215)
#F1F4E6
(241,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9A50; }

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

This text font color is #AB9A50.


Background Color

.myBgColor { background-color: #AB9A50; }

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

This div background color is #AB9A50.


Border color

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

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

This div border color is #AB9A50.


Opacity

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

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

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

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

This text has shadow with #AB9A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9A50 on black background.


Color preview on white background

This text has color #AB9A50 on white background.



Black color preview on #AB9A50 background

This text has black color on #AB9A50 background.


White color preview on #AB9A50 background

This text has white color on #AB9A50 background.