COLOR #ABA28C

HEX: #ABA28C
RGB: (171,162,140)

Color info

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

RGB color model

#ABA28C color RGB value is (171,162,140).

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

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 140 of 255 = 55%

171
162
140

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 140 = 473 (100%)
R 171 of 473 ~ 36.15%
G 162 of 473 ~ 34.25%
B 140 of 473 ~ 29.6%

%36.15
%34.25
%29.6

CMYK color model

#ABA28C color CMYK value is (0,5,18,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(0,5,18,33)
C0M5Y18K33 
(0%,5%,18%,33%)
(0.00/0.05/0.18/0.33)	

CMYK percentages

%0
%5.26
%18.13
%32.94

Codes

Color #ABA28C in popluar color models

ABA28C
RGB171162140
HSL43°15.58%60.98%
HSB/HSV43°18.13%67.06%
CMYK0.00%5.26%18.13%
32.94%

Color #ABA28C in popluar number systems.

HEXABA28C
Decimal171162140
Binary101010111010001010001100
Octal253242214

Shades and tints

Shades of #ABA28C

#ABA28C
(171,162,140)
#9C9480
(156,148,128)
#8D8674
(141,134,116)
#7E7868
(126,120,104)
#6F6A5C
(111,106,92)
#605C50
(96,92,80)
#514E44
(81,78,68)
#424038
(66,64,56)
#33322C
(51,50,44)
#242420
(36,36,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABA28C

#ABA28C
(171,162,140)
#B2AA96
(178,170,150)
#B9B2A0
(185,178,160)
#C0BAAA
(192,186,170)
#C7C2B4
(199,194,180)
#CECABE
(206,202,190)
#D5D2C8
(213,210,200)
#DCDAD2
(220,218,210)
#E3E2DC
(227,226,220)
#EAEAE6
(234,234,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA28C; }

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

This text font color is #ABA28C.


Background Color

.myBgColor { background-color: #ABA28C; }

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

This div background color is #ABA28C.


Border color

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

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

This div border color is #ABA28C.


Opacity

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

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

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

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

This text has shadow with #ABA28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA28C on black background.


Color preview on white background

This text has color #ABA28C on white background.



Black color preview on #ABA28C background

This text has black color on #ABA28C background.


White color preview on #ABA28C background

This text has white color on #ABA28C background.