COLOR #ABA5A5

HEX: #ABA5A5 RGB: (171,165,165)

Color info

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

RGB color model

#ABA5A5 color RGB value is (171,165,165).

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

RGB channels and saturation

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

171
165
165

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

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 165 = 501 (100%)
R 171 of 501 ~ 34.13%
G 165 of 501 ~ 32.93%
B 165 of 501 ~ 32.93'%

%34.13
%32.93
%32.93

CMYK color model

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

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

CMYK: (0,4,4,33)
C0M4Y4K33 (0%, 4%, 4%, 33%)
(0.00 / 0.04 / 0.04 / 0.33)

CMYK percentages

%0
%3.51
%3.51
%32.94

Codes

Color #ABA5A5 in popluar color models

AB A5 A5
RGB 171 165 165
HSL 3.45% 65.88%
HSB/HSV 3.51% 67.06%
CMYK 0.00% 3.51% 3.51%
32.94%

Color #ABA5A5 in popluar number systems.

HEX AB A5 A5
Decimal 171 165 165
Binary 10101011 10100101 10100101
Octal 253 245 245

Shades and tints

Shades of #ABA5A5

#ABA5A5
(171,165,165)
#9C9696
(156,150,150)
#8D8787
(141,135,135)
#7E7878
(126,120,120)
#6F6969
(111,105,105)
#605A5A
(96,90,90)
#514B4B
(81,75,75)
#423C3C
(66,60,60)
#332D2D
(51,45,45)
#241E1E
(36,30,30)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #ABA5A5

#ABA5A5
(171,165,165)
#B2ADAD
(178,173,173)
#B9B5B5
(185,181,181)
#C0BDBD
(192,189,189)
#C7C5C5
(199,197,197)
#CECDCD
(206,205,205)
#D5D5D5
(213,213,213)
#DCDDDD
(220,221,221)
#E3E5E5
(227,229,229)
#EAEDED
(234,237,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5A5; }

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

This text font color is #ABA5A5.

Background Color

.myBgColor { background-color: #ABA5A5; }

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

This div background color is #ABA5A5.

Border color

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

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

This div border color is #ABA5A5.

Opacity

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

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

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

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

This text has shadow with #ABA5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA5A5.

Preview

Color preview on black background

This text has color #ABA5A5 on black background.


Color preview on white background

This text has color #ABA5A5 on white background.


Black color preview on #ABA5A5 background

This text has black color on #ABA5A5 background.


White color preview on #ABA5A5 background

This text has white color on #ABA5A5 background.


Related colors

Complementary color

Complementary color for #hex is #545A5A.


I love getcolorcode.com