COLOR #ACA297

HEX: #ACA297 RGB: (172,162,151)

Color info

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

RGB color model

#ACA297 color RGB value is (172,162,151).

RGB: (172,162,151) (67%, 64%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 151 of 255 = 59%

172
162
151

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

Portions of RGB colors in percentages

R + G + B = 172 + 162 + 151 = 485 (100%)
R 172 of 485 ~ 35.46%
G 162 of 485 ~ 33.4%
B 151 of 485 ~ 31.13'%

%35.46
%33.4
%31.13

CMYK color model

#ACA297 color CMYK value is (0,6,12,33).

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

CMYK: (0,6,12,33)
C0M6Y12K33 (0%, 6%, 12%, 33%)
(0.00 / 0.06 / 0.12 / 0.33)

CMYK percentages

%0
%5.81
%12.21
%32.55

Codes

Color #ACA297 in popluar color models

AC A2 97
RGB 172 162 151
HSL 31° 11.23% 63.33%
HSB/HSV 31° 12.21% 67.45%
CMYK 0.00% 5.81% 12.21%
32.55%

Color #ACA297 in popluar number systems.

HEX AC A2 97
Decimal 172 162 151
Binary 10101100 10100010 10010111
Octal 254 242 227

Shades and tints

Shades of #ACA297

#ACA297
(172,162,151)
#9D948A
(157,148,138)
#8E867D
(142,134,125)
#7F7870
(127,120,112)
#706A63
(112,106,99)
#615C56
(97,92,86)
#524E49
(82,78,73)
#43403C
(67,64,60)
#34322F
(52,50,47)
#252422
(37,36,34)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #ACA297

#ACA297
(172,162,151)
#B3AAA0
(179,170,160)
#BAB2A9
(186,178,169)
#C1BAB2
(193,186,178)
#C8C2BB
(200,194,187)
#CFCAC4
(207,202,196)
#D6D2CD
(214,210,205)
#DDDAD6
(221,218,214)
#E4E2DF
(228,226,223)
#EBEAE8
(235,234,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA297; }

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

This text font color is #ACA297.

Background Color

.myBgColor { background-color: #ACA297; }

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

This div background color is #ACA297.

Border color

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

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

This div border color is #ACA297.

Opacity

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

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

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

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

This text has shadow with #ACA297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA297.

Preview

Color preview on black background

This text has color #ACA297 on black background.


Color preview on white background

This text has color #ACA297 on white background.


Black color preview on #ACA297 background

This text has black color on #ACA297 background.


White color preview on #ACA297 background

This text has white color on #ACA297 background.


Related colors

Complementary color

Complementary color for #hex is #535D68.


I love getcolorcode.com

Triadic colors

1 #97ACA2 and #A297AC with #ACA297 are triadic colors.

2 #97A2AC and #A2AC97 with #ACA297 are triadic colors.