COLOR #ACAA99

HEX: #ACAA99
RGB: (172,170,153)

Color info

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

RGB color model

#ACAA99 color RGB value is (172,170,153).

  • red value is 172;
  • green value is 170;
  • blue value is 153.
RGB:
(172,170,153)
(67%,67%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 153 of 255 = 60%

172
170
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 153 = 495 (100%)
R 172 of 495 ~ 34.75%
G 170 of 495 ~ 34.34%
B 153 of 495 ~ 30.91%

%34.75
%34.34
%30.91

CMYK color model

#ACAA99 color CMYK value is (0,1,11,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,1,11,33)
C0M1Y11K33 
(0%,1%,11%,33%)
(0.00/0.01/0.11/0.33)	

CMYK percentages

%0
%1.16
%11.05
%32.55

Codes

Color #ACAA99 in popluar color models

ACAA99
RGB172170153
HSL54°10.27%63.73%
HSB/HSV54°11.05%67.45%
CMYK0.00%1.16%11.05%
32.55%

Color #ACAA99 in popluar number systems.

HEXACAA99
Decimal172170153
Binary101011001010101010011001
Octal254252231

Shades and tints

Shades of #ACAA99

#ACAA99
(172,170,153)
#9D9B8C
(157,155,140)
#8E8C7F
(142,140,127)
#7F7D72
(127,125,114)
#706E65
(112,110,101)
#615F58
(97,95,88)
#52504B
(82,80,75)
#43413E
(67,65,62)
#343231
(52,50,49)
#252324
(37,35,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACAA99

#ACAA99
(172,170,153)
#B3B1A2
(179,177,162)
#BAB8AB
(186,184,171)
#C1BFB4
(193,191,180)
#C8C6BD
(200,198,189)
#CFCDC6
(207,205,198)
#D6D4CF
(214,212,207)
#DDDBD8
(221,219,216)
#E4E2E1
(228,226,225)
#EBE9EA
(235,233,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAA99; }

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

This text font color is #ACAA99.


Background Color

.myBgColor { background-color: #ACAA99; }

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

This div background color is #ACAA99.


Border color

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

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

This div border color is #ACAA99.


Opacity

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

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

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

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

This text has shadow with #ACAA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAA99 on black background.


Color preview on white background

This text has color #ACAA99 on white background.



Black color preview on #ACAA99 background

This text has black color on #ACAA99 background.


White color preview on #ACAA99 background

This text has white color on #ACAA99 background.