COLOR #ABA5AF

HEX: #ABA5AF RGB: (171,165,175)

Color info

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

RGB color model

#ABA5AF color RGB value is (171,165,175).

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

RGB channels and saturation

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

171
165
175

R + G + B ~ 67%. #ABA5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 175 = 511 (100%)
R 171 of 511 ~ 33.46%
G 165 of 511 ~ 32.29%
B 175 of 511 ~ 34.25'%

%33.46
%32.29
%34.25

CMYK color model

#ABA5AF color CMYK value is (2,6,0,31).

  • cyan value is 2.29%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (2,6,0,31)
C2M6Y0K31 (2%, 6%, 0%, 31%)
(0.02 / 0.06 / 0.00 / 0.31)

CMYK percentages

%2.29
%5.71
%0
%31.37

Codes

Color #ABA5AF in popluar color models

AB A5 AF
RGB 171 165 175
HSL 276° 5.88% 66.67%
HSB/HSV 276° 5.71% 68.63%
CMYK 2.29% 5.71% 0.00%
31.37%

Color #ABA5AF in popluar number systems.

HEX AB A5 AF
Decimal 171 165 175
Binary 10101011 10100101 10101111
Octal 253 245 257

Shades and tints

Shades of #ABA5AF

#ABA5AF
(171,165,175)
#9C96A0
(156,150,160)
#8D8791
(141,135,145)
#7E7882
(126,120,130)
#6F6973
(111,105,115)
#605A64
(96,90,100)
#514B55
(81,75,85)
#423C46
(66,60,70)
#332D37
(51,45,55)
#241E28
(36,30,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #ABA5AF

#ABA5AF
(171,165,175)
#B2ADB6
(178,173,182)
#B9B5BD
(185,181,189)
#C0BDC4
(192,189,196)
#C7C5CB
(199,197,203)
#CECDD2
(206,205,210)
#D5D5D9
(213,213,217)
#DCDDE0
(220,221,224)
#E3E5E7
(227,229,231)
#EAEDEE
(234,237,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5AF; }

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

This text font color is #ABA5AF.

Background Color

.myBgColor { background-color: #ABA5AF; }

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

This div background color is #ABA5AF.

Border color

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

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

This div border color is #ABA5AF.

Opacity

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

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

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

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

This text has shadow with #ABA5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA5AF.

Preview

Color preview on black background

This text has color #ABA5AF on black background.


Color preview on white background

This text has color #ABA5AF on white background.


Black color preview on #ABA5AF background

This text has black color on #ABA5AF background.


White color preview on #ABA5AF background

This text has white color on #ABA5AF background.


Related colors

Complementary color

Complementary color for #hex is #545A50.


I love getcolorcode.com

Triadic colors

1 #AFABA5 and #A5AFAB with #ABA5AF are triadic colors.

2 #AFA5AB and #A5ABAF with #ABA5AF are triadic colors.