COLOR #ACA397

HEX: #ACA397
RGB: (172,163,151)

Color info

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

RGB color model

#ACA397 color RGB value is (172,163,151).

  • red value is 172;
  • green value is 163;
  • blue value is 151.
RGB:
(172,163,151)
(67%,64%,59%)

RGB channels and saturation

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

172
163
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 151 = 486 (100%)
R 172 of 486 ~ 35.39%
G 163 of 486 ~ 33.54%
B 151 of 486 ~ 31.07%

%35.39
%33.54
%31.07

CMYK color model

#ACA397 color CMYK value is (0,5,12,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,5,12,33)
C0M5Y12K33 
(0%,5%,12%,33%)
(0.00/0.05/0.12/0.33)	

CMYK percentages

%0
%5.23
%12.21
%32.55

Codes

Color #ACA397 in popluar color models

ACA397
RGB172163151
HSL34°11.23%63.33%
HSB/HSV34°12.21%67.45%
CMYK0.00%5.23%12.21%
32.55%

Color #ACA397 in popluar number systems.

HEXACA397
Decimal172163151
Binary101011001010001110010111
Octal254243227

Shades and tints

Shades of #ACA397

#ACA397
(172,163,151)
#9D958A
(157,149,138)
#8E877D
(142,135,125)
#7F7970
(127,121,112)
#706B63
(112,107,99)
#615D56
(97,93,86)
#524F49
(82,79,73)
#43413C
(67,65,60)
#34332F
(52,51,47)
#252522
(37,37,34)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #ACA397

#ACA397
(172,163,151)
#B3ABA0
(179,171,160)
#BAB3A9
(186,179,169)
#C1BBB2
(193,187,178)
#C8C3BB
(200,195,187)
#CFCBC4
(207,203,196)
#D6D3CD
(214,211,205)
#DDDBD6
(221,219,214)
#E4E3DF
(228,227,223)
#EBEBE8
(235,235,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA397; }

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

This text font color is #ACA397.


Background Color

.myBgColor { background-color: #ACA397; }

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

This div background color is #ACA397.


Border color

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

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

This div border color is #ACA397.


Opacity

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

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

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

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

This text has shadow with #ACA397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA397 on black background.


Color preview on white background

This text has color #ACA397 on white background.



Black color preview on #ACA397 background

This text has black color on #ACA397 background.


White color preview on #ACA397 background

This text has white color on #ACA397 background.