COLOR #AB9D37

HEX: #AB9D37
RGB: (171,157,55)

Color info

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

RGB color model

#AB9D37 color RGB value is (171,157,55).

  • red value is 171;
  • green value is 157;
  • blue value is 55.
RGB:
(171,157,55)
(67%,62%,22%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 55 of 255 = 22%

171
157
55

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

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 55 = 383 (100%)
R 171 of 383 ~ 44.65%
G 157 of 383 ~ 40.99%
B 55 of 383 ~ 14.36%

%44.65
%40.99
%14.36

CMYK color model

#AB9D37 color CMYK value is (0,8,68,33).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 67.84%
  • key color value is 32.94%
CMYK:
(0,8,68,33)
C0M8Y68K33 
(0%,8%,68%,33%)
(0.00/0.08/0.68/0.33)	

CMYK percentages

%0
%8.19
%67.84
%32.94

Codes

Color #AB9D37 in popluar color models

AB9D37
RGB17115755
HSL53°51.33%44.31%
HSB/HSV53°67.84%67.06%
CMYK0.00%8.19%67.84%
32.94%

Color #AB9D37 in popluar number systems.

HEXAB9D37
Decimal17115755
Binary1010101110011101110111
Octal25323567

Shades and tints

Shades of #AB9D37

#AB9D37
(171,157,55)
#9C8F32
(156,143,50)
#8D812D
(141,129,45)
#7E7328
(126,115,40)
#6F6523
(111,101,35)
#60571E
(96,87,30)
#514919
(81,73,25)
#423B14
(66,59,20)
#332D0F
(51,45,15)
#241F0A
(36,31,10)
#151105
(21,17,5)
#000000
(0,0,0)

Tints of #AB9D37

#AB9D37
(171,157,55)
#B2A549
(178,165,73)
#B9AD5B
(185,173,91)
#C0B56D
(192,181,109)
#C7BD7F
(199,189,127)
#CEC591
(206,197,145)
#D5CDA3
(213,205,163)
#DCD5B5
(220,213,181)
#E3DDC7
(227,221,199)
#EAE5D9
(234,229,217)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9D37 color. Also use rgb(171,157,55) instead hex code.

Text Font Color

.myTextColor { color: #AB9D37; }

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

This text font color is #AB9D37.


Background Color

.myBgColor { background-color: #AB9D37; }

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

This div background color is #AB9D37.


Border color

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

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

This div border color is #AB9D37.


Opacity

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

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

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

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

This text has shadow with #AB9D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9D37 on black background.


Color preview on white background

This text has color #AB9D37 on white background.



Black color preview on #AB9D37 background

This text has black color on #AB9D37 background.


White color preview on #AB9D37 background

This text has white color on #AB9D37 background.