COLOR #ABA590

HEX: #ABA590
RGB: (171,165,144)

Color info

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

RGB color model

#ABA590 color RGB value is (171,165,144).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 144 of 255 = 56%

171
165
144

R + G + B ~ 63%. #ABA590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 144 = 480 (100%)
R 171 of 480 ~ 35.63%
G 165 of 480 ~ 34.38%
B 144 of 480 ~ 30%

%35.63
%34.38
%30

CMYK color model

#ABA590 color CMYK value is (0,4,16,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,4,16,33)
C0M4Y16K33 
(0%,4%,16%,33%)
(0.00/0.04/0.16/0.33)	

CMYK percentages

%0
%3.51
%15.79
%32.94

Codes

Color #ABA590 in popluar color models

ABA590
RGB171165144
HSL47°13.85%61.76%
HSB/HSV47°15.79%67.06%
CMYK0.00%3.51%15.79%
32.94%

Color #ABA590 in popluar number systems.

HEXABA590
Decimal171165144
Binary101010111010010110010000
Octal253245220

Shades and tints

Shades of #ABA590

#ABA590
(171,165,144)
#9C9683
(156,150,131)
#8D8776
(141,135,118)
#7E7869
(126,120,105)
#6F695C
(111,105,92)
#605A4F
(96,90,79)
#514B42
(81,75,66)
#423C35
(66,60,53)
#332D28
(51,45,40)
#241E1B
(36,30,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #ABA590

#ABA590
(171,165,144)
#B2AD9A
(178,173,154)
#B9B5A4
(185,181,164)
#C0BDAE
(192,189,174)
#C7C5B8
(199,197,184)
#CECDC2
(206,205,194)
#D5D5CC
(213,213,204)
#DCDDD6
(220,221,214)
#E3E5E0
(227,229,224)
#EAEDEA
(234,237,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA590; }

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

This text font color is #ABA590.


Background Color

.myBgColor { background-color: #ABA590; }

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

This div background color is #ABA590.


Border color

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

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

This div border color is #ABA590.


Opacity

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

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

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

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

This text has shadow with #ABA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA590 on black background.


Color preview on white background

This text has color #ABA590 on white background.



Black color preview on #ABA590 background

This text has black color on #ABA590 background.


White color preview on #ABA590 background

This text has white color on #ABA590 background.