COLOR #ACA295

HEX: #ACA295
RGB: (172,162,149)

Color info

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

RGB color model

#ACA295 color RGB value is (172,162,149).

  • red value is 172;
  • green value is 162;
  • blue value is 149.
RGB:
(172,162,149)
(67%,64%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 149 of 255 = 58%

172
162
149

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 149 = 483 (100%)
R 172 of 483 ~ 35.61%
G 162 of 483 ~ 33.54%
B 149 of 483 ~ 30.85%

%35.61
%33.54
%30.85

CMYK color model

#ACA295 color CMYK value is (0,6,13,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(0,6,13,33)
C0M6Y13K33 
(0%,6%,13%,33%)
(0.00/0.06/0.13/0.33)	

CMYK percentages

%0
%5.81
%13.37
%32.55

Codes

Color #ACA295 in popluar color models

ACA295
RGB172162149
HSL34°12.17%62.94%
HSB/HSV34°13.37%67.45%
CMYK0.00%5.81%13.37%
32.55%

Color #ACA295 in popluar number systems.

HEXACA295
Decimal172162149
Binary101011001010001010010101
Octal254242225

Shades and tints

Shades of #ACA295

#ACA295
(172,162,149)
#9D9488
(157,148,136)
#8E867B
(142,134,123)
#7F786E
(127,120,110)
#706A61
(112,106,97)
#615C54
(97,92,84)
#524E47
(82,78,71)
#43403A
(67,64,58)
#34322D
(52,50,45)
#252420
(37,36,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACA295

#ACA295
(172,162,149)
#B3AA9E
(179,170,158)
#BAB2A7
(186,178,167)
#C1BAB0
(193,186,176)
#C8C2B9
(200,194,185)
#CFCAC2
(207,202,194)
#D6D2CB
(214,210,203)
#DDDAD4
(221,218,212)
#E4E2DD
(228,226,221)
#EBEAE6
(235,234,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA295 color. Also use rgb(172,162,149) instead hex code.

Text Font Color

.myTextColor { color: #ACA295; }

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

This text font color is #ACA295.


Background Color

.myBgColor { background-color: #ACA295; }

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

This div background color is #ACA295.


Border color

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

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

This div border color is #ACA295.


Opacity

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

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

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

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

This text has shadow with #ACA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA295 on black background.


Color preview on white background

This text has color #ACA295 on white background.



Black color preview on #ACA295 background

This text has black color on #ACA295 background.


White color preview on #ACA295 background

This text has white color on #ACA295 background.