COLOR #ACA5A2

HEX: #ACA5A2
RGB: (172,165,162)

Color info

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

RGB color model

#ACA5A2 color RGB value is (172,165,162).

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

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 162 of 255 = 64%

172
165
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 162 = 499 (100%)
R 172 of 499 ~ 34.47%
G 165 of 499 ~ 33.07%
B 162 of 499 ~ 32.46%

%34.47
%33.07
%32.46

CMYK color model

#ACA5A2 color CMYK value is (0,4,6,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,4,6,33)
C0M4Y6K33 
(0%,4%,6%,33%)
(0.00/0.04/0.06/0.33)	

CMYK percentages

%0
%4.07
%5.81
%32.55

Codes

Color #ACA5A2 in popluar color models

ACA5A2
RGB172165162
HSL18°5.68%65.49%
HSB/HSV18°5.81%67.45%
CMYK0.00%4.07%5.81%
32.55%

Color #ACA5A2 in popluar number systems.

HEXACA5A2
Decimal172165162
Binary101011001010010110100010
Octal254245242

Shades and tints

Shades of #ACA5A2

#ACA5A2
(172,165,162)
#9D9694
(157,150,148)
#8E8786
(142,135,134)
#7F7878
(127,120,120)
#70696A
(112,105,106)
#615A5C
(97,90,92)
#524B4E
(82,75,78)
#433C40
(67,60,64)
#342D32
(52,45,50)
#251E24
(37,30,36)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #ACA5A2

#ACA5A2
(172,165,162)
#B3ADAA
(179,173,170)
#BAB5B2
(186,181,178)
#C1BDBA
(193,189,186)
#C8C5C2
(200,197,194)
#CFCDCA
(207,205,202)
#D6D5D2
(214,213,210)
#DDDDDA
(221,221,218)
#E4E5E2
(228,229,226)
#EBEDEA
(235,237,234)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA5A2; }

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

This text font color is #ACA5A2.


Background Color

.myBgColor { background-color: #ACA5A2; }

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

This div background color is #ACA5A2.


Border color

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

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

This div border color is #ACA5A2.


Opacity

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

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

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

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

This text has shadow with #ACA5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5A2 on black background.


Color preview on white background

This text has color #ACA5A2 on white background.



Black color preview on #ACA5A2 background

This text has black color on #ACA5A2 background.


White color preview on #ACA5A2 background

This text has white color on #ACA5A2 background.