COLOR #ABA986

HEX: #ABA986
RGB: (171,169,134)

Color info

#ABA986 contains red, green and blue colors in about the same proportion. Web safe color of #ABA986 is #999999 (or #999).

RGB color model

#ABA986 color RGB value is (171,169,134).

  • red value is 171;
  • green value is 169;
  • blue value is 134.
RGB:
(171,169,134)
(67%,66%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 134 of 255 = 53%

171
169
134

R + G + B ~ 62%. #ABA986 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 134 = 474 (100%)
R 171 of 474 ~ 36.08%
G 169 of 474 ~ 35.65%
B 134 of 474 ~ 28.27%

%36.08
%35.65
%28.27

CMYK color model

#ABA986 color CMYK value is (0,1,22,33).

  • cyan value is 0.00%
  • magenta value is 1.17%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(0,1,22,33)
C0M1Y22K33 
(0%,1%,22%,33%)
(0.00/0.01/0.22/0.33)	

CMYK percentages

%0
%1.17
%21.64
%32.94

Codes

Color #ABA986 in popluar color models

ABA986
RGB171169134
HSL57°18.05%59.80%
HSB/HSV57°21.64%67.06%
CMYK0.00%1.17%21.64%
32.94%

Color #ABA986 in popluar number systems.

HEXABA986
Decimal171169134
Binary101010111010100110000110
Octal253251206

Shades and tints

Shades of #ABA986

#ABA986
(171,169,134)
#9C9A7A
(156,154,122)
#8D8B6E
(141,139,110)
#7E7C62
(126,124,98)
#6F6D56
(111,109,86)
#605E4A
(96,94,74)
#514F3E
(81,79,62)
#424032
(66,64,50)
#333126
(51,49,38)
#24221A
(36,34,26)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #ABA986

#ABA986
(171,169,134)
#B2B091
(178,176,145)
#B9B79C
(185,183,156)
#C0BEA7
(192,190,167)
#C7C5B2
(199,197,178)
#CECCBD
(206,204,189)
#D5D3C8
(213,211,200)
#DCDAD3
(220,218,211)
#E3E1DE
(227,225,222)
#EAE8E9
(234,232,233)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA986 color. Also use rgb(171,169,134) instead hex code.

Text Font Color

.myTextColor { color: #ABA986; }

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

This text font color is #ABA986.


Background Color

.myBgColor { background-color: #ABA986; }

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

This div background color is #ABA986.


Border color

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

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

This div border color is #ABA986.


Opacity

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

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

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

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

This text has shadow with #ABA986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA986 on black background.


Color preview on white background

This text has color #ABA986 on white background.



Black color preview on #ABA986 background

This text has black color on #ABA986 background.


White color preview on #ABA986 background

This text has white color on #ABA986 background.