COLOR #ABA18E

HEX: #ABA18E RGB: (171,161,142)

Color info

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

RGB color model

#ABA18E color RGB value is (171,161,142).

RGB: (171,161,142) (67%, 63%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 142 of 255 = 56%

171
161
142

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

Portions of RGB colors in percentages

R + G + B = 171 + 161 + 142 = 474 (100%)
R 171 of 474 ~ 36.08%
G 161 of 474 ~ 33.97%
B 142 of 474 ~ 29.96'%

%36.08
%33.97
%29.96

CMYK color model

#ABA18E color CMYK value is (0,6,17,33).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK: (0,6,17,33) C0M6Y17K33 (0%,6%,17%,33%) (0.00/0.06/0.17/0.33) 

CMYK percentages

%0
%5.85
%16.96
%32.94

Codes

Color #ABA18E in popluar color models

AB A1 8E
RGB 171 161 142
HSL 39° 14.72% 61.37%
HSB/HSV 39° 16.96% 67.06%
CMYK 0.00% 5.85% 16.96%
32.94%

Color #ABA18E in popluar number systems.

HEX AB A1 8E
Decimal 171 161 142
Binary 10101011 10100001 10001110
Octal 253 241 216

Shades and tints

Shades of #ABA18E

#ABA18E
(171,161,142)
#9C9382
(156,147,130)
#8D8576
(141,133,118)
#7E776A
(126,119,106)
#6F695E
(111,105,94)
#605B52
(96,91,82)
#514D46
(81,77,70)
#423F3A
(66,63,58)
#33312E
(51,49,46)
#242322
(36,35,34)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABA18E

#ABA18E
(171,161,142)
#B2A998
(178,169,152)
#B9B1A2
(185,177,162)
#C0B9AC
(192,185,172)
#C7C1B6
(199,193,182)
#CEC9C0
(206,201,192)
#D5D1CA
(213,209,202)
#DCD9D4
(220,217,212)
#E3E1DE
(227,225,222)
#EAE9E8
(234,233,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA18E color. Also use rgb(171,161,142) instead hex code.

Text Font Color

.myTextColor { color: #ABA18E; }

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

This text font color is #ABA18E.

Background Color

.myBgColor { background-color: #ABA18E; }

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

This div background color is #ABA18E.

Border color

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

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

This div border color is #ABA18E.

Opacity

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

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

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

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

This text has shadow with #ABA18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA18E.

Preview

Color preview on black background

This text has color #ABA18E on black background.


Color preview on white background

This text has color #ABA18E on white background.


Black color preview on #ABA18E background

This text has black color on #ABA18E background.


White color preview on #ABA18E background

This text has white color on #ABA18E background.


Related colors

Complementary color

Complementary color for #hex is #545E71.


I love getcolorcode.com

Triadic colors

1 #8EABA1 and #A18EAB with #ABA18E are triadic colors.

2 #8EA1AB and #A1AB8E with #ABA18E are triadic colors.