COLOR #ACA29F

HEX: #ACA29F RGB: (172,162,159)

Color info

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

RGB color model

#ACA29F color RGB value is (172,162,159).

RGB: (172,162,159) (67%, 64%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 159 of 255 = 62%

172
162
159

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

Portions of RGB colors in percentages

R + G + B = 172 + 162 + 159 = 493 (100%)
R 172 of 493 ~ 34.89%
G 162 of 493 ~ 32.86%
B 159 of 493 ~ 32.25'%

%34.89
%32.86
%32.25

CMYK color model

#ACA29F color CMYK value is (0,6,8,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 7.56%
  • key color value is 32.55%

CMYK: (0,6,8,33)
C0M6Y8K33 (0%, 6%, 8%, 33%)
(0.00 / 0.06 / 0.08 / 0.33)

CMYK percentages

%0
%5.81
%7.56
%32.55

Codes

Color #ACA29F in popluar color models

AC A2 9F
RGB 172 162 159
HSL 14° 7.26% 64.90%
HSB/HSV 14° 7.56% 67.45%
CMYK 0.00% 5.81% 7.56%
32.55%

Color #ACA29F in popluar number systems.

HEX AC A2 9F
Decimal 172 162 159
Binary 10101100 10100010 10011111
Octal 254 242 237

Shades and tints

Shades of #ACA29F

#ACA29F
(172,162,159)
#9D9491
(157,148,145)
#8E8683
(142,134,131)
#7F7875
(127,120,117)
#706A67
(112,106,103)
#615C59
(97,92,89)
#524E4B
(82,78,75)
#43403D
(67,64,61)
#34322F
(52,50,47)
#252421
(37,36,33)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACA29F

#ACA29F
(172,162,159)
#B3AAA7
(179,170,167)
#BAB2AF
(186,178,175)
#C1BAB7
(193,186,183)
#C8C2BF
(200,194,191)
#CFCAC7
(207,202,199)
#D6D2CF
(214,210,207)
#DDDAD7
(221,218,215)
#E4E2DF
(228,226,223)
#EBEAE7
(235,234,231)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA29F; }

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

This text font color is #ACA29F.

Background Color

.myBgColor { background-color: #ACA29F; }

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

This div background color is #ACA29F.

Border color

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

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

This div border color is #ACA29F.

Opacity

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

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

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

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

This text has shadow with #ACA29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA29F.

Preview

Color preview on black background

This text has color #ACA29F on black background.


Color preview on white background

This text has color #ACA29F on white background.


Black color preview on #ACA29F background

This text has black color on #ACA29F background.


White color preview on #ACA29F background

This text has white color on #ACA29F background.


Related colors

Complementary color

Complementary color for #hex is #535D60.


I love getcolorcode.com

Triadic colors

1 #9FACA2 and #A29FAC with #ACA29F are triadic colors.

2 #9FA2AC and #A2AC9F with #ACA29F are triadic colors.