COLOR #ACA498

HEX: #ACA498
RGB: (172,164,152)

Color info

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

RGB color model

#ACA498 color RGB value is (172,164,152).

  • red value is 172;
  • green value is 164;
  • blue value is 152.
RGB:
(172,164,152)
(67%,64%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 152 of 255 = 60%

172
164
152

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 152 = 488 (100%)
R 172 of 488 ~ 35.25%
G 164 of 488 ~ 33.61%
B 152 of 488 ~ 31.15%

%35.25
%33.61
%31.15

CMYK color model

#ACA498 color CMYK value is (0,5,12,33).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 11.63%
  • key color value is 32.55%
CMYK:
(0,5,12,33)
C0M5Y12K33 
(0%,5%,12%,33%)
(0.00/0.05/0.12/0.33)	

CMYK percentages

%0
%4.65
%11.63
%32.55

Codes

Color #ACA498 in popluar color models

ACA498
RGB172164152
HSL36°10.75%63.53%
HSB/HSV36°11.63%67.45%
CMYK0.00%4.65%11.63%
32.55%

Color #ACA498 in popluar number systems.

HEXACA498
Decimal172164152
Binary101011001010010010011000
Octal254244230

Shades and tints

Shades of #ACA498

#ACA498
(172,164,152)
#9D968B
(157,150,139)
#8E887E
(142,136,126)
#7F7A71
(127,122,113)
#706C64
(112,108,100)
#615E57
(97,94,87)
#52504A
(82,80,74)
#43423D
(67,66,61)
#343430
(52,52,48)
#252623
(37,38,35)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACA498

#ACA498
(172,164,152)
#B3ACA1
(179,172,161)
#BAB4AA
(186,180,170)
#C1BCB3
(193,188,179)
#C8C4BC
(200,196,188)
#CFCCC5
(207,204,197)
#D6D4CE
(214,212,206)
#DDDCD7
(221,220,215)
#E4E4E0
(228,228,224)
#EBECE9
(235,236,233)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA498; }

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

This text font color is #ACA498.


Background Color

.myBgColor { background-color: #ACA498; }

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

This div background color is #ACA498.


Border color

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

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

This div border color is #ACA498.


Opacity

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

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

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

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

This text has shadow with #ACA498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA498 on black background.


Color preview on white background

This text has color #ACA498 on white background.



Black color preview on #ACA498 background

This text has black color on #ACA498 background.


White color preview on #ACA498 background

This text has white color on #ACA498 background.