COLOR #ABA4A1

HEX: #ABA4A1 RGB: (171,164,161)

Color info

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

RGB color model

#ABA4A1 color RGB value is (171,164,161).

RGB: (171,164,161) (67%, 64%, 63%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 161 of 255 = 63%

171
164
161

R + G + B ~ 65%. #ABA4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 164 + 161 = 496 (100%)
R 171 of 496 ~ 34.48%
G 164 of 496 ~ 33.06%
B 161 of 496 ~ 32.46'%

%34.48
%33.06
%32.46

CMYK color model

#ABA4A1 color CMYK value is (0,4,6,33).

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

CMYK: (0,4,6,33)
C0M4Y6K33 (0%, 4%, 6%, 33%)
(0.00 / 0.04 / 0.06 / 0.33)

CMYK percentages

%0
%4.09
%5.85
%32.94

Codes

Color #ABA4A1 in popluar color models

AB A4 A1
RGB 171 164 161
HSL 18° 5.62% 65.10%
HSB/HSV 18° 5.85% 67.06%
CMYK 0.00% 4.09% 5.85%
32.94%

Color #ABA4A1 in popluar number systems.

HEX AB A4 A1
Decimal 171 164 161
Binary 10101011 10100100 10100001
Octal 253 244 241

Shades and tints

Shades of #ABA4A1

#ABA4A1
(171,164,161)
#9C9693
(156,150,147)
#8D8885
(141,136,133)
#7E7A77
(126,122,119)
#6F6C69
(111,108,105)
#605E5B
(96,94,91)
#51504D
(81,80,77)
#42423F
(66,66,63)
#333431
(51,52,49)
#242623
(36,38,35)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABA4A1

#ABA4A1
(171,164,161)
#B2ACA9
(178,172,169)
#B9B4B1
(185,180,177)
#C0BCB9
(192,188,185)
#C7C4C1
(199,196,193)
#CECCC9
(206,204,201)
#D5D4D1
(213,212,209)
#DCDCD9
(220,220,217)
#E3E4E1
(227,228,225)
#EAECE9
(234,236,233)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA4A1; }

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

This text font color is #ABA4A1.

Background Color

.myBgColor { background-color: #ABA4A1; }

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

This div background color is #ABA4A1.

Border color

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

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

This div border color is #ABA4A1.

Opacity

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

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

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

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

This text has shadow with #ABA4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA4A1.

Preview

Color preview on black background

This text has color #ABA4A1 on black background.


Color preview on white background

This text has color #ABA4A1 on white background.


Black color preview on #ABA4A1 background

This text has black color on #ABA4A1 background.


White color preview on #ABA4A1 background

This text has white color on #ABA4A1 background.


Related colors

Complementary color

Complementary color for #hex is #545B5E.


I love getcolorcode.com

Triadic colors

1 #A1ABA4 and #A4A1AB with #ABA4A1 are triadic colors.

2 #A1A4AB and #A4ABA1 with #ABA4A1 are triadic colors.