COLOR #ACA890

HEX: #ACA890 RGB: (172,168,144)

Color info

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

RGB color model

#ACA890 color RGB value is (172,168,144).

RGB: (172,168,144) (67%, 66%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 144 of 255 = 56%

172
168
144

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

Portions of RGB colors in percentages

R + G + B = 172 + 168 + 144 = 484 (100%)
R 172 of 484 ~ 35.54%
G 168 of 484 ~ 34.71%
B 144 of 484 ~ 29.75'%

%35.54
%34.71
%29.75

CMYK color model

#ACA890 color CMYK value is (0,2,16,33).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 16.28%
  • key color value is 32.55%

CMYK: (0,2,16,33)
C0M2Y16K33 (0%, 2%, 16%, 33%)
(0.00 / 0.02 / 0.16 / 0.33)

CMYK percentages

%0
%2.33
%16.28
%32.55

Codes

Color #ACA890 in popluar color models

AC A8 90
RGB 172 168 144
HSL 51° 14.43% 61.96%
HSB/HSV 51° 16.28% 67.45%
CMYK 0.00% 2.33% 16.28%
32.55%

Color #ACA890 in popluar number systems.

HEX AC A8 90
Decimal 172 168 144
Binary 10101100 10101000 10010000
Octal 254 250 220

Shades and tints

Shades of #ACA890

#ACA890
(172,168,144)
#9D9983
(157,153,131)
#8E8A76
(142,138,118)
#7F7B69
(127,123,105)
#706C5C
(112,108,92)
#615D4F
(97,93,79)
#524E42
(82,78,66)
#433F35
(67,63,53)
#343028
(52,48,40)
#25211B
(37,33,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #ACA890

#ACA890
(172,168,144)
#B3AF9A
(179,175,154)
#BAB6A4
(186,182,164)
#C1BDAE
(193,189,174)
#C8C4B8
(200,196,184)
#CFCBC2
(207,203,194)
#D6D2CC
(214,210,204)
#DDD9D6
(221,217,214)
#E4E0E0
(228,224,224)
#EBE7EA
(235,231,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA890 color. Also use rgb(172,168,144) instead hex code.

Text Font Color

.myTextColor { color: #ACA890; }

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

This text font color is #ACA890.

Background Color

.myBgColor { background-color: #ACA890; }

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

This div background color is #ACA890.

Border color

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

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

This div border color is #ACA890.

Opacity

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

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

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

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

This text has shadow with #ACA890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA890.

Preview

Color preview on black background

This text has color #ACA890 on black background.


Color preview on white background

This text has color #ACA890 on white background.


Black color preview on #ACA890 background

This text has black color on #ACA890 background.


White color preview on #ACA890 background

This text has white color on #ACA890 background.


Related colors

Complementary color

Complementary color for #hex is #53576F.


I love getcolorcode.com

Triadic colors

1 #90ACA8 and #A890AC with #ACA890 are triadic colors.

2 #90A8AC and #A8AC90 with #ACA890 are triadic colors.