COLOR #ACAA93

HEX: #ACAA93 RGB: (172,170,147)

Color info

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

RGB color model

#ACAA93 color RGB value is (172,170,147).

RGB: (172,170,147) (67%, 67%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 147 of 255 = 58%

172
170
147

R + G + B ~ 64%. #ACAA93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 170 + 147 = 489 (100%)
R 172 of 489 ~ 35.17%
G 170 of 489 ~ 34.76%
B 147 of 489 ~ 30.06'%

%35.17
%34.76
%30.06

CMYK color model

#ACAA93 color CMYK value is (0,1,15,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 14.53%
  • key color value is 32.55%

CMYK: (0,1,15,33)
C0M1Y15K33 (0%, 1%, 15%, 33%)
(0.00 / 0.01 / 0.15 / 0.33)

CMYK percentages

%0
%1.16
%14.53
%32.55

Codes

Color #ACAA93 in popluar color models

AC AA 93
RGB 172 170 147
HSL 55° 13.09% 62.55%
HSB/HSV 55° 14.53% 67.45%
CMYK 0.00% 1.16% 14.53%
32.55%

Color #ACAA93 in popluar number systems.

HEX AC AA 93
Decimal 172 170 147
Binary 10101100 10101010 10010011
Octal 254 252 223

Shades and tints

Shades of #ACAA93

#ACAA93
(172,170,147)
#9D9B86
(157,155,134)
#8E8C79
(142,140,121)
#7F7D6C
(127,125,108)
#706E5F
(112,110,95)
#615F52
(97,95,82)
#525045
(82,80,69)
#434138
(67,65,56)
#34322B
(52,50,43)
#25231E
(37,35,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACAA93

#ACAA93
(172,170,147)
#B3B19C
(179,177,156)
#BAB8A5
(186,184,165)
#C1BFAE
(193,191,174)
#C8C6B7
(200,198,183)
#CFCDC0
(207,205,192)
#D6D4C9
(214,212,201)
#DDDBD2
(221,219,210)
#E4E2DB
(228,226,219)
#EBE9E4
(235,233,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAA93 color. Also use rgb(172,170,147) instead hex code.

Text Font Color

.myTextColor { color: #ACAA93; }

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

This text font color is #ACAA93.

Background Color

.myBgColor { background-color: #ACAA93; }

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

This div background color is #ACAA93.

Border color

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

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

This div border color is #ACAA93.

Opacity

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

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

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

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

This text has shadow with #ACAA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAA93.

Preview

Color preview on black background

This text has color #ACAA93 on black background.


Color preview on white background

This text has color #ACAA93 on white background.


Black color preview on #ACAA93 background

This text has black color on #ACAA93 background.


White color preview on #ACAA93 background

This text has white color on #ACAA93 background.


Related colors

Complementary color

Complementary color for #hex is #53556C.


I love getcolorcode.com

Triadic colors

1 #93ACAA and #AA93AC with #ACAA93 are triadic colors.

2 #93AAAC and #AAAC93 with #ACAA93 are triadic colors.