COLOR #ACAA90

HEX: #ACAA90 RGB: (172,170,144)

Color info

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

RGB color model

#ACAA90 color RGB value is (172,170,144).

RGB: (172,170,144) (67%, 67%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 144 of 255 = 56%

172
170
144

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

Portions of RGB colors in percentages

R + G + B = 172 + 170 + 144 = 486 (100%)
R 172 of 486 ~ 35.39%
G 170 of 486 ~ 34.98%
B 144 of 486 ~ 29.63'%

%35.39
%34.98
%29.63

CMYK color model

#ACAA90 color CMYK value is (0,1,16,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK: (0,1,16,33) C0M1Y16K33 (0%,1%,16%,33%) (0.00/0.01/0.16/0.33) 

CMYK percentages

%0
%1.16
%16.28
%32.55

Codes

Color #ACAA90 in popluar color models

AC AA 90
RGB 172 170 144
HSL 56° 14.43% 61.96%
HSB/HSV 56° 16.28% 67.45%
CMYK 0.00% 1.16% 16.28%
32.55%

Color #ACAA90 in popluar number systems.

HEX AC AA 90
Decimal 172 170 144
Binary 10101100 10101010 10010000
Octal 254 252 220

Shades and tints

Shades of #ACAA90

#ACAA90
(172,170,144)
#9D9B83
(157,155,131)
#8E8C76
(142,140,118)
#7F7D69
(127,125,105)
#706E5C
(112,110,92)
#615F4F
(97,95,79)
#525042
(82,80,66)
#434135
(67,65,53)
#343228
(52,50,40)
#25231B
(37,35,27)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #ACAA90

#ACAA90
(172,170,144)
#B3B19A
(179,177,154)
#BAB8A4
(186,184,164)
#C1BFAE
(193,191,174)
#C8C6B8
(200,198,184)
#CFCDC2
(207,205,194)
#D6D4CC
(214,212,204)
#DDDBD6
(221,219,214)
#E4E2E0
(228,226,224)
#EBE9EA
(235,233,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAA90; }

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

This text font color is #ACAA90.

Background Color

.myBgColor { background-color: #ACAA90; }

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

This div background color is #ACAA90.

Border color

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

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

This div border color is #ACAA90.

Opacity

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

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

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

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

This text has shadow with #ACAA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAA90.

Preview

Color preview on black background

This text has color #ACAA90 on black background.


Color preview on white background

This text has color #ACAA90 on white background.


Black color preview on #ACAA90 background

This text has black color on #ACAA90 background.


White color preview on #ACAA90 background

This text has white color on #ACAA90 background.


Related colors

Complementary color

Complementary color for #hex is #53556F.


I love getcolorcode.com

Triadic colors

1 #90ACAA and #AA90AC with #ACAA90 are triadic colors.

2 #90AAAC and #AAAC90 with #ACAA90 are triadic colors.