COLOR #ACA699

HEX: #ACA699
RGB: (172,166,153)

Color info

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

RGB color model

#ACA699 color RGB value is (172,166,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 153 of 255 = 60%

172
166
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 153 = 491 (100%)
R 172 of 491 ~ 35.03%
G 166 of 491 ~ 33.81%
B 153 of 491 ~ 31.16%

%35.03
%33.81
%31.16

CMYK color model

#ACA699 color CMYK value is (0,3,11,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,3,11,33)
C0M3Y11K33 
(0%,3%,11%,33%)
(0.00/0.03/0.11/0.33)	

CMYK percentages

%0
%3.49
%11.05
%32.55

Codes

Color #ACA699 in popluar color models

ACA699
RGB172166153
HSL41°10.27%63.73%
HSB/HSV41°11.05%67.45%
CMYK0.00%3.49%11.05%
32.55%

Color #ACA699 in popluar number systems.

HEXACA699
Decimal172166153
Binary101011001010011010011001
Octal254246231

Shades and tints

Shades of #ACA699

#ACA699
(172,166,153)
#9D978C
(157,151,140)
#8E887F
(142,136,127)
#7F7972
(127,121,114)
#706A65
(112,106,101)
#615B58
(97,91,88)
#524C4B
(82,76,75)
#433D3E
(67,61,62)
#342E31
(52,46,49)
#251F24
(37,31,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #ACA699

#ACA699
(172,166,153)
#B3AEA2
(179,174,162)
#BAB6AB
(186,182,171)
#C1BEB4
(193,190,180)
#C8C6BD
(200,198,189)
#CFCEC6
(207,206,198)
#D6D6CF
(214,214,207)
#DDDED8
(221,222,216)
#E4E6E1
(228,230,225)
#EBEEEA
(235,238,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA699; }

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

This text font color is #ACA699.


Background Color

.myBgColor { background-color: #ACA699; }

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

This div background color is #ACA699.


Border color

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

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

This div border color is #ACA699.


Opacity

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

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

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

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

This text has shadow with #ACA699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA699 on black background.


Color preview on white background

This text has color #ACA699 on white background.



Black color preview on #ACA699 background

This text has black color on #ACA699 background.


White color preview on #ACA699 background

This text has white color on #ACA699 background.