COLOR #ACA698

HEX: #ACA698 RGB: (172,166,152)

Color info

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

RGB color model

#ACA698 color RGB value is (172,166,152).

RGB: (172,166,152) (67%, 65%, 60%)

RGB channels and saturation

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

172
166
152

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

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 152 = 490 (100%)
R 172 of 490 ~ 35.1%
G 166 of 490 ~ 33.88%
B 152 of 490 ~ 31.02'%

%35.1
%33.88
%31.02

CMYK color model

#ACA698 color CMYK value is (0,3,12,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 11.63%
  • key color value is 32.55%

CMYK: (0,3,12,33)
C0M3Y12K33 (0%, 3%, 12%, 33%)
(0.00 / 0.03 / 0.12 / 0.33)

CMYK percentages

%0
%3.49
%11.63
%32.55

Codes

Color #ACA698 in popluar color models

AC A6 98
RGB 172 166 152
HSL 42° 10.75% 63.53%
HSB/HSV 42° 11.63% 67.45%
CMYK 0.00% 3.49% 11.63%
32.55%

Color #ACA698 in popluar number systems.

HEX AC A6 98
Decimal 172 166 152
Binary 10101100 10100110 10011000
Octal 254 246 230

Shades and tints

Shades of #ACA698

#ACA698
(172,166,152)
#9D978B
(157,151,139)
#8E887E
(142,136,126)
#7F7971
(127,121,113)
#706A64
(112,106,100)
#615B57
(97,91,87)
#524C4A
(82,76,74)
#433D3D
(67,61,61)
#342E30
(52,46,48)
#251F23
(37,31,35)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #ACA698

#ACA698
(172,166,152)
#B3AEA1
(179,174,161)
#BAB6AA
(186,182,170)
#C1BEB3
(193,190,179)
#C8C6BC
(200,198,188)
#CFCEC5
(207,206,197)
#D6D6CE
(214,214,206)
#DDDED7
(221,222,215)
#E4E6E0
(228,230,224)
#EBEEE9
(235,238,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA698; }

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

This text font color is #ACA698.

Background Color

.myBgColor { background-color: #ACA698; }

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

This div background color is #ACA698.

Border color

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

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

This div border color is #ACA698.

Opacity

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

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

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

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

This text has shadow with #ACA698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA698.

Preview

Color preview on black background

This text has color #ACA698 on black background.


Color preview on white background

This text has color #ACA698 on white background.


Black color preview on #ACA698 background

This text has black color on #ACA698 background.


White color preview on #ACA698 background

This text has white color on #ACA698 background.


Related colors

Complementary color

Complementary color for #hex is #535967.


I love getcolorcode.com

Triadic colors

1 #98ACA6 and #A698AC with #ACA698 are triadic colors.

2 #98A6AC and #A6AC98 with #ACA698 are triadic colors.