COLOR #ABA5AA

HEX: #ABA5AA RGB: (171,165,170)

Color info

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

RGB color model

#ABA5AA color RGB value is (171,165,170).

RGB: (171,165,170) (67%, 65%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 170 of 255 = 67%

171
165
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 170 = 506 (100%)
R 171 of 506 ~ 33.79%
G 165 of 506 ~ 32.61%
B 170 of 506 ~ 33.6'%

%33.79
%32.61
%33.6

CMYK color model

#ABA5AA color CMYK value is (0,4,1,33).

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

CMYK: (0,4,1,33)
C0M4Y1K33 (0%, 4%, 1%, 33%)
(0.00 / 0.04 / 0.01 / 0.33)

CMYK percentages

%0
%3.51
%0.58
%32.94

Codes

Color #ABA5AA in popluar color models

AB A5 AA
RGB 171 165 170
HSL 310° 3.45% 65.88%
HSB/HSV 310° 3.51% 67.06%
CMYK 0.00% 3.51% 0.58%
32.94%

Color #ABA5AA in popluar number systems.

HEX AB A5 AA
Decimal 171 165 170
Binary 10101011 10100101 10101010
Octal 253 245 252

Shades and tints

Shades of #ABA5AA

#ABA5AA
(171,165,170)
#9C969B
(156,150,155)
#8D878C
(141,135,140)
#7E787D
(126,120,125)
#6F696E
(111,105,110)
#605A5F
(96,90,95)
#514B50
(81,75,80)
#423C41
(66,60,65)
#332D32
(51,45,50)
#241E23
(36,30,35)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #ABA5AA

#ABA5AA
(171,165,170)
#B2ADB1
(178,173,177)
#B9B5B8
(185,181,184)
#C0BDBF
(192,189,191)
#C7C5C6
(199,197,198)
#CECDCD
(206,205,205)
#D5D5D4
(213,213,212)
#DCDDDB
(220,221,219)
#E3E5E2
(227,229,226)
#EAEDE9
(234,237,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5AA; }

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

This text font color is #ABA5AA.

Background Color

.myBgColor { background-color: #ABA5AA; }

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

This div background color is #ABA5AA.

Border color

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

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

This div border color is #ABA5AA.

Opacity

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

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

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

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

This text has shadow with #ABA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA5AA.

Preview

Color preview on black background

This text has color #ABA5AA on black background.


Color preview on white background

This text has color #ABA5AA on white background.


Black color preview on #ABA5AA background

This text has black color on #ABA5AA background.


White color preview on #ABA5AA background

This text has white color on #ABA5AA background.


Related colors

Complementary color

Complementary color for #hex is #545A55.


I love getcolorcode.com

Triadic colors

1 #AAABA5 and #A5AAAB with #ABA5AA are triadic colors.

2 #AAA5AB and #A5ABAA with #ABA5AA are triadic colors.