COLOR #ABA58D

HEX: #ABA58D
RGB: (171,165,141)

Color info

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

RGB color model

#ABA58D color RGB value is (171,165,141).

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

RGB channels and saturation

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

171
165
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 141 = 477 (100%)
R 171 of 477 ~ 35.85%
G 165 of 477 ~ 34.59%
B 141 of 477 ~ 29.56%

%35.85
%34.59
%29.56

CMYK color model

#ABA58D color CMYK value is (0,4,18,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(0,4,18,33)
C0M4Y18K33 
(0%,4%,18%,33%)
(0.00/0.04/0.18/0.33)	

CMYK percentages

%0
%3.51
%17.54
%32.94

Codes

Color #ABA58D in popluar color models

ABA58D
RGB171165141
HSL48°15.15%61.18%
HSB/HSV48°17.54%67.06%
CMYK0.00%3.51%17.54%
32.94%

Color #ABA58D in popluar number systems.

HEXABA58D
Decimal171165141
Binary101010111010010110001101
Octal253245215

Shades and tints

Shades of #ABA58D

#ABA58D
(171,165,141)
#9C9681
(156,150,129)
#8D8775
(141,135,117)
#7E7869
(126,120,105)
#6F695D
(111,105,93)
#605A51
(96,90,81)
#514B45
(81,75,69)
#423C39
(66,60,57)
#332D2D
(51,45,45)
#241E21
(36,30,33)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #ABA58D

#ABA58D
(171,165,141)
#B2AD97
(178,173,151)
#B9B5A1
(185,181,161)
#C0BDAB
(192,189,171)
#C7C5B5
(199,197,181)
#CECDBF
(206,205,191)
#D5D5C9
(213,213,201)
#DCDDD3
(220,221,211)
#E3E5DD
(227,229,221)
#EAEDE7
(234,237,231)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA58D; }

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

This text font color is #ABA58D.


Background Color

.myBgColor { background-color: #ABA58D; }

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

This div background color is #ABA58D.


Border color

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

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

This div border color is #ABA58D.


Opacity

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

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

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

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

This text has shadow with #ABA58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA58D on black background.


Color preview on white background

This text has color #ABA58D on white background.



Black color preview on #ABA58D background

This text has black color on #ABA58D background.


White color preview on #ABA58D background

This text has white color on #ABA58D background.