COLOR #AC9284

HEX: #AC9284
RGB: (172,146,132)

Color info

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

RGB color model

#AC9284 color RGB value is (172,146,132).

  • red value is 172;
  • green value is 146;
  • blue value is 132.
RGB:
(172,146,132)
(67%,57%,52%)

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 132 of 255 = 52%

172
146
132

R + G + B ~ 59%. #AC9284 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 132 = 450 (100%)
R 172 of 450 ~ 38.22%
G 146 of 450 ~ 32.44%
B 132 of 450 ~ 29.33%

%38.22
%32.44
%29.33

CMYK color model

#AC9284 color CMYK value is (0,15,23,33).

  • cyan value is 0.00%
  • magenta value is 15.12%
  • yellow value is 23.26%
  • key color value is 32.55%
CMYK:
(0,15,23,33)
C0M15Y23K33 
(0%,15%,23%,33%)
(0.00/0.15/0.23/0.33)	

CMYK percentages

%0
%15.12
%23.26
%32.55

Codes

Color #AC9284 in popluar color models

AC9284
RGB172146132
HSL21°19.42%59.61%
HSB/HSV21°23.26%67.45%
CMYK0.00%15.12%23.26%
32.55%

Color #AC9284 in popluar number systems.

HEXAC9284
Decimal172146132
Binary101011001001001010000100
Octal254222204

Shades and tints

Shades of #AC9284

#AC9284
(172,146,132)
#9D8578
(157,133,120)
#8E786C
(142,120,108)
#7F6B60
(127,107,96)
#705E54
(112,94,84)
#615148
(97,81,72)
#52443C
(82,68,60)
#433730
(67,55,48)
#342A24
(52,42,36)
#251D18
(37,29,24)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #AC9284

#AC9284
(172,146,132)
#B39B8F
(179,155,143)
#BAA49A
(186,164,154)
#C1ADA5
(193,173,165)
#C8B6B0
(200,182,176)
#CFBFBB
(207,191,187)
#D6C8C6
(214,200,198)
#DDD1D1
(221,209,209)
#E4DADC
(228,218,220)
#EBE3E7
(235,227,231)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9284 color. Also use rgb(172,146,132) instead hex code.

Text Font Color

.myTextColor { color: #AC9284; }

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

This text font color is #AC9284.


Background Color

.myBgColor { background-color: #AC9284; }

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

This div background color is #AC9284.


Border color

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

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

This div border color is #AC9284.


Opacity

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

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

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

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

This text has shadow with #AC9284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9284 on black background.


Color preview on white background

This text has color #AC9284 on white background.



Black color preview on #AC9284 background

This text has black color on #AC9284 background.


White color preview on #AC9284 background

This text has white color on #AC9284 background.