COLOR #AB9F54

HEX: #AB9F54
RGB: (171,159,84)

Color info

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

RGB color model

#AB9F54 color RGB value is (171,159,84).

  • red value is 171;
  • green value is 159;
  • blue value is 84.
RGB:
(171,159,84)
(67%,62%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 84 of 255 = 33%

171
159
84

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

Portions of RGB colors in percentages

R + G + B =
171 + 159 + 84 = 414 (100%)
R 171 of 414 ~ 41.3%
G 159 of 414 ~ 38.41%
B 84 of 414 ~ 20.29%

%41.3
%38.41
%20.29

CMYK color model

#AB9F54 color CMYK value is (0,7,51,33).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 50.88%
  • key color value is 32.94%
CMYK:
(0,7,51,33)
C0M7Y51K33 
(0%,7%,51%,33%)
(0.00/0.07/0.51/0.33)	

CMYK percentages

%0
%7.02
%50.88
%32.94

Codes

Color #AB9F54 in popluar color models

AB9F54
RGB17115984
HSL52°34.12%50.00%
HSB/HSV52°50.88%67.06%
CMYK0.00%7.02%50.88%
32.94%

Color #AB9F54 in popluar number systems.

HEXAB9F54
Decimal17115984
Binary10101011100111111010100
Octal253237124

Shades and tints

Shades of #AB9F54

#AB9F54
(171,159,84)
#9C914D
(156,145,77)
#8D8346
(141,131,70)
#7E753F
(126,117,63)
#6F6738
(111,103,56)
#605931
(96,89,49)
#514B2A
(81,75,42)
#423D23
(66,61,35)
#332F1C
(51,47,28)
#242115
(36,33,21)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB9F54

#AB9F54
(171,159,84)
#B2A763
(178,167,99)
#B9AF72
(185,175,114)
#C0B781
(192,183,129)
#C7BF90
(199,191,144)
#CEC79F
(206,199,159)
#D5CFAE
(213,207,174)
#DCD7BD
(220,215,189)
#E3DFCC
(227,223,204)
#EAE7DB
(234,231,219)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9F54 color. Also use rgb(171,159,84) instead hex code.

Text Font Color

.myTextColor { color: #AB9F54; }

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

This text font color is #AB9F54.


Background Color

.myBgColor { background-color: #AB9F54; }

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

This div background color is #AB9F54.


Border color

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

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

This div border color is #AB9F54.


Opacity

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

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

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

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

This text has shadow with #AB9F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9F54 on black background.


Color preview on white background

This text has color #AB9F54 on white background.



Black color preview on #AB9F54 background

This text has black color on #AB9F54 background.


White color preview on #AB9F54 background

This text has white color on #AB9F54 background.