COLOR #ABA184

HEX: #ABA184 RGB: (171,161,132)

Color info

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

RGB color model

#ABA184 color RGB value is (171,161,132).

RGB: (171,161,132) (67%, 63%, 52%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 132 of 255 = 52%

171
161
132

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

Portions of RGB colors in percentages

R + G + B = 171 + 161 + 132 = 464 (100%)
R 171 of 464 ~ 36.85%
G 161 of 464 ~ 34.7%
B 132 of 464 ~ 28.45'%

%36.85
%34.7
%28.45

CMYK color model

#ABA184 color CMYK value is (0,6,23,33).

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

CMYK: (0,6,23,33)
C0M6Y23K33 (0%, 6%, 23%, 33%)
(0.00 / 0.06 / 0.23 / 0.33)

CMYK percentages

%0
%5.85
%22.81
%32.94

Codes

Color #ABA184 in popluar color models

AB A1 84
RGB 171 161 132
HSL 45° 18.84% 59.41%
HSB/HSV 45° 22.81% 67.06%
CMYK 0.00% 5.85% 22.81%
32.94%

Color #ABA184 in popluar number systems.

HEX AB A1 84
Decimal 171 161 132
Binary 10101011 10100001 10000100
Octal 253 241 204

Shades and tints

Shades of #ABA184

#ABA184
(171,161,132)
#9C9378
(156,147,120)
#8D856C
(141,133,108)
#7E7760
(126,119,96)
#6F6954
(111,105,84)
#605B48
(96,91,72)
#514D3C
(81,77,60)
#423F30
(66,63,48)
#333124
(51,49,36)
#242318
(36,35,24)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #ABA184

#ABA184
(171,161,132)
#B2A98F
(178,169,143)
#B9B19A
(185,177,154)
#C0B9A5
(192,185,165)
#C7C1B0
(199,193,176)
#CEC9BB
(206,201,187)
#D5D1C6
(213,209,198)
#DCD9D1
(220,217,209)
#E3E1DC
(227,225,220)
#EAE9E7
(234,233,231)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA184; }

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

This text font color is #ABA184.

Background Color

.myBgColor { background-color: #ABA184; }

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

This div background color is #ABA184.

Border color

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

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

This div border color is #ABA184.

Opacity

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

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

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

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

This text has shadow with #ABA184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA184.

Preview

Color preview on black background

This text has color #ABA184 on black background.


Color preview on white background

This text has color #ABA184 on white background.


Black color preview on #ABA184 background

This text has black color on #ABA184 background.


White color preview on #ABA184 background

This text has white color on #ABA184 background.


Related colors

Complementary color

Complementary color for #hex is #545E7B.


I love getcolorcode.com

Triadic colors

1 #84ABA1 and #A184AB with #ABA184 are triadic colors.

2 #84A1AB and #A1AB84 with #ABA184 are triadic colors.