COLOR #ABAA9A

HEX: #ABAA9A RGB: (171,170,154)

Color info

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

RGB color model

#ABAA9A color RGB value is (171,170,154).

RGB: (171,170,154) (67%, 67%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 154 of 255 = 60%

171
170
154

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 154 = 495 (100%)
R 171 of 495 ~ 34.55%
G 170 of 495 ~ 34.34%
B 154 of 495 ~ 31.11'%

%34.55
%34.34
%31.11

CMYK color model

#ABAA9A color CMYK value is (0,1,10,33).

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

CMYK: (0,1,10,33)
C0M1Y10K33 (0%, 1%, 10%, 33%)
(0.00 / 0.01 / 0.10 / 0.33)

CMYK percentages

%0
%0.58
%9.94
%32.94

Codes

Color #ABAA9A in popluar color models

AB AA 9A
RGB 171 170 154
HSL 56° 9.19% 63.73%
HSB/HSV 56° 9.94% 67.06%
CMYK 0.00% 0.58% 9.94%
32.94%

Color #ABAA9A in popluar number systems.

HEX AB AA 9A
Decimal 171 170 154
Binary 10101011 10101010 10011010
Octal 253 252 232

Shades and tints

Shades of #ABAA9A

#ABAA9A
(171,170,154)
#9C9B8C
(156,155,140)
#8D8C7E
(141,140,126)
#7E7D70
(126,125,112)
#6F6E62
(111,110,98)
#605F54
(96,95,84)
#515046
(81,80,70)
#424138
(66,65,56)
#33322A
(51,50,42)
#24231C
(36,35,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #ABAA9A

#ABAA9A
(171,170,154)
#B2B1A3
(178,177,163)
#B9B8AC
(185,184,172)
#C0BFB5
(192,191,181)
#C7C6BE
(199,198,190)
#CECDC7
(206,205,199)
#D5D4D0
(213,212,208)
#DCDBD9
(220,219,217)
#E3E2E2
(227,226,226)
#EAE9EB
(234,233,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA9A; }

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

This text font color is #ABAA9A.

Background Color

.myBgColor { background-color: #ABAA9A; }

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

This div background color is #ABAA9A.

Border color

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

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

This div border color is #ABAA9A.

Opacity

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

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

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

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

This text has shadow with #ABAA9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAA9A.

Preview

Color preview on black background

This text has color #ABAA9A on black background.


Color preview on white background

This text has color #ABAA9A on white background.


Black color preview on #ABAA9A background

This text has black color on #ABAA9A background.


White color preview on #ABAA9A background

This text has white color on #ABAA9A background.


Related colors

Complementary color

Complementary color for #hex is #545565.


I love getcolorcode.com

Triadic colors

1 #9AABAA and #AA9AAB with #ABAA9A are triadic colors.

2 #9AAAAB and #AAAB9A with #ABAA9A are triadic colors.