COLOR #ABA888

HEX: #ABA888 RGB: (171,168,136)

Color info

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

RGB color model

#ABA888 color RGB value is (171,168,136).

RGB: (171,168,136) (67%, 66%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 136 of 255 = 53%

171
168
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 136 = 475 (100%)
R 171 of 475 ~ 36%
G 168 of 475 ~ 35.37%
B 136 of 475 ~ 28.63'%

%36
%35.37
%28.63

CMYK color model

#ABA888 color CMYK value is (0,2,20,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK: (0,2,20,33) C0M2Y20K33 (0%,2%,20%,33%) (0.00/0.02/0.20/0.33) 

CMYK percentages

%0
%1.75
%20.47
%32.94

Codes

Color #ABA888 in popluar color models

AB A8 88
RGB 171 168 136
HSL 55° 17.24% 60.20%
HSB/HSV 55° 20.47% 67.06%
CMYK 0.00% 1.75% 20.47%
32.94%

Color #ABA888 in popluar number systems.

HEX AB A8 88
Decimal 171 168 136
Binary 10101011 10101000 10001000
Octal 253 250 210

Shades and tints

Shades of #ABA888

#ABA888
(171,168,136)
#9C997C
(156,153,124)
#8D8A70
(141,138,112)
#7E7B64
(126,123,100)
#6F6C58
(111,108,88)
#605D4C
(96,93,76)
#514E40
(81,78,64)
#423F34
(66,63,52)
#333028
(51,48,40)
#24211C
(36,33,28)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #ABA888

#ABA888
(171,168,136)
#B2AF92
(178,175,146)
#B9B69C
(185,182,156)
#C0BDA6
(192,189,166)
#C7C4B0
(199,196,176)
#CECBBA
(206,203,186)
#D5D2C4
(213,210,196)
#DCD9CE
(220,217,206)
#E3E0D8
(227,224,216)
#EAE7E2
(234,231,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA888; }

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

This text font color is #ABA888.

Background Color

.myBgColor { background-color: #ABA888; }

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

This div background color is #ABA888.

Border color

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

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

This div border color is #ABA888.

Opacity

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

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

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

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

This text has shadow with #ABA888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA888.

Preview

Color preview on black background

This text has color #ABA888 on black background.


Color preview on white background

This text has color #ABA888 on white background.


Black color preview on #ABA888 background

This text has black color on #ABA888 background.


White color preview on #ABA888 background

This text has white color on #ABA888 background.


Related colors

Complementary color

Complementary color for #hex is #545777.


I love getcolorcode.com

Triadic colors

1 #88ABA8 and #A888AB with #ABA888 are triadic colors.

2 #88A8AB and #A8AB88 with #ABA888 are triadic colors.