COLOR #ABA88A

HEX: #ABA88A
RGB: (171,168,138)

Color info

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

RGB color model

#ABA88A color RGB value is (171,168,138).

  • red value is 171;
  • green value is 168;
  • blue value is 138.
RGB:
(171,168,138)
(67%,66%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 138 of 255 = 54%

171
168
138

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 138 = 477 (100%)
R 171 of 477 ~ 35.85%
G 168 of 477 ~ 35.22%
B 138 of 477 ~ 28.93%

%35.85
%35.22
%28.93

CMYK color model

#ABA88A color CMYK value is (0,2,19,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 19.30%
  • key color value is 32.94%
CMYK:
(0,2,19,33)
C0M2Y19K33 
(0%,2%,19%,33%)
(0.00/0.02/0.19/0.33)	

CMYK percentages

%0
%1.75
%19.3
%32.94

Codes

Color #ABA88A in popluar color models

ABA88A
RGB171168138
HSL55°16.42%60.59%
HSB/HSV55°19.30%67.06%
CMYK0.00%1.75%19.30%
32.94%

Color #ABA88A in popluar number systems.

HEXABA88A
Decimal171168138
Binary101010111010100010001010
Octal253250212

Shades and tints

Shades of #ABA88A

#ABA88A
(171,168,138)
#9C997E
(156,153,126)
#8D8A72
(141,138,114)
#7E7B66
(126,123,102)
#6F6C5A
(111,108,90)
#605D4E
(96,93,78)
#514E42
(81,78,66)
#423F36
(66,63,54)
#33302A
(51,48,42)
#24211E
(36,33,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #ABA88A

#ABA88A
(171,168,138)
#B2AF94
(178,175,148)
#B9B69E
(185,182,158)
#C0BDA8
(192,189,168)
#C7C4B2
(199,196,178)
#CECBBC
(206,203,188)
#D5D2C6
(213,210,198)
#DCD9D0
(220,217,208)
#E3E0DA
(227,224,218)
#EAE7E4
(234,231,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA88A color. Also use rgb(171,168,138) instead hex code.

Text Font Color

.myTextColor { color: #ABA88A; }

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

This text font color is #ABA88A.


Background Color

.myBgColor { background-color: #ABA88A; }

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

This div background color is #ABA88A.


Border color

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

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

This div border color is #ABA88A.


Opacity

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

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

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

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

This text has shadow with #ABA88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA88A on black background.


Color preview on white background

This text has color #ABA88A on white background.



Black color preview on #ABA88A background

This text has black color on #ABA88A background.


White color preview on #ABA88A background

This text has white color on #ABA88A background.