COLOR #ABA386

HEX: #ABA386
RGB: (171,163,134)

Color info

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

RGB color model

#ABA386 color RGB value is (171,163,134).

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

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 134 of 255 = 53%

171
163
134

R + G + B ~ 61%. #ABA386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 134 = 468 (100%)
R 171 of 468 ~ 36.54%
G 163 of 468 ~ 34.83%
B 134 of 468 ~ 28.63%

%36.54
%34.83
%28.63

CMYK color model

#ABA386 color CMYK value is (0,5,22,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(0,5,22,33)
C0M5Y22K33 
(0%,5%,22%,33%)
(0.00/0.05/0.22/0.33)	

CMYK percentages

%0
%4.68
%21.64
%32.94

Codes

Color #ABA386 in popluar color models

ABA386
RGB171163134
HSL47°18.05%59.80%
HSB/HSV47°21.64%67.06%
CMYK0.00%4.68%21.64%
32.94%

Color #ABA386 in popluar number systems.

HEXABA386
Decimal171163134
Binary101010111010001110000110
Octal253243206

Shades and tints

Shades of #ABA386

#ABA386
(171,163,134)
#9C957A
(156,149,122)
#8D876E
(141,135,110)
#7E7962
(126,121,98)
#6F6B56
(111,107,86)
#605D4A
(96,93,74)
#514F3E
(81,79,62)
#424132
(66,65,50)
#333326
(51,51,38)
#24251A
(36,37,26)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #ABA386

#ABA386
(171,163,134)
#B2AB91
(178,171,145)
#B9B39C
(185,179,156)
#C0BBA7
(192,187,167)
#C7C3B2
(199,195,178)
#CECBBD
(206,203,189)
#D5D3C8
(213,211,200)
#DCDBD3
(220,219,211)
#E3E3DE
(227,227,222)
#EAEBE9
(234,235,233)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA386; }

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

This text font color is #ABA386.


Background Color

.myBgColor { background-color: #ABA386; }

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

This div background color is #ABA386.


Border color

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

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

This div border color is #ABA386.


Opacity

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

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

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

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

This text has shadow with #ABA386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA386 on black background.


Color preview on white background

This text has color #ABA386 on white background.



Black color preview on #ABA386 background

This text has black color on #ABA386 background.


White color preview on #ABA386 background

This text has white color on #ABA386 background.