COLOR #AB8F37

HEX: #AB8F37
RGB: (171,143,55)

Color info

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

RGB color model

#AB8F37 color RGB value is (171,143,55).

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

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 55 of 255 = 22%

171
143
55

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

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 55 = 369 (100%)
R 171 of 369 ~ 46.34%
G 143 of 369 ~ 38.75%
B 55 of 369 ~ 14.91%

%46.34
%38.75
%14.91

CMYK color model

#AB8F37 color CMYK value is (0,16,68,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 67.84%
  • key color value is 32.94%
CMYK:
(0,16,68,33)
C0M16Y68K33 
(0%,16%,68%,33%)
(0.00/0.16/0.68/0.33)	

CMYK percentages

%0
%16.37
%67.84
%32.94

Codes

Color #AB8F37 in popluar color models

AB8F37
RGB17114355
HSL46°51.33%44.31%
HSB/HSV46°67.84%67.06%
CMYK0.00%16.37%67.84%
32.94%

Color #AB8F37 in popluar number systems.

HEXAB8F37
Decimal17114355
Binary1010101110001111110111
Octal25321767

Shades and tints

Shades of #AB8F37

#AB8F37
(171,143,55)
#9C8232
(156,130,50)
#8D752D
(141,117,45)
#7E6828
(126,104,40)
#6F5B23
(111,91,35)
#604E1E
(96,78,30)
#514119
(81,65,25)
#423414
(66,52,20)
#33270F
(51,39,15)
#241A0A
(36,26,10)
#150D05
(21,13,5)
#000000
(0,0,0)

Tints of #AB8F37

#AB8F37
(171,143,55)
#B29949
(178,153,73)
#B9A35B
(185,163,91)
#C0AD6D
(192,173,109)
#C7B77F
(199,183,127)
#CEC191
(206,193,145)
#D5CBA3
(213,203,163)
#DCD5B5
(220,213,181)
#E3DFC7
(227,223,199)
#EAE9D9
(234,233,217)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F37; }

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

This text font color is #AB8F37.


Background Color

.myBgColor { background-color: #AB8F37; }

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

This div background color is #AB8F37.


Border color

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

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

This div border color is #AB8F37.


Opacity

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

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

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

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

This text has shadow with #AB8F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8F37 on black background.


Color preview on white background

This text has color #AB8F37 on white background.



Black color preview on #AB8F37 background

This text has black color on #AB8F37 background.


White color preview on #AB8F37 background

This text has white color on #AB8F37 background.