COLOR #ACAB9A

HEX: #ACAB9A RGB: (172,171,154)

Color info

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

RGB color model

#ACAB9A color RGB value is (172,171,154).

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

RGB channels and saturation

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

172
171
154

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

Portions of RGB colors in percentages

R + G + B = 172 + 171 + 154 = 497 (100%)
R 172 of 497 ~ 34.61%
G 171 of 497 ~ 34.41%
B 154 of 497 ~ 30.99'%

%34.61
%34.41
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 10.47%
  • key color value is 32.55%

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

CMYK percentages

%0
%0.58
%10.47
%32.55

Codes

Color #ACAB9A in popluar color models

AC AB 9A
RGB 172 171 154
HSL 57° 9.78% 63.92%
HSB/HSV 57° 10.47% 67.45%
CMYK 0.00% 0.58% 10.47%
32.55%

Color #ACAB9A in popluar number systems.

HEX AC AB 9A
Decimal 172 171 154
Binary 10101100 10101011 10011010
Octal 254 253 232

Shades and tints

Shades of #ACAB9A

#ACAB9A
(172,171,154)
#9D9C8C
(157,156,140)
#8E8D7E
(142,141,126)
#7F7E70
(127,126,112)
#706F62
(112,111,98)
#616054
(97,96,84)
#525146
(82,81,70)
#434238
(67,66,56)
#34332A
(52,51,42)
#25241C
(37,36,28)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #ACAB9A

#ACAB9A
(172,171,154)
#B3B2A3
(179,178,163)
#BAB9AC
(186,185,172)
#C1C0B5
(193,192,181)
#C8C7BE
(200,199,190)
#CFCEC7
(207,206,199)
#D6D5D0
(214,213,208)
#DDDCD9
(221,220,217)
#E4E3E2
(228,227,226)
#EBEAEB
(235,234,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAB9A; }

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

This text font color is #ACAB9A.

Background Color

.myBgColor { background-color: #ACAB9A; }

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

This div background color is #ACAB9A.

Border color

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

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

This div border color is #ACAB9A.

Opacity

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

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

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

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

This text has shadow with #ACAB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAB9A.

Preview

Color preview on black background

This text has color #ACAB9A on black background.


Color preview on white background

This text has color #ACAB9A on white background.


Black color preview on #ACAB9A background

This text has black color on #ACAB9A background.


White color preview on #ACAB9A background

This text has white color on #ACAB9A background.


Related colors

Complementary color

Complementary color for #hex is #535465.


I love getcolorcode.com

Triadic colors

1 #9AACAB and #AB9AAC with #ACAB9A are triadic colors.

2 #9AABAC and #ABAC9A with #ACAB9A are triadic colors.