COLOR #ABA58B

HEX: #ABA58B
RGB: (171,165,139)

Color info

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

RGB color model

#ABA58B color RGB value is (171,165,139).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 139 of 255 = 55%

171
165
139

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 139 = 475 (100%)
R 171 of 475 ~ 36%
G 165 of 475 ~ 34.74%
B 139 of 475 ~ 29.26%

%36
%34.74
%29.26

CMYK color model

#ABA58B color CMYK value is (0,4,19,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 18.71%
  • key color value is 32.94%
CMYK:
(0,4,19,33)
C0M4Y19K33 
(0%,4%,19%,33%)
(0.00/0.04/0.19/0.33)	

CMYK percentages

%0
%3.51
%18.71
%32.94

Codes

Color #ABA58B in popluar color models

ABA58B
RGB171165139
HSL49°16.00%60.78%
HSB/HSV49°18.71%67.06%
CMYK0.00%3.51%18.71%
32.94%

Color #ABA58B in popluar number systems.

HEXABA58B
Decimal171165139
Binary101010111010010110001011
Octal253245213

Shades and tints

Shades of #ABA58B

#ABA58B
(171,165,139)
#9C967F
(156,150,127)
#8D8773
(141,135,115)
#7E7867
(126,120,103)
#6F695B
(111,105,91)
#605A4F
(96,90,79)
#514B43
(81,75,67)
#423C37
(66,60,55)
#332D2B
(51,45,43)
#241E1F
(36,30,31)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #ABA58B

#ABA58B
(171,165,139)
#B2AD95
(178,173,149)
#B9B59F
(185,181,159)
#C0BDA9
(192,189,169)
#C7C5B3
(199,197,179)
#CECDBD
(206,205,189)
#D5D5C7
(213,213,199)
#DCDDD1
(220,221,209)
#E3E5DB
(227,229,219)
#EAEDE5
(234,237,229)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA58B; }

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

This text font color is #ABA58B.


Background Color

.myBgColor { background-color: #ABA58B; }

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

This div background color is #ABA58B.


Border color

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

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

This div border color is #ABA58B.


Opacity

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

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

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

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

This text has shadow with #ABA58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA58B on black background.


Color preview on white background

This text has color #ABA58B on white background.



Black color preview on #ABA58B background

This text has black color on #ABA58B background.


White color preview on #ABA58B background

This text has white color on #ABA58B background.