COLOR #ACAB8A

HEX: #ACAB8A RGB: (172,171,138)

Color info

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

RGB color model

#ACAB8A color RGB value is (172,171,138).

RGB: (172,171,138) (67%, 67%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 138 of 255 = 54%

172
171
138

R + G + B ~ 63%. #ACAB8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 171 + 138 = 481 (100%)
R 172 of 481 ~ 35.76%
G 171 of 481 ~ 35.55%
B 138 of 481 ~ 28.69'%

%35.76
%35.55
%28.69

CMYK color model

#ACAB8A color CMYK value is (0,1,20,33).

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

CMYK: (0,1,20,33)
C0M1Y20K33 (0%, 1%, 20%, 33%)
(0.00 / 0.01 / 0.20 / 0.33)

CMYK percentages

%0
%0.58
%19.77
%32.55

Codes

Color #ACAB8A in popluar color models

AC AB 8A
RGB 172 171 138
HSL 58° 17.00% 60.78%
HSB/HSV 58° 19.77% 67.45%
CMYK 0.00% 0.58% 19.77%
32.55%

Color #ACAB8A in popluar number systems.

HEX AC AB 8A
Decimal 172 171 138
Binary 10101100 10101011 10001010
Octal 254 253 212

Shades and tints

Shades of #ACAB8A

#ACAB8A
(172,171,138)
#9D9C7E
(157,156,126)
#8E8D72
(142,141,114)
#7F7E66
(127,126,102)
#706F5A
(112,111,90)
#61604E
(97,96,78)
#525142
(82,81,66)
#434236
(67,66,54)
#34332A
(52,51,42)
#25241E
(37,36,30)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACAB8A

#ACAB8A
(172,171,138)
#B3B294
(179,178,148)
#BAB99E
(186,185,158)
#C1C0A8
(193,192,168)
#C8C7B2
(200,199,178)
#CFCEBC
(207,206,188)
#D6D5C6
(214,213,198)
#DDDCD0
(221,220,208)
#E4E3DA
(228,227,218)
#EBEAE4
(235,234,228)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAB8A; }

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

This text font color is #ACAB8A.

Background Color

.myBgColor { background-color: #ACAB8A; }

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

This div background color is #ACAB8A.

Border color

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

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

This div border color is #ACAB8A.

Opacity

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

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

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

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

This text has shadow with #ACAB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAB8A.

Preview

Color preview on black background

This text has color #ACAB8A on black background.


Color preview on white background

This text has color #ACAB8A on white background.


Black color preview on #ACAB8A background

This text has black color on #ACAB8A background.


White color preview on #ACAB8A background

This text has white color on #ACAB8A background.


Related colors

Complementary color

Complementary color for #hex is #535475.


I love getcolorcode.com

Triadic colors

1 #8AACAB and #AB8AAC with #ACAB8A are triadic colors.

2 #8AABAC and #ABAC8A with #ACAB8A are triadic colors.