COLOR #ABA290

HEX: #ABA290
RGB: (171,162,144)

Color info

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

RGB color model

#ABA290 color RGB value is (171,162,144).

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

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 144 of 255 = 56%

171
162
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 144 = 477 (100%)
R 171 of 477 ~ 35.85%
G 162 of 477 ~ 33.96%
B 144 of 477 ~ 30.19%

%35.85
%33.96
%30.19

CMYK color model

#ABA290 color CMYK value is (0,5,16,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,5,16,33)
C0M5Y16K33 
(0%,5%,16%,33%)
(0.00/0.05/0.16/0.33)	

CMYK percentages

%0
%5.26
%15.79
%32.94

Codes

Color #ABA290 in popluar color models

ABA290
RGB171162144
HSL40°13.85%61.76%
HSB/HSV40°15.79%67.06%
CMYK0.00%5.26%15.79%
32.94%

Color #ABA290 in popluar number systems.

HEXABA290
Decimal171162144
Binary101010111010001010010000
Octal253242220

Shades and tints

Shades of #ABA290

#ABA290
(171,162,144)
#9C9483
(156,148,131)
#8D8676
(141,134,118)
#7E7869
(126,120,105)
#6F6A5C
(111,106,92)
#605C4F
(96,92,79)
#514E42
(81,78,66)
#424035
(66,64,53)
#333228
(51,50,40)
#24241B
(36,36,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #ABA290

#ABA290
(171,162,144)
#B2AA9A
(178,170,154)
#B9B2A4
(185,178,164)
#C0BAAE
(192,186,174)
#C7C2B8
(199,194,184)
#CECAC2
(206,202,194)
#D5D2CC
(213,210,204)
#DCDAD6
(220,218,214)
#E3E2E0
(227,226,224)
#EAEAEA
(234,234,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA290; }

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

This text font color is #ABA290.


Background Color

.myBgColor { background-color: #ABA290; }

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

This div background color is #ABA290.


Border color

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

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

This div border color is #ABA290.


Opacity

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

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

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

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

This text has shadow with #ABA290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA290 on black background.


Color preview on white background

This text has color #ABA290 on white background.



Black color preview on #ABA290 background

This text has black color on #ABA290 background.


White color preview on #ABA290 background

This text has white color on #ABA290 background.