COLOR #ACA791

HEX: #ACA791 RGB: (172,167,145)

Color info

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

RGB color model

#ACA791 color RGB value is (172,167,145).

RGB: (172,167,145) (67%, 65%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 167 of 255 = 65%
B 145 of 255 = 57%

172
167
145

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

Portions of RGB colors in percentages

R + G + B = 172 + 167 + 145 = 484 (100%)
R 172 of 484 ~ 35.54%
G 167 of 484 ~ 34.5%
B 145 of 484 ~ 29.96'%

%35.54
%34.5
%29.96

CMYK color model

#ACA791 color CMYK value is (0,3,16,33).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 15.70%
  • key color value is 32.55%

CMYK: (0,3,16,33)
C0M3Y16K33 (0%, 3%, 16%, 33%)
(0.00 / 0.03 / 0.16 / 0.33)

CMYK percentages

%0
%2.91
%15.7
%32.55

Codes

Color #ACA791 in popluar color models

AC A7 91
RGB 172 167 145
HSL 49° 13.99% 62.16%
HSB/HSV 49° 15.70% 67.45%
CMYK 0.00% 2.91% 15.70%
32.55%

Color #ACA791 in popluar number systems.

HEX AC A7 91
Decimal 172 167 145
Binary 10101100 10100111 10010001
Octal 254 247 221

Shades and tints

Shades of #ACA791

#ACA791
(172,167,145)
#9D9884
(157,152,132)
#8E8977
(142,137,119)
#7F7A6A
(127,122,106)
#706B5D
(112,107,93)
#615C50
(97,92,80)
#524D43
(82,77,67)
#433E36
(67,62,54)
#342F29
(52,47,41)
#25201C
(37,32,28)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #ACA791

#ACA791
(172,167,145)
#B3AF9B
(179,175,155)
#BAB7A5
(186,183,165)
#C1BFAF
(193,191,175)
#C8C7B9
(200,199,185)
#CFCFC3
(207,207,195)
#D6D7CD
(214,215,205)
#DDDFD7
(221,223,215)
#E4E7E1
(228,231,225)
#EBEFEB
(235,239,235)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA791 color. Also use rgb(172,167,145) instead hex code.

Text Font Color

.myTextColor { color: #ACA791; }

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

This text font color is #ACA791.

Background Color

.myBgColor { background-color: #ACA791; }

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

This div background color is #ACA791.

Border color

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

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

This div border color is #ACA791.

Opacity

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

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

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

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

This text has shadow with #ACA791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA791.

Preview

Color preview on black background

This text has color #ACA791 on black background.


Color preview on white background

This text has color #ACA791 on white background.


Black color preview on #ACA791 background

This text has black color on #ACA791 background.


White color preview on #ACA791 background

This text has white color on #ACA791 background.


Related colors

Complementary color

Complementary color for #hex is #53586E.


I love getcolorcode.com

Triadic colors

1 #91ACA7 and #A791AC with #ACA791 are triadic colors.

2 #91A7AC and #A7AC91 with #ACA791 are triadic colors.