COLOR #ABA188

HEX: #ABA188 RGB: (171,161,136)

Color info

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

RGB color model

#ABA188 color RGB value is (171,161,136).

RGB: (171,161,136) (67%, 63%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 136 of 255 = 53%

171
161
136

R + G + B ~ 61%. #ABA188 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 161 + 136 = 468 (100%)
R 171 of 468 ~ 36.54%
G 161 of 468 ~ 34.4%
B 136 of 468 ~ 29.06'%

%36.54
%34.4
%29.06

CMYK color model

#ABA188 color CMYK value is (0,6,20,33).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 20.47%
  • key color value is 32.94%

CMYK: (0,6,20,33)
C0M6Y20K33 (0%, 6%, 20%, 33%)
(0.00 / 0.06 / 0.20 / 0.33)

CMYK percentages

%0
%5.85
%20.47
%32.94

Codes

Color #ABA188 in popluar color models

AB A1 88
RGB 171 161 136
HSL 43° 17.24% 60.20%
HSB/HSV 43° 20.47% 67.06%
CMYK 0.00% 5.85% 20.47%
32.94%

Color #ABA188 in popluar number systems.

HEX AB A1 88
Decimal 171 161 136
Binary 10101011 10100001 10001000
Octal 253 241 210

Shades and tints

Shades of #ABA188

#ABA188
(171,161,136)
#9C937C
(156,147,124)
#8D8570
(141,133,112)
#7E7764
(126,119,100)
#6F6958
(111,105,88)
#605B4C
(96,91,76)
#514D40
(81,77,64)
#423F34
(66,63,52)
#333128
(51,49,40)
#24231C
(36,35,28)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #ABA188

#ABA188
(171,161,136)
#B2A992
(178,169,146)
#B9B19C
(185,177,156)
#C0B9A6
(192,185,166)
#C7C1B0
(199,193,176)
#CEC9BA
(206,201,186)
#D5D1C4
(213,209,196)
#DCD9CE
(220,217,206)
#E3E1D8
(227,225,216)
#EAE9E2
(234,233,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA188; }

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

This text font color is #ABA188.

Background Color

.myBgColor { background-color: #ABA188; }

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

This div background color is #ABA188.

Border color

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

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

This div border color is #ABA188.

Opacity

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

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

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

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

This text has shadow with #ABA188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA188.

Preview

Color preview on black background

This text has color #ABA188 on black background.


Color preview on white background

This text has color #ABA188 on white background.


Black color preview on #ABA188 background

This text has black color on #ABA188 background.


White color preview on #ABA188 background

This text has white color on #ABA188 background.


Related colors

Complementary color

Complementary color for #hex is #545E77.


I love getcolorcode.com

Triadic colors

1 #88ABA1 and #A188AB with #ABA188 are triadic colors.

2 #88A1AB and #A1AB88 with #ABA188 are triadic colors.