COLOR #ABA189

HEX: #ABA189
RGB: (171,161,137)

Color info

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

RGB color model

#ABA189 color RGB value is (171,161,137).

  • red value is 171;
  • green value is 161;
  • blue value is 137.
RGB:
(171,161,137)
(67%,63%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 137 of 255 = 54%

171
161
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 161 + 137 = 469 (100%)
R 171 of 469 ~ 36.46%
G 161 of 469 ~ 34.33%
B 137 of 469 ~ 29.21%

%36.46
%34.33
%29.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 19.88%
  • 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
%19.88
%32.94

Codes

Color #ABA189 in popluar color models

ABA189
RGB171161137
HSL42°16.83%60.39%
HSB/HSV42°19.88%67.06%
CMYK0.00%5.85%19.88%
32.94%

Color #ABA189 in popluar number systems.

HEXABA189
Decimal171161137
Binary101010111010000110001001
Octal253241211

Shades and tints

Shades of #ABA189

#ABA189
(171,161,137)
#9C937D
(156,147,125)
#8D8571
(141,133,113)
#7E7765
(126,119,101)
#6F6959
(111,105,89)
#605B4D
(96,91,77)
#514D41
(81,77,65)
#423F35
(66,63,53)
#333129
(51,49,41)
#24231D
(36,35,29)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABA189

#ABA189
(171,161,137)
#B2A993
(178,169,147)
#B9B19D
(185,177,157)
#C0B9A7
(192,185,167)
#C7C1B1
(199,193,177)
#CEC9BB
(206,201,187)
#D5D1C5
(213,209,197)
#DCD9CF
(220,217,207)
#E3E1D9
(227,225,217)
#EAE9E3
(234,233,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA189; }

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

This text font color is #ABA189.


Background Color

.myBgColor { background-color: #ABA189; }

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

This div background color is #ABA189.


Border color

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

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

This div border color is #ABA189.


Opacity

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

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

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

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

This text has shadow with #ABA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA189 on black background.


Color preview on white background

This text has color #ABA189 on white background.



Black color preview on #ABA189 background

This text has black color on #ABA189 background.


White color preview on #ABA189 background

This text has white color on #ABA189 background.