COLOR #ACA19D

HEX: #ACA19D RGB: (172,161,157)

Color info

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

RGB color model

#ACA19D color RGB value is (172,161,157).

RGB: (172,161,157) (67%, 63%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 157 of 255 = 62%

172
161
157

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

Portions of RGB colors in percentages

R + G + B = 172 + 161 + 157 = 490 (100%)
R 172 of 490 ~ 35.1%
G 161 of 490 ~ 32.86%
B 157 of 490 ~ 32.04'%

%35.1
%32.86
%32.04

CMYK color model

#ACA19D color CMYK value is (0,6,9,33).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 8.72%
  • key color value is 32.55%

CMYK: (0,6,9,33)
C0M6Y9K33 (0%, 6%, 9%, 33%)
(0.00 / 0.06 / 0.09 / 0.33)

CMYK percentages

%0
%6.4
%8.72
%32.55

Codes

Color #ACA19D in popluar color models

AC A1 9D
RGB 172 161 157
HSL 16° 8.29% 64.51%
HSB/HSV 16° 8.72% 67.45%
CMYK 0.00% 6.40% 8.72%
32.55%

Color #ACA19D in popluar number systems.

HEX AC A1 9D
Decimal 172 161 157
Binary 10101100 10100001 10011101
Octal 254 241 235

Shades and tints

Shades of #ACA19D

#ACA19D
(172,161,157)
#9D938F
(157,147,143)
#8E8581
(142,133,129)
#7F7773
(127,119,115)
#706965
(112,105,101)
#615B57
(97,91,87)
#524D49
(82,77,73)
#433F3B
(67,63,59)
#34312D
(52,49,45)
#25231F
(37,35,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACA19D

#ACA19D
(172,161,157)
#B3A9A5
(179,169,165)
#BAB1AD
(186,177,173)
#C1B9B5
(193,185,181)
#C8C1BD
(200,193,189)
#CFC9C5
(207,201,197)
#D6D1CD
(214,209,205)
#DDD9D5
(221,217,213)
#E4E1DD
(228,225,221)
#EBE9E5
(235,233,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA19D color. Also use rgb(172,161,157) instead hex code.

Text Font Color

.myTextColor { color: #ACA19D; }

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

This text font color is #ACA19D.

Background Color

.myBgColor { background-color: #ACA19D; }

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

This div background color is #ACA19D.

Border color

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

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

This div border color is #ACA19D.

Opacity

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

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

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

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

This text has shadow with #ACA19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA19D.

Preview

Color preview on black background

This text has color #ACA19D on black background.


Color preview on white background

This text has color #ACA19D on white background.


Black color preview on #ACA19D background

This text has black color on #ACA19D background.


White color preview on #ACA19D background

This text has white color on #ACA19D background.


Related colors

Complementary color

Complementary color for #hex is #535E62.


I love getcolorcode.com

Triadic colors

1 #9DACA1 and #A19DAC with #ACA19D are triadic colors.

2 #9DA1AC and #A1AC9D with #ACA19D are triadic colors.