COLOR #ABA88D

HEX: #ABA88D RGB: (171,168,141)

Color info

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

RGB color model

#ABA88D color RGB value is (171,168,141).

RGB: (171,168,141) (67%, 66%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 141 of 255 = 55%

171
168
141

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

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 141 = 480 (100%)
R 171 of 480 ~ 35.63%
G 168 of 480 ~ 35%
B 141 of 480 ~ 29.38'%

%35.63
%35
%29.38

CMYK color model

#ABA88D color CMYK value is (0,2,18,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK: (0,2,18,33) C0M2Y18K33 (0%,2%,18%,33%) (0.00/0.02/0.18/0.33) 

CMYK percentages

%0
%1.75
%17.54
%32.94

Codes

Color #ABA88D in popluar color models

AB A8 8D
RGB 171 168 141
HSL 54° 15.15% 61.18%
HSB/HSV 54° 17.54% 67.06%
CMYK 0.00% 1.75% 17.54%
32.94%

Color #ABA88D in popluar number systems.

HEX AB A8 8D
Decimal 171 168 141
Binary 10101011 10101000 10001101
Octal 253 250 215

Shades and tints

Shades of #ABA88D

#ABA88D
(171,168,141)
#9C9981
(156,153,129)
#8D8A75
(141,138,117)
#7E7B69
(126,123,105)
#6F6C5D
(111,108,93)
#605D51
(96,93,81)
#514E45
(81,78,69)
#423F39
(66,63,57)
#33302D
(51,48,45)
#242121
(36,33,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABA88D

#ABA88D
(171,168,141)
#B2AF97
(178,175,151)
#B9B6A1
(185,182,161)
#C0BDAB
(192,189,171)
#C7C4B5
(199,196,181)
#CECBBF
(206,203,191)
#D5D2C9
(213,210,201)
#DCD9D3
(220,217,211)
#E3E0DD
(227,224,221)
#EAE7E7
(234,231,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA88D; }

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

This text font color is #ABA88D.

Background Color

.myBgColor { background-color: #ABA88D; }

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

This div background color is #ABA88D.

Border color

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

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

This div border color is #ABA88D.

Opacity

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

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

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

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

This text has shadow with #ABA88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA88D.

Preview

Color preview on black background

This text has color #ABA88D on black background.


Color preview on white background

This text has color #ABA88D on white background.


Black color preview on #ABA88D background

This text has black color on #ABA88D background.


White color preview on #ABA88D background

This text has white color on #ABA88D background.


Related colors

Complementary color

Complementary color for #hex is #545772.


I love getcolorcode.com

Triadic colors

1 #8DABA8 and #A88DAB with #ABA88D are triadic colors.

2 #8DA8AB and #A8AB8D with #ABA88D are triadic colors.