COLOR #ABA1AA

HEX: #ABA1AA RGB: (171,161,170)

Color info

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

RGB color model

#ABA1AA color RGB value is (171,161,170).

RGB: (171,161,170) (67%, 63%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 170 of 255 = 67%

171
161
170

R + G + B ~ 66%. #ABA1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 161 + 170 = 502 (100%)
R 171 of 502 ~ 34.06%
G 161 of 502 ~ 32.07%
B 170 of 502 ~ 33.86'%

%34.06
%32.07
%33.86

CMYK color model

#ABA1AA color CMYK value is (0,6,1,33).

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

CMYK: (0,6,1,33)
C0M6Y1K33 (0%, 6%, 1%, 33%)
(0.00 / 0.06 / 0.01 / 0.33)

CMYK percentages

%0
%5.85
%0.58
%32.94

Codes

Color #ABA1AA in popluar color models

AB A1 AA
RGB 171 161 170
HSL 306° 5.62% 65.10%
HSB/HSV 306° 5.85% 67.06%
CMYK 0.00% 5.85% 0.58%
32.94%

Color #ABA1AA in popluar number systems.

HEX AB A1 AA
Decimal 171 161 170
Binary 10101011 10100001 10101010
Octal 253 241 252

Shades and tints

Shades of #ABA1AA

#ABA1AA
(171,161,170)
#9C939B
(156,147,155)
#8D858C
(141,133,140)
#7E777D
(126,119,125)
#6F696E
(111,105,110)
#605B5F
(96,91,95)
#514D50
(81,77,80)
#423F41
(66,63,65)
#333132
(51,49,50)
#242323
(36,35,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #ABA1AA

#ABA1AA
(171,161,170)
#B2A9B1
(178,169,177)
#B9B1B8
(185,177,184)
#C0B9BF
(192,185,191)
#C7C1C6
(199,193,198)
#CEC9CD
(206,201,205)
#D5D1D4
(213,209,212)
#DCD9DB
(220,217,219)
#E3E1E2
(227,225,226)
#EAE9E9
(234,233,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA1AA; }

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

This text font color is #ABA1AA.

Background Color

.myBgColor { background-color: #ABA1AA; }

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

This div background color is #ABA1AA.

Border color

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

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

This div border color is #ABA1AA.

Opacity

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

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

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

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

This text has shadow with #ABA1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA1AA.

Preview

Color preview on black background

This text has color #ABA1AA on black background.


Color preview on white background

This text has color #ABA1AA on white background.


Black color preview on #ABA1AA background

This text has black color on #ABA1AA background.


White color preview on #ABA1AA background

This text has white color on #ABA1AA background.


Related colors

Complementary color

Complementary color for #hex is #545E55.


I love getcolorcode.com

Triadic colors

1 #AAABA1 and #A1AAAB with #ABA1AA are triadic colors.

2 #AAA1AB and #A1ABAA with #ABA1AA are triadic colors.