COLOR #ABA59C

HEX: #ABA59C
RGB: (171,165,156)

Color info

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

RGB color model

#ABA59C color RGB value is (171,165,156).

  • red value is 171;
  • green value is 165;
  • blue value is 156.
RGB:
(171,165,156)
(67%,65%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 156 of 255 = 61%

171
165
156

R + G + B ~ 64%. #ABA59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 156 = 492 (100%)
R 171 of 492 ~ 34.76%
G 165 of 492 ~ 33.54%
B 156 of 492 ~ 31.71%

%34.76
%33.54
%31.71

CMYK color model

#ABA59C color CMYK value is (0,4,9,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(0,4,9,33)
C0M4Y9K33 
(0%,4%,9%,33%)
(0.00/0.04/0.09/0.33)	

CMYK percentages

%0
%3.51
%8.77
%32.94

Codes

Color #ABA59C in popluar color models

ABA59C
RGB171165156
HSL36°8.20%64.12%
HSB/HSV36°8.77%67.06%
CMYK0.00%3.51%8.77%
32.94%

Color #ABA59C in popluar number systems.

HEXABA59C
Decimal171165156
Binary101010111010010110011100
Octal253245234

Shades and tints

Shades of #ABA59C

#ABA59C
(171,165,156)
#9C968E
(156,150,142)
#8D8780
(141,135,128)
#7E7872
(126,120,114)
#6F6964
(111,105,100)
#605A56
(96,90,86)
#514B48
(81,75,72)
#423C3A
(66,60,58)
#332D2C
(51,45,44)
#241E1E
(36,30,30)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #ABA59C

#ABA59C
(171,165,156)
#B2ADA5
(178,173,165)
#B9B5AE
(185,181,174)
#C0BDB7
(192,189,183)
#C7C5C0
(199,197,192)
#CECDC9
(206,205,201)
#D5D5D2
(213,213,210)
#DCDDDB
(220,221,219)
#E3E5E4
(227,229,228)
#EAEDED
(234,237,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA59C color. Also use rgb(171,165,156) instead hex code.

Text Font Color

.myTextColor { color: #ABA59C; }

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

This text font color is #ABA59C.


Background Color

.myBgColor { background-color: #ABA59C; }

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

This div background color is #ABA59C.


Border color

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

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

This div border color is #ABA59C.


Opacity

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

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

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

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

This text has shadow with #ABA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA59C on black background.


Color preview on white background

This text has color #ABA59C on white background.



Black color preview on #ABA59C background

This text has black color on #ABA59C background.


White color preview on #ABA59C background

This text has white color on #ABA59C background.