COLOR #ABA194

HEX: #ABA194
RGB: (171,161,148)

Color info

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

RGB color model

#ABA194 color RGB value is (171,161,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 148 of 255 = 58%

171
161
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 161 + 148 = 480 (100%)
R 171 of 480 ~ 35.63%
G 161 of 480 ~ 33.54%
B 148 of 480 ~ 30.83%

%35.63
%33.54
%30.83

CMYK color model

#ABA194 color CMYK value is (0,6,13,33).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,6,13,33)
C0M6Y13K33 
(0%,6%,13%,33%)
(0.00/0.06/0.13/0.33)	

CMYK percentages

%0
%5.85
%13.45
%32.94

Codes

Color #ABA194 in popluar color models

ABA194
RGB171161148
HSL34°12.04%62.55%
HSB/HSV34°13.45%67.06%
CMYK0.00%5.85%13.45%
32.94%

Color #ABA194 in popluar number systems.

HEXABA194
Decimal171161148
Binary101010111010000110010100
Octal253241224

Shades and tints

Shades of #ABA194

#ABA194
(171,161,148)
#9C9387
(156,147,135)
#8D857A
(141,133,122)
#7E776D
(126,119,109)
#6F6960
(111,105,96)
#605B53
(96,91,83)
#514D46
(81,77,70)
#423F39
(66,63,57)
#33312C
(51,49,44)
#24231F
(36,35,31)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABA194

#ABA194
(171,161,148)
#B2A99D
(178,169,157)
#B9B1A6
(185,177,166)
#C0B9AF
(192,185,175)
#C7C1B8
(199,193,184)
#CEC9C1
(206,201,193)
#D5D1CA
(213,209,202)
#DCD9D3
(220,217,211)
#E3E1DC
(227,225,220)
#EAE9E5
(234,233,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA194; }

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

This text font color is #ABA194.


Background Color

.myBgColor { background-color: #ABA194; }

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

This div background color is #ABA194.


Border color

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

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

This div border color is #ABA194.


Opacity

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

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

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

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

This text has shadow with #ABA194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA194 on black background.


Color preview on white background

This text has color #ABA194 on white background.



Black color preview on #ABA194 background

This text has black color on #ABA194 background.


White color preview on #ABA194 background

This text has white color on #ABA194 background.